[linux-yocto] [kernel-cache][PATCH V2] intel-common-drivers: moved x2apic
Dear maintainer, This patch moves the kernel feature x2apic in intel-common-drivers.scc to intel-corei7-64. Leaving x2apic in intel-common-drivers will cause configcheck warnings for intel-core2-32. This patch should be applied to yocto-kernel 4.4 and 4.9 Syed Mohamad Fauzi, Syed Johan Arif (1): intel-common-drivers: moved x2apic bsp/intel-common/intel-common-drivers.scc | 1 - bsp/intel-common/intel-corei7-64.scc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH V2] intel-common-drivers: moved x2apic
intel-common-drivers: moved the x2apic kernel feature to intel-corei7-64.scc, because it caused configcheck warnings for intel-core2-32 Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif --- bsp/intel-common/intel-common-drivers.scc | 1 - bsp/intel-common/intel-corei7-64.scc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bsp/intel-common/intel-common-drivers.scc b/bsp/intel-common/intel-common-drivers.scc index 6b0de8d..bd56165 100644 --- a/bsp/intel-common/intel-common-drivers.scc +++ b/bsp/intel-common/intel-common-drivers.scc @@ -76,7 +76,6 @@ include cfg/dmaengine.scc include features/uio/uio.scc include cfg/efi-ext.scc include features/input/keyboard-gpio.scc -include features/x2apic/x2apic.scc # default policy for standard kernels include cfg/usb-mass-storage.scc diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc index ad6099e..4d5a8a9 100644 --- a/bsp/intel-common/intel-corei7-64.scc +++ b/bsp/intel-common/intel-corei7-64.scc @@ -23,6 +23,9 @@ include features/dca/dca.scc # INTEL_TELEMETRY is currently 64 bit only include features/telemetry/intel-telemetry.scc +# x2apic required by the Denverton platform to boot +include features/x2apic/x2apic.scc + # This line comes last as it has the final word on # CONFIG values. kconf hardware intel-corei7-64.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH] intel-common-drivers: moved x2apic
Dear maintainer, This patch moves the kernel feature x2apic in intel-common-drivers.scc to intel-corei7-64. Leaving x2apic in intel-common-drivers will cause configcheck warnings for intel-core2-32. Syed Mohamad Fauzi, Syed Johan Arif (1): intel-common-drivers: moved x2apic bsp/intel-common/intel-common-drivers.scc | 1 - bsp/intel-common/intel-corei7-64.scc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH] intel-common-drivers: moved x2apic
intel-common-drivers: moved the x2apic kernel feature to intel-corei7-64.scc, because it caused configcheck warnings for intel-core2-32 Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif --- bsp/intel-common/intel-common-drivers.scc | 1 - bsp/intel-common/intel-corei7-64.scc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bsp/intel-common/intel-common-drivers.scc b/bsp/intel-common/intel-common-drivers.scc index 6b0de8d..bd56165 100644 --- a/bsp/intel-common/intel-common-drivers.scc +++ b/bsp/intel-common/intel-common-drivers.scc @@ -76,7 +76,6 @@ include cfg/dmaengine.scc include features/uio/uio.scc include cfg/efi-ext.scc include features/input/keyboard-gpio.scc -include features/x2apic/x2apic.scc # default policy for standard kernels include cfg/usb-mass-storage.scc diff --git a/bsp/intel-common/intel-corei7-64.scc b/bsp/intel-common/intel-corei7-64.scc index ad6099e..ee37226 100644 --- a/bsp/intel-common/intel-corei7-64.scc +++ b/bsp/intel-common/intel-corei7-64.scc @@ -26,3 +26,6 @@ include features/telemetry/intel-telemetry.scc # This line comes last as it has the final word on # CONFIG values. kconf hardware intel-corei7-64.cfg + +# x2apic required by the Denverton platform to boot +include features/x2apic/x2apic.scc -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
Re: [linux-yocto] [kernel-cache][PATCH] intel-common-drivers: adding x2apic
Hi, Sorry for the late reply, I'll look into it but what's your opinion on the best course of action? Kind regards Johan -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Monday, October 2, 2017 9:25 PM To: Sullivan, California L ; Syed Mohamad Fauzi, Syed Johan Arif ; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] [kernel-cache][PATCH] intel-common-drivers: adding x2apic I can always revert the commit, but I'd rather fix it .. Syed ? Bruce On 09/29/2017 05:18 PM, Cal Sullivan wrote: > This causes new configcheck warnings for intel-core2-32: > > WARNING: linux-intel-4.9.47+gitAUTOINC+e59e19269c_39b77977c6-r0 > do_kernel_configcheck: [kernel config]: specified values did not make > it into the kernel's final configuration: > > -- CONFIG_IRQ_REMAP - > Config: CONFIG_IRQ_REMAP > From: > /home/clsulliv/yocto/poky/build/tmp/work-shared/intel-core2-32/kernel- > source/.kernel-meta/configs/standard/intel/features/x2apic/x2apic.cfg > > Requested value: CONFIG_IRQ_REMAP=y > Actual value: > > Config 'IRQ_REMAP' has the following conditionals: >X86_64 && X86_IO_APIC && PCI_MSI && ACPI (value: "n") Dependency > values are: >X86_64 [n] ACPI [y] X86_IO_APIC [y] PCI_MSI [y] > > -- CONFIG_X86_X2APIC - > Config: CONFIG_X86_X2APIC > From: > /home/clsulliv/yocto/poky/build/tmp/work-shared/intel-core2-32/kernel- > source/.kernel-meta/configs/standard/intel/features/x2apic/x2apic.cfg > > Requested value: CONFIG_X86_X2APIC=y > Actual value: > > Config 'X86_X2APIC' has the following conditionals: >X86_LOCAL_APIC && X86_64 && (IRQ_REMAP || HYPERVISOR_GUEST) (value: > "n") Dependency values are: > X86_LOCAL_APIC [y] HYPERVISOR_GUEST [n] X86_64 [n] IRQ_REMAP [n] > > > > Seeing that it depends on X86_64, perhaps it should be corei7 specific? > > --- > Cal > > On 09/21/2017 04:28 AM, Syed Mohamad Fauzi, Syed Johan Arif wrote: >> Included features/x2apic/x2apic.scc to enable x2apic as a built-in >> feature. >> >> Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif >> >> --- >> bsp/intel-common/intel-common-drivers.scc | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/bsp/intel-common/intel-common-drivers.scc >> b/bsp/intel-common/intel-common-drivers.scc >> index bd56165..6b0de8d 100644 >> --- a/bsp/intel-common/intel-common-drivers.scc >> +++ b/bsp/intel-common/intel-common-drivers.scc >> @@ -76,6 +76,7 @@ include cfg/dmaengine.scc >> include features/uio/uio.scc >> include cfg/efi-ext.scc >> include features/input/keyboard-gpio.scc >> +include features/x2apic/x2apic.scc >> # default policy for standard kernels >> include cfg/usb-mass-storage.scc > -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
Re: [linux-yocto] [kernel-cache][PATCH] intel-common-drivers: Add x2apic
I almost forgot to mention, can this patch be applied to kernel 4.4 and 4.9. Kind regards Johan -Original Message- From: Syed Mohamad Fauzi, Syed Johan Arif Sent: Thursday, September 21, 2017 7:29 PM To: linux-yocto@yoctoproject.org Cc: Syed Mohamad Fauzi, Syed Johan Arif ; Tan, Raymond Subject: [linux-yocto][kernel-cache][PATCH] intel-common-drivers: Add x2apic Dear maintainer, The Intel Denverton platform requires x2apic to boot hence the need to enable it in intel-common-drivers as a built-in feature Syed Mohamad Fauzi, Syed Johan Arif (1): intel-common: adding x2apic bsp/intel-common/intel-common-drivers.scc | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH] intel-common-drivers: adding x2apic
Included features/x2apic/x2apic.scc to enable x2apic as a built-in feature. Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif --- bsp/intel-common/intel-common-drivers.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-common/intel-common-drivers.scc b/bsp/intel-common/intel-common-drivers.scc index bd56165..6b0de8d 100644 --- a/bsp/intel-common/intel-common-drivers.scc +++ b/bsp/intel-common/intel-common-drivers.scc @@ -76,6 +76,7 @@ include cfg/dmaengine.scc include features/uio/uio.scc include cfg/efi-ext.scc include features/input/keyboard-gpio.scc +include features/x2apic/x2apic.scc # default policy for standard kernels include cfg/usb-mass-storage.scc -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH] intel-common-drivers: Add x2apic
Dear maintainer, The Intel Denverton platform requires x2apic to boot hence the need to enable it in intel-common-drivers as a built-in feature Syed Mohamad Fauzi, Syed Johan Arif (1): intel-common: adding x2apic bsp/intel-common/intel-common-drivers.scc | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 7/8] features/netfilter: additional configurations
From: Syed Johan Arif Bin Syed Mohamad Fauzi Added configurations to the netfilter feature which enables the following: 1) CONFIG_IP_NF_TARGET_ULOG=m 2) CONFIG_IP_NF_MATCH_RPFILTER=m 3) CONFIG_IP_NF_TARGET_SYNPROXY=m 4) CONFIG_IP_NF_SECURITY=m 5) CONFIG_BRIDGE_EBT_ULOG=m Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif --- features/netfilter/netfilter.cfg | 5 + 1 file changed, 5 insertions(+) diff --git a/features/netfilter/netfilter.cfg b/features/netfilter/netfilter.cfg index cefe5ef..3b3ce7c 100644 --- a/features/netfilter/netfilter.cfg +++ b/features/netfilter/netfilter.cfg @@ -74,12 +74,15 @@ CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_MATCH_AH=m CONFIG_IP_NF_MATCH_ECN=m CONFIG_IP_NF_MATCH_TTL=m +CONFIG_IP_NF_MATCH_RPFILTER=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m CONFIG_NF_NAT=m CONFIG_NF_NAT_NEEDED=y CONFIG_NF_NAT_IPV4=m CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_TARGET_ULOG=m +CONFIG_IP_NF_TARGET_SYNPROXY=m CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_REDIRECT=m @@ -102,5 +105,7 @@ CONFIG_IP_NF_RAW=m CONFIG_IP_NF_ARPTABLES=m CONFIG_IP_NF_ARPFILTER=m CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_SECURITY=m CONFIG_NET_SCHED=y +CONFIG_BRIDGE_EBT_ULOG=m -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 3/8] features/mtd: add MTD feature
From: Syed Johan Arif Bin Syed Mohamad Fauzi When added, this feature enables memory controller and MTD support Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- features/mtd/mtd.cfg | 7 +++ features/mtd/mtd.scc | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 features/mtd/mtd.cfg create mode 100644 features/mtd/mtd.scc diff --git a/features/mtd/mtd.cfg b/features/mtd/mtd.cfg new file mode 100644 index 000..90c2128 --- /dev/null +++ b/features/mtd/mtd.cfg @@ -0,0 +1,7 @@ +CONFIG_MEMORY=y +CONFIG_MTD=y +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y diff --git a/features/mtd/mtd.scc b/features/mtd/mtd.scc new file mode 100644 index 000..957cbbe --- /dev/null +++ b/features/mtd/mtd.scc @@ -0,0 +1,3 @@ +define KFEATURE_DESCRIPTION "Enable mtd and memory support" + +kconf hardware mtd.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 5/8] features/vfio: add VFIO feature
From: Syed Johan Arif Bin Syed Mohamad Fauzi When added, this feature enables VFIO(Virtual Function I/O) This feature helps support virtualization. Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- features/vfio/vfio.cfg | 9 + features/vfio/vfio.scc | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 features/vfio/vfio.cfg create mode 100644 features/vfio/vfio.scc diff --git a/features/vfio/vfio.cfg b/features/vfio/vfio.cfg new file mode 100644 index 000..1d28231 --- /dev/null +++ b/features/vfio/vfio.cfg @@ -0,0 +1,9 @@ +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VFIO_VIRQFD=m +CONFIG_VFIO=m +CONFIG_VFIO_PCI=m +CONFIG_VFIO_PCI_VGA=y +CONFIG_VFIO_PCI_MMAP=y +CONFIG_VFIO_PCI_INTX=y +CONFIG_VIRT_DRIVERS=y +CONFIG_KVM_DEVICE_ASSIGNMENT=y diff --git a/features/vfio/vfio.scc b/features/vfio/vfio.scc new file mode 100644 index 000..9929e19 --- /dev/null +++ b/features/vfio/vfio.scc @@ -0,0 +1,3 @@ +define KFEATURE_DESCRIPTION "Enable VFIO support" + +kconf hardware vfio.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 6/8] features/x2apic: add X2APIC feature
When added, this feature enables X2APIC support Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif --- features/x2apic/x2apic.cfg | 2 ++ features/x2apic/x2apic.scc | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 features/x2apic/x2apic.cfg create mode 100644 features/x2apic/x2apic.scc diff --git a/features/x2apic/x2apic.cfg b/features/x2apic/x2apic.cfg new file mode 100644 index 000..6bcbb81 --- /dev/null +++ b/features/x2apic/x2apic.cfg @@ -0,0 +1,2 @@ +CONFIG_IRQ_REMAP=y +CONFIG_X86_X2APIC=y diff --git a/features/x2apic/x2apic.scc b/features/x2apic/x2apic.scc new file mode 100644 index 000..1e5cf13 --- /dev/null +++ b/features/x2apic/x2apic.scc @@ -0,0 +1,3 @@ +define KFEATURE_DESCRIPTION "Enable x2apic support" + +kconf hardware x2apic.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 4/8] features/numa: Add NUMA feature
From: Syed Johan Arif Bin Syed Mohamad Fauzi When added, this feature enables NUMA support Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- features/numa/numa.cfg | 8 features/numa/numa.scc | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 features/numa/numa.cfg create mode 100644 features/numa/numa.scc diff --git a/features/numa/numa.cfg b/features/numa/numa.cfg new file mode 100644 index 000..302fb1a --- /dev/null +++ b/features/numa/numa.cfg @@ -0,0 +1,8 @@ +CONFIG_NUMA=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_NODES_SPAN_OTHER_NODES=y +CONFIG_NUMA_EMU=y +CONFIG_NODES_SHIFT=6 +CONFIG_NEED_MULTIPLE_NODES=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_ACPI_NUMA=y diff --git a/features/numa/numa.scc b/features/numa/numa.scc new file mode 100644 index 000..ac5cd04 --- /dev/null +++ b/features/numa/numa.scc @@ -0,0 +1,3 @@ +define KFEATURE_DESCRIPTION "Enable numa support" + +kconf hardware numa.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 8/8] features/qat: additional configurations, CONFIG_CRYPTO_RSA and CONFIG_CRYPTO_DH
From: Syed Johan Arif Bin Syed Mohamad Fauzi Added configurations to the qat feature which enables the following: 1) CONFIG_CRYPTO_RSA=y 2) CONFIG_CRYPTO_DH=y Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- features/qat/qat.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/qat/qat.cfg b/features/qat/qat.cfg index 8be7c7b..0ce7b06 100644 --- a/features/qat/qat.cfg +++ b/features/qat/qat.cfg @@ -7,3 +7,5 @@ CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_XCBC=m CONFIG_CRYPTO_VMAC=m CONFIG_CRYPTO_CTS=m +CONFIG_CRYPTO_RSA=y +CONFIG_CRYPTO_DH=y -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 2/8] features/iommu: add IOMMU feature
From: Syed Johan Arif Bin Syed Mohamad Fauzi When added, this feature enables IOMMU support Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- features/iommu/iommu.cfg | 7 +++ features/iommu/iommu.scc | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 features/iommu/iommu.cfg create mode 100644 features/iommu/iommu.scc diff --git a/features/iommu/iommu.cfg b/features/iommu/iommu.cfg new file mode 100644 index 000..fd6ada0 --- /dev/null +++ b/features/iommu/iommu.cfg @@ -0,0 +1,7 @@ +CONFIG_PCI_PRI=y +CONFIG_PCI_PASID=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_IOVA=y +CONFIG_INTEL_IOMMU=y +CONFIG_INTEL_IOMMU_DEFAULT_ON=n +CONFIG_INTEL_IOMMU_FLOPPY_WA=y diff --git a/features/iommu/iommu.scc b/features/iommu/iommu.scc new file mode 100644 index 000..637a8cc --- /dev/null +++ b/features/iommu/iommu.scc @@ -0,0 +1,3 @@ +define KFEATURE_DESCRIPTION "Enable iommu support" + +kconf hardware iommu.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 1/8] features/intel-txt: add intel-txt feature
From: Syed Johan Arif Bin Syed Mohamad Fauzi When added, this enables Intel Trusted Execution Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- features/intel-txt/intel-txt.cfg | 1 + features/intel-txt/intel-txt.scc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 features/intel-txt/intel-txt.cfg create mode 100644 features/intel-txt/intel-txt.scc diff --git a/features/intel-txt/intel-txt.cfg b/features/intel-txt/intel-txt.cfg new file mode 100644 index 000..0e05464 --- /dev/null +++ b/features/intel-txt/intel-txt.cfg @@ -0,0 +1 @@ +CONFIG_HAVE_INTEL_TXT=y diff --git a/features/intel-txt/intel-txt.scc b/features/intel-txt/intel-txt.scc new file mode 100644 index 000..87090a8 --- /dev/null +++ b/features/intel-txt/intel-txt.scc @@ -0,0 +1,3 @@ +define KFEATURE_DESCRIPTION "Enable Intel Trusted Execution support" + +kconf hardware intel-txt.cfg -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto
[linux-yocto] [kernel-cache][PATCH 0/8] features: Additional features and added configs to existing features
Dear maintainer, Here are some additional features and some added configs to existing features. Please add them to 4.4 These features have been added to 4.9 already but they are required for 4.4 as well. The additions are listed below: ADDITONAL FEATURES 1) intel-txt 2) IOMMU 3) MTD 4) NUMA 5) VFIO ADDITIONAL CONFIGURATIONS 1) features/qat - CONFIG_CRYPTO_RSA=y - CONFIG_CRYPTO_DH=y 2) features/netfilter - CONFIG_IP_NF_TARGET_ULOG=m - CONFIG_IP_NF_MATCH_RPFILTER=m - CONFIG_IP_NF_TARGET_SYNPROXY=m - CONFIG_IP_NF_SECURITY=m - CONFIG_BRIDGE_EBT_ULOG=m Syed Johan Arif Bin Syed Mohamad Fauzi (7): features/intel-txt: add intel-txt feature features/iommu: add IOMMU feature features/mtd: add MTD feature features/numa: Add NUMA feature features/vfio: add VFIO feature features/netfilter: additional configurations features/qat: additional configurations, CONFIG_CRYPTO_RSA and CONFIG_CRYPTO_DH Syed Mohamad Fauzi, Syed Johan Arif (1): features/x2apic: add X2APIC feature features/intel-txt/intel-txt.cfg | 1 + features/intel-txt/intel-txt.scc | 3 +++ features/iommu/iommu.cfg | 7 +++ features/iommu/iommu.scc | 3 +++ features/mtd/mtd.cfg | 7 +++ features/mtd/mtd.scc | 3 +++ features/netfilter/netfilter.cfg | 5 + features/numa/numa.cfg | 8 features/numa/numa.scc | 3 +++ features/qat/qat.cfg | 2 ++ features/vfio/vfio.cfg | 9 + features/vfio/vfio.scc | 3 +++ features/x2apic/x2apic.cfg | 2 ++ features/x2apic/x2apic.scc | 3 +++ 14 files changed, 59 insertions(+) create mode 100644 features/intel-txt/intel-txt.cfg create mode 100644 features/intel-txt/intel-txt.scc create mode 100644 features/iommu/iommu.cfg create mode 100644 features/iommu/iommu.scc create mode 100644 features/mtd/mtd.cfg create mode 100644 features/mtd/mtd.scc create mode 100644 features/numa/numa.cfg create mode 100644 features/numa/numa.scc create mode 100644 features/vfio/vfio.cfg create mode 100644 features/vfio/vfio.scc create mode 100644 features/x2apic/x2apic.cfg create mode 100644 features/x2apic/x2apic.scc -- 1.9.1 -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto