rpi3: Use new console APIs
Switch to the new console APIs enabled by setting MULTI_CONSOLE_API=1.

The crash console doesn't use this API, it uses internally the core
functions of the 16550 console.

`bl31_plat_runtime_setup` is no longer needed. When this platform port
was introduced, that function used to disable the console. It was needed
to override that behaviour. The new behaviour is to switch to the
runtime console. The console is registered for all scopes (boot, crash
and runtime) in `rpi3_console_init` so it is not needed to override the
default behaviour anymore.

Update documentation.

Change-Id: If2ee8f91044216183b7ef142e5c05ad6220ae92f
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 4f8053d commit e0f21f625f518b0f1ece8a7cbe96a5206cf8c7f9
@Antonio Nino Diaz Antonio Nino Diaz authored on 27 Mar 2018
Showing 8 changed files
View
docs/plat/rpi3.rst
View
plat/rpi3/aarch64/plat_helpers.S
View
plat/rpi3/platform.mk
View
plat/rpi3/rpi3_bl1_setup.c
View
plat/rpi3/rpi3_bl2_setup.c
View
plat/rpi3/rpi3_bl31_setup.c
View
plat/rpi3/rpi3_common.c
View
plat/rpi3/rpi3_private.h