Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 5d6abcc

Browse files
authored
Merge pull request #92 from intel/n1
README file updated: master branch (SGX 1.5) not supported anymore.
2 parents 10a2f21 + dc891db commit 5d6abcc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ The Linux SGX software stack is comprised of the Intel(R) SGX driver, the Intel(
1212
The [linux-sgx-driver](https://github.com/01org/linux-sgx-driver) project hosts the out-of-tree driver for the Linux Intel(R) SGX software stack, which will be used until the driver upstreaming process is complete.
1313

1414
Within the linux-sgx-driver project, two versions of the out-of-tree driver are provided. Both versions are compatible with the linux-sgx PSW and SDK:
15-
- SGX 2.0 Linux Driver (sgx2)
15+
- SGX 2.0 Linux Driver (sgx2 branch)
1616
* The sgx2 branch of the linux-sgx-driver project contains the SGX 2.0 Linux Driver. This driver has additional support for SGX 2.0-based features available in upcoming CPUs. This driver has the same behavior as the SGX 1.5 Linux Driver (master) on CPUs without SGX 2.0 support.
17-
- SGX 1.5 Linux Driver (master)
17+
- SGX 1.5 Linux Driver (master branch)
1818
* The master branch of the linux-sgx-driver project tracks the proposed upstream version of the SGX 1.5 driver and does not yet support SGX 2.0-based features.
1919

20+
IMPORTANT:
21+
---------
22+
Starting from 5/10/2019, the master branch (which supports only SGX 1.5-based features) is deprecated and is not supported anymore. Please use the sgx2 branch; it is a super set of the master branch.
2023

2124
License
2225
-------

0 commit comments

Comments
 (0)