arm-trusted-firmware/plat/rockchip
Christoph Müllner f476e63f7a rockchip: Add params_setup to RK3328.
params_setup.c provides the function params_early_setup, which
takes care of parsing ATF parameters (bl31_plat_param array,
fdt or coreboot table). As params_early_setup is defined as weak
symbol in bl31_plat_setup.c, providing a platform-specific
bl31_plat_setup implementation is optional.

This patch adds the rockchip-common params_setup.c to the sources
for RK3328. This streamlines the parameter handling for all supported
rockchip SoCs.

Signed-off-by: Christoph Müllner <christophm30@gmail.com>
Change-Id: I071c03106114364ad2fc408e49cc791fe5b35925
2019-05-01 17:52:53 +02:00
..
common rockchip: only include libfdt in non-coreboot cases 2019-04-26 23:36:17 +02:00
rk3288 rockchip: Streamline and complete UARTn_BASE macros. 2019-05-01 02:15:43 +02:00
rk3328 rockchip: Add params_setup to RK3328. 2019-05-01 17:52:53 +02:00
rk3368 rockchip: Streamline and complete UARTn_BASE macros. 2019-05-01 02:15:43 +02:00
rk3399 rockchip: only include libfdt in non-coreboot cases 2019-04-26 23:36:17 +02:00