mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge "refactor(qemu): console runtime switch on bl31 exit" into integration
This commit is contained in:
commit
c6e74540f1
1 changed files with 3 additions and 2 deletions
|
@ -199,8 +199,6 @@ entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type)
|
||||||
|
|
||||||
void bl31_plat_runtime_setup(void)
|
void bl31_plat_runtime_setup(void)
|
||||||
{
|
{
|
||||||
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
|
||||||
|
|
||||||
#if TRANSFER_LIST
|
#if TRANSFER_LIST
|
||||||
if (bl31_tl) {
|
if (bl31_tl) {
|
||||||
/*
|
/*
|
||||||
|
@ -210,4 +208,7 @@ void bl31_plat_runtime_setup(void)
|
||||||
memcpy((void *)FW_NS_HANDOFF_BASE, bl31_tl, bl31_tl->max_size);
|
memcpy((void *)FW_NS_HANDOFF_BASE, bl31_tl, bl31_tl->max_size);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
console_flush();
|
||||||
|
console_switch_state(CONSOLE_FLAG_RUNTIME);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue