diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-04-22 20:00:53 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-23 19:49:06 +0100 |
| commit | 43909a98708600d95e9a9ee6ee7f0a2ba07e015d (patch) | |
| tree | e3e12320d311274d1f4fea782fa78e11c3ee7407 /meta-yocto-bsp/conf/machine/genericarm64.conf | |
| parent | 185a87256e9bf764d5628c11705449307eb1b1ad (diff) | |
| download | poky-43909a98708600d95e9a9ee6ee7f0a2ba07e015d.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: 467b6d77e50f92bee3c8f7ca928bd70758bab457)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericarm64.conf')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 2 |
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" | |||
| 28 | EFI_PROVIDER ?= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd-boot", "grub-efi", d)}" | 28 | EFI_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 |
| 31 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2" | 31 | SERIAL_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 |
