diff options
author | Ross Burton <ross.burton@arm.com> | 2024-10-01 15:05:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-08 13:31:58 +0100 |
commit | da5998039b976c7a7ba7eaab04be332aaf719ba2 (patch) | |
tree | 5d58be815679057d99652a2263176d082fe68c4b /meta-yocto-bsp | |
parent | be28dbff39ece8385bfcf4e444bec2b05b389084 (diff) | |
download | poky-da5998039b976c7a7ba7eaab04be332aaf719ba2.tar.gz |
genericarm64: add more serial consoles
Some boards - such as the BeaglePlay - have the serial console on ttyS2.
Add a few ttyS? consoles to SERIAL_CONSOLES to cater for these boards.
(From meta-yocto rev: 6732332ef6ff640189e51ef6839598be693fd9e1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index 1cb5e46dcf..b6dfb8042d 100644 --- a/meta-yocto-bsp/conf/machine/genericarm64.conf +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf | |||
@@ -27,8 +27,8 @@ WKS_FILE ?= "genericarm64.wks.in" | |||
27 | 27 | ||
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 one physical serial console, or a virtualized serial console | 30 | # Try to bring up a selection of physical or virtual serial consoles |
31 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" | 31 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2" |
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 |