From 4c0e161157be1111c03367da82f690ec7cf6c9e2 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Mon, 29 Jun 2020 18:54:48 -0700 Subject: meta-virt-xen.inc: add Raspberry Pi settings Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- conf/distro/include/meta-virt-xen.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/distro/include/meta-virt-xen.inc b/conf/distro/include/meta-virt-xen.inc index a92b08b4..2ada83a3 100644 --- a/conf/distro/include/meta-virt-xen.inc +++ b/conf/distro/include/meta-virt-xen.inc @@ -4,3 +4,11 @@ PACKAGECONFIG_append_pn-qemu = " xen" # For builds for ARM platforms, enable fdt PACKAGECONFIG_append_pn-qemu_arm = " fdt" PACKAGECONFIG_append_pn-qemu_aarch64 = " fdt" + +# Raspberry Pi settings +# - Xen guest console +KERNEL_CONSOLE = "hvc0" +SERIAL_CONSOLES = "115200;hvc0" +# - Xen uses u-boot for configuration and uses the uart +RPI_USE_U_BOOT = "1" +ENABLE_UART = "1" -- cgit v1.2.3-54-g00ecf