summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-04-22 20:00:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-23 19:52:01 +0100
commitb7fcba6e510f9cf3739cb3df5ccff90c90d8fe8a (patch)
tree5e81ce178c83af2db9978751d72567aebe196bfc
parent24a0e1794edfe65b036ec6ffeed5d9bdca4cd07e (diff)
downloadpoky-b7fcba6e510f9cf3739cb3df5ccff90c90d8fe8a.tar.gz
genericarm64: add ttyPS1 for KV260
The AMD KV260 has a serial console on ttyPS1, so until we can dynamically detect the console under sysvinit we can add it to SERIAL_CONSOLES so this platform has a working console when not running systemd. (From meta-yocto rev: c1824bbee5d7febe4154d683e895470c08b681a9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/conf/machine/genericarm64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index f5000402e5..eb79475e9a 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -28,7 +28,7 @@ WKS_FILE ?= "genericarm64.wks.in"
28EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}" 28EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}"
29 29
30# Try to bring up a selection of physical or virtual serial consoles 30# Try to bring up a selection of physical or virtual serial consoles
31SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2" 31SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2 115200;ttyPS1"
32 32
33# Allow u-boot to be built for use with qemu-system-aarch64. 33# Allow u-boot to be built for use with qemu-system-aarch64.
34# This u-boot is _not_ suitable for use with real hardware, and the expectation 34# This u-boot is _not_ suitable for use with real hardware, and the expectation