Home
last modified time | relevance | path

Searched hist:"9 edf08b17707a43f5d627fb1255e0bf2067f33e6" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/common/
H A Dmtk_bl31_setup.c9edf08b17707a43f5d627fb1255e0bf2067f33e6 Mon Feb 19 15:12:27 UTC 2024 Salman Nabi <salman.nabi@arm.com> refactor(mediatek): 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 Mediatek platform only.

Change-Id: I83beee28ed856bc9b2f3131aa577be9bfa529028
Signed-off-by: Salman Nabi <salman.nabi@arm.com>