diff options
author | Michalis Pappas <mpappas@fastmail.fm> | 2018-03-27 12:32:31 +0800 |
---|---|---|
committer | Michalis Pappas <mpappas@fastmail.fm> | 2018-03-31 16:26:18 +0800 |
commit | 0e24ea81564ef0444bd6e57f6dabc324284ec3b0 (patch) | |
tree | 06d5406ff41676377b0f7314251468eb06d564d2 /lib | |
parent | ba7848e283cd11326f60f3a3084c142875f3ec41 (diff) | |
download | platform_external_arm-trusted-firmware-0e24ea81564ef0444bd6e57f6dabc324284ec3b0.tar.gz platform_external_arm-trusted-firmware-0e24ea81564ef0444bd6e57f6dabc324284ec3b0.tar.bz2 platform_external_arm-trusted-firmware-0e24ea81564ef0444bd6e57f6dabc324284ec3b0.zip |
qemu: don't use C functions for the crash console callbacks
Use the console_pl011_core_* functions directly in the crash console
callbacks.
This bypasses the MULTI_CONSOLE_API for the crash console (UART1), but
allows using the crash console before the C runtime has been initialized
(eg to call ASM_ASSERT). This retains backwards compatibility with respect
to functionality when the old API is used.
Use the MULTI_CONSOLE_API to register UART0 as the boot and runtime
console.
Fixes ARM-software/tf-issues#572
Signed-off-by: Michalis Pappas <mpappas@fastmail.fm>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions