arm-trusted-firmware/plat/qemu
Jens Wiklander c09aa4ff76 refactor(qemu): console runtime switch on bl31 exit
Flush the FIFO before switching to runtime. This is so that there are
no lingering chars in the FIFO when we move to the runtime console.

TF-A plans to refactor the console_Switch_state(CONSOLE_FLAG_RUNTIME)
and console_flush() calls and make them the last calls in bl31_main()
(before BL31 exits). Until then they are being left as the last calls
in bl31_plat_runtime_setup() for testing before refactoring.

This patch affects the QEMU platform only.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Change-Id: I6188d73dd3f3c97f41bb25de543f8c46a972adf0
2024-03-01 09:07:19 +01:00
..
common refactor(qemu): console runtime switch on bl31 exit 2024-03-01 09:07:19 +01:00
qemu feat(qemu): support TRP for RME 2024-01-08 12:39:32 +00:00
qemu_sbsa feat(qemu-sbsa): handle memory information 2024-01-22 02:54:47 +00:00