I've also merged this to the 6.1 branch. Bruce
In message: [linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 1/2] bsp/intel-x86-64: Add support for QAT 4xxx devices on 26/12/2022 Yongxin Liu wrote: > Signed-off-by: Yongxin Liu <[email protected]> > --- > bsp/intel-x86/intel-x86-64.cfg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg > index 66581076..2195e65e 100644 > --- a/bsp/intel-x86/intel-x86-64.cfg > +++ b/bsp/intel-x86/intel-x86-64.cfg > @@ -45,6 +45,7 @@ CONFIG_CRYPTO_DEV_QAT_C3XXX=m > CONFIG_CRYPTO_DEV_QAT_C3XXXVF=m > CONFIG_CRYPTO_DEV_QAT_C62X=m > CONFIG_CRYPTO_DEV_QAT_C62XVF=m > +CONFIG_CRYPTO_DEV_QAT_4XXX=m > CONFIG_CRYPTO_DEV_QAT_DH895xCC=m > CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m > > -- > 2.38.1 > In message: [linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 2/2] features/intel-sgx: Enable Intel Software Guard eXtensions (SGX) on 26/12/2022 Yongxin Liu wrote: > Signed-off-by: Yongxin Liu <[email protected]> > --- > features/intel-sgx/intel-sgx.cfg | 2 ++ > features/intel-sgx/intel-sgx.scc | 4 ++++ > 2 files changed, 6 insertions(+) > create mode 100644 features/intel-sgx/intel-sgx.cfg > create mode 100644 features/intel-sgx/intel-sgx.scc > > diff --git a/features/intel-sgx/intel-sgx.cfg > b/features/intel-sgx/intel-sgx.cfg > new file mode 100644 > index 00000000..35010062 > --- /dev/null > +++ b/features/intel-sgx/intel-sgx.cfg > @@ -0,0 +1,2 @@ > +# SPDX-License-Identifier: MIT > +CONFIG_X86_SGX=y > diff --git a/features/intel-sgx/intel-sgx.scc > b/features/intel-sgx/intel-sgx.scc > new file mode 100644 > index 00000000..2ec2ec60 > --- /dev/null > +++ b/features/intel-sgx/intel-sgx.scc > @@ -0,0 +1,4 @@ > +# SPDX-License-Identifier: MIT > +define KFEATURE_DESCRIPTION "Enable Intel Software Guard eXtensions (SGX)" > + > +kconf hardware intel-sgx.cfg > -- > 2.38.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12055): https://lists.yoctoproject.org/g/linux-yocto/message/12055 Mute This Topic: https://lists.yoctoproject.org/mt/96000564/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
