blob: d1b8444e4191ab43a929a77a6dcfd5001e8f2b5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
### Overview
This layer provides the support of Intel Software Guard Extensions
(Intel SGX), which is an Intel technology for application developers
seeking to protect select code and data from disclosure or modification.
The Linux SGX software stack is comprised of the Intel SGX driver, the
Intel SGX SDK, and the Intel SGX Platform Software.
### Intel SGX Driver
The recipe sgx-driver provides a out-of-tree driver for the Linux Intel
SGX software stack, which will be used until the driver upstreaming process
is complete.
### Intel SGX SDK and PSW
The recipes are still in development.
### Hardware Support
Please check [this site](https://github.com/ayeks/SGX-hardware) for the
latest information.
### Reference
- [SGX driver](https://github.com/intel/linux-sgx-driver)
- [SGX SDK and PSW](https://github.com/intel/linux-sgx)
|