mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
7d4f711413
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>
24 lines
837 B
Markdown
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)
|