plat/rockchip: Switch to use new common BL aux parameter library
This patch changes all Rockchip platforms to use the new common BL aux
parameter helpers. Since the parameter space is now cleanly split in
generic and vendor-specific parameters and the COREBOOT_TABLE
parameter is now generic, the parameter type number for that parameter
has to change. Since it only affects coreboot which always builds TF as
a submodule and includes its headers directly to get these constants,
this should not cause any issues. In general, after this point, we
should avoid changing already assigned parameter type numbers whenever
possible.

Change-Id: Ic99ddd1e91ff5e5fe212fa30c793a0b8394c9dad
Signed-off-by: Julius Werner <jwerner@chromium.org>
1 parent b852d22 commit c1185ffde17cf2fdf50aac172a0be9e2d7669fd0
@Julius Werner Julius Werner authored on 24 May 2019
Showing 11 changed files
View
plat/rockchip/common/bl31_plat_setup.c
View
plat/rockchip/common/include/plat_params.h
View
plat/rockchip/common/include/plat_private.h
View
plat/rockchip/common/params_setup.c
View
plat/rockchip/common/sp_min_plat_setup.c
View
plat/rockchip/rk3288/platform.mk
View
plat/rockchip/rk3328/platform.mk
View
plat/rockchip/rk3368/platform.mk
View
plat/rockchip/rk3399/drivers/pmu/pmu.c
View
plat/rockchip/rk3399/drivers/pmu/pmu.h
View
plat/rockchip/rk3399/platform.mk