diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2018-01-10 16:14:14 +0100 |
|---|---|---|
| committer | Adrian Calianu <adrian.calianu@enea.com> | 2018-01-10 16:14:14 +0100 |
| commit | ee60d12529de41e01f7ddb65edd3ca80e8f5ecb6 (patch) | |
| tree | 12c94527c24b5ce2eadc8023832c6c52a6920dc0 | |
| parent | 279d098fd376a14772b80cafaa61b13f172afe1d (diff) | |
| download | enea-kernel-cache-ee60d12529de41e01f7ddb65edd3ca80e8f5ecb6.tar.gz | |
add denverton specific bsp support
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
| -rw-r--r-- | bsp/denverton/denverton.cfg | 26 | ||||
| -rw-r--r-- | bsp/denverton/denverton.scc | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/bsp/denverton/denverton.cfg b/bsp/denverton/denverton.cfg new file mode 100644 index 0000000..eff35e6 --- /dev/null +++ b/bsp/denverton/denverton.cfg | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | CONFIG_IRQ_REMAP=y | ||
| 2 | CONFIG_X86_X2APIC=y | ||
| 3 | CONFIG_HAVE_INTEL_TXT=y | ||
| 4 | CONFIG_NUMA=y | ||
| 5 | CONFIG_AMD_NUMA=y | ||
| 6 | CONFIG_X86_64_ACPI_NUMA=y | ||
| 7 | CONFIG_NODES_SPAN_OTHER_NODES=y | ||
| 8 | CONFIG_NUMA_EMU=y | ||
| 9 | CONFIG_NODES_SHIFT=6 | ||
| 10 | CONFIG_NEED_MULTIPLE_NODES=y | ||
| 11 | CONFIG_USE_PERCPU_NUMA_NODE_ID=y | ||
| 12 | CONFIG_ACPI_NUMA=y | ||
| 13 | CONFIG_PCI_PRI=y | ||
| 14 | CONFIG_PCI_PASID=y | ||
| 15 | CONFIG_IOMMU_API=y | ||
| 16 | CONFIG_IOMMU_IOVA=y | ||
| 17 | CONFIG_AMD_IOMMU=y | ||
| 18 | CONFIG_INTEL_IOMMU=y | ||
| 19 | CONFIG_INTEL_IOMMU_DEFAULT_ON=n | ||
| 20 | CONFIG_INTEL_IOMMU_FLOPPY_WA=y | ||
| 21 | CONFIG_MEMORY=y | ||
| 22 | CONFIG_KVM_DEVICE_ASSIGNMENT=y | ||
| 23 | CONFIG_AMD_IOMMU_STATS=y | ||
| 24 | CONFIG_AMD_IOMMU_V2=y | ||
| 25 | CONFIG_CRYPTO_RSA=y | ||
| 26 | CONFIG_SERIAL_8250_MID=y | ||
diff --git a/bsp/denverton/denverton.scc b/bsp/denverton/denverton.scc new file mode 100644 index 0000000..c703120 --- /dev/null +++ b/bsp/denverton/denverton.scc | |||
| @@ -0,0 +1 @@ | |||
| kconf hardware denverton.cfg | |||
