From 6a55f6aae96deafce184766df8675888b818ccf4 Mon Sep 17 00:00:00 2001 From: Michalis Pappas Date: Sun, 4 Mar 2018 15:43:38 +0800 Subject: [PATCH 2/2] qemu: Support MULTI_CONSOLE_API Add support for the new MULTI_CONSOLE_API Crash information is now displayed in both the runtime and crash consoles, if a crash occurs after the runtime console has been enabled Enable MULTI_CONSOLE_API by default on qemu builds Fixes ARM-software/tf-issues#561 Signed-off-by: Michalis Pappas --- plat/qemu/qemu_private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plat/qemu/qemu_private.h') diff --git a/plat/qemu/qemu_private.h b/plat/qemu/qemu_private.h index 716440fb..c66d0f9c 100644 --- a/plat/qemu/qemu_private.h +++ b/plat/qemu/qemu_private.h @@ -34,4 +34,7 @@ unsigned int plat_qemu_calc_core_pos(u_register_t mpidr); int dt_add_psci_node(void *fdt); int dt_add_psci_cpu_enable_methods(void *fdt); +void qemu_console_init(void); +void qemu_crash_console_init(void); + #endif /*__QEMU_PRIVATE_H*/ -- cgit v1.2.3