Specify BL31 runtime console for ARM Standard platforms
This patch overrides the default weak definition of
`bl31_plat_runtime_setup()` for ARM Standard platforms to
specify a BL31 runtime console. ARM Standard platforms are
now expected to define `PLAT_ARM_BL31_RUN_UART_BASE` and
`PLAT_ARM_BL31_RUN_UART_CLK_IN_HZ` macros which is required
by `arm_bl31_plat_runtime_setup()` to initialize the runtime
console.

The system suspend resume helper `arm_system_pwr_domain_resume()`
is fixed to initialize the runtime console rather than the boot
console on resumption from system suspend.

Fixes ARM-software/tf-issues#220

Change-Id: I80eafe5b6adcfc7f1fdf8b99659aca1c64d96975
1 parent 78e6161 commit 080225dacd7c1e11c53756ec66d72d3573d1a70d
@Soby Mathew Soby Mathew authored on 9 Dec 2015
Showing 6 changed files
View
docs/porting-guide.md
View
include/plat/arm/board/common/board_css_def.h
View
include/plat/arm/common/plat_arm.h
View
plat/arm/board/fvp/include/platform_def.h
View
plat/arm/common/arm_bl31_setup.c
View
plat/arm/common/arm_pm.c