aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp')
-rw-r--r--meta-amd-bsp/README.md3
-rw-r--r--meta-amd-bsp/conf/machine/milan.conf12
-rw-r--r--meta-amd-bsp/recipes-kernel/linux-5.10/linux-yocto-milan_5.10.inc3
3 files changed, 16 insertions, 2 deletions
diff --git a/meta-amd-bsp/README.md b/meta-amd-bsp/README.md
index aa2cd334..7193301d 100644
--- a/meta-amd-bsp/README.md
+++ b/meta-amd-bsp/README.md
@@ -10,8 +10,7 @@ to ensure they only apply to expected boards.
The supported AMD machines/platforms are:
-* e3000 - AMD EPYC™ Embedded 3000 Series
-* rome - AMD EPYC™ 7002 Series
+* milan - AMD EPYC™ 7003 Series
Please see the README file contained in the root meta-amd directory
for general information and usage details.
diff --git a/meta-amd-bsp/conf/machine/milan.conf b/meta-amd-bsp/conf/machine/milan.conf
new file mode 100644
index 00000000..2d6dac9f
--- /dev/null
+++ b/meta-amd-bsp/conf/machine/milan.conf
@@ -0,0 +1,12 @@
+#@TYPE: Machine
+#@NAME: milan
+
+#@DESCRIPTION: Machine configuration for milan systems
+
+require conf/machine/include/amdx86.inc
+
+# Setup a getty on all serial ports
+SERIAL_CONSOLES = "115200;ttyS0"
+
+# Enable the kernel console on ttyS0/COM0
+KERNEL_SERIAL_CONSOLE ?= "console=ttyS0,115200n8"
diff --git a/meta-amd-bsp/recipes-kernel/linux-5.10/linux-yocto-milan_5.10.inc b/meta-amd-bsp/recipes-kernel/linux-5.10/linux-yocto-milan_5.10.inc
new file mode 100644
index 00000000..246647e2
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux-5.10/linux-yocto-milan_5.10.inc
@@ -0,0 +1,3 @@
+require linux-yocto-amdx86_5.10.inc
+
+COMPATIBLE_MACHINE = "milan"