aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/conf/machine/e3000.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/conf/machine/e3000.conf')
-rw-r--r--meta-amd-bsp/conf/machine/e3000.conf13
1 files changed, 4 insertions, 9 deletions
diff --git a/meta-amd-bsp/conf/machine/e3000.conf b/meta-amd-bsp/conf/machine/e3000.conf
index 30279e6e..9e4bdd8e 100644
--- a/meta-amd-bsp/conf/machine/e3000.conf
+++ b/meta-amd-bsp/conf/machine/e3000.conf
@@ -3,14 +3,9 @@
#@DESCRIPTION: Machine configuration for e3000 systems
-require conf/machine/include/amdx86.inc
+require conf/machine/include/tune-zen1.inc
+require conf/machine/include/wallaby.inc
-# Setup a getty on all serial ports
-SERIAL_CONSOLES = "115200;ttyS4 115200;ttyS5"
+# Enable AMD Cryptographic Co-processor Encryption Controller drivers
+MACHINE_FEATURES:append = " ccp"
-# Enable the kernel console on ttyS4/COM0
-KERNEL_SERIAL_CONSOLE ?= "console=ttyS4,115200n8"
-
-# Add machine specific AMD features and feature pkgs here
-EXTRA_IMAGE_FEATURES += "amd-feature-networking"
-DPDK_PKGS = "${@bb.utils.contains("BBFILE_COLLECTIONS", "dpdk", "dpdk dpdk-examples dpdk-test", "", d)}"