rockchip: Move to MULTI_CONSOLE_API
This patch changes all Rockchip platforms to use the new
MULTI_CONSOLE_API. The platform-specific plat_crash_console
implementations are removed so that the platform can use the ones from
the common platform code instead.

Also change the registers used in plat_crash_print_regs. The existing
use of x16 and x17 has always been illegal, since those registers are
reserved for use by the linker as a temporary scratch registers in
intra-procedure-call veneers and can never be expected to maintain their
values across a function call.

Change-Id: I8249424150be8d5543ed4af93b56756795a5288f
Signed-off-by: Julius Werner <jwerner@chromium.org>
1 parent 3c250b9 commit 890abc33e46349fb01aed443ad7128b82ba34f3d
@Julius Werner Julius Werner authored on 2 Aug 2017
Showing 6 changed files
View
plat/rockchip/common/aarch64/plat_helpers.S
View
plat/rockchip/common/bl31_plat_setup.c
View
plat/rockchip/common/include/plat_macros.S
View
plat/rockchip/rk3328/platform.mk
View
plat/rockchip/rk3368/platform.mk
View
plat/rockchip/rk3399/platform.mk