From ee4731395af6f454831b70a26db34334bc91f99f Mon Sep 17 00:00:00 2001 From: Juan del Cuvillo Date: Mon, 17 Mar 2025 10:01:22 -0700 Subject: [PATCH] Add deprecation note. The Linux DCAP driver is deprecated and no longer maintained by Intel. Signed-off-by: Juan del Cuvillo --- driver/linux/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/driver/linux/README.md b/driver/linux/README.md index f1607a40b..ebd1905e8 100644 --- a/driver/linux/README.md +++ b/driver/linux/README.md @@ -13,6 +13,13 @@ incompatibilities, it is recommended that existing solutions using this driver b kernel 5.11 or higher. Guidelines for the transition can be found [here](./README.kernel.md). +IMPORTANT +--------- +This driver is deprecated and no longer maintained by Intel. We recommend the SGX community to use the SGX driver that was upstreamed into the Linux kernel. Note that the kernel driver also requires SGX CPUs with Flexible Launch Control (FLC) support. + +For new feature requests/patches, please submit them directly to the [linux-sgx mailing list](http://vger.kernel.org/vger-lists.html#linux-sgx) + + Documentation ------------- - [Intel(R) SGX for Linux\* OS](https://01.org/intel-softwareguard-extensions) project home page on [01.org](http://01.org)