Files
Jia Zhang 7d4f711413 meta-intel-sgx: Initial support of linux-sgx-driver
As the initial support, linux-sgx-driver is integrated into this
layer. SDK and PSW will be provided soon.

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
2018-06-06 10:03:28 -04:00

24 lines
837 B
Markdown

### 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)