Searched hist:"92752355 f5b6823d0f58380c3c9a3e8afe35fc59" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/socionext/synquacer/ |
| H A D | sq_bl31_setup.c | 92752355f5b6823d0f58380c3c9a3e8afe35fc59 Wed Feb 21 16:24:10 UTC 2024 Salman Nabi <salman.nabi@arm.com> refactor(synquacer): console runtime switch on bl31 exit
TF-A plans to move the console_flush() and console_switch_state(CONOSLE_FLAG_RUNTIME) calls to bl31_main() just before BL31 exits.
For now we are mimicking the generic implementation by calling flush and changing the console state to runtime at the end of bl31_plat_runtime_setup() for each platform. This is so that each platform can test it prior to moving flush and switch to bl31_main().
This patch affects the synquacer SoC of the socionext platform.
Change-Id: I85a251e3d9732c5fb5010c3c8bb7323c4f57fa96 Signed-off-by: Salman Nabi <salman.nabi@arm.com>
|