aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/common/bl31_plat_setup.c
diff options
context:
space:
mode:
authortony.xie <tony.xie@rock-chips.com>2017-04-24 16:18:10 +0800
committertony.xie <tony.xie@rock-chips.com>2017-04-25 11:10:56 +0800
commit0d5ec955b8f7900ca33abf88638d499742531159 (patch)
tree6762d54ae730fcecc77ae87fec950c6241c3e964 /plat/rockchip/common/bl31_plat_setup.c
parent90e0ffd367c0e06bf42b323e78d7f4e455419a9e (diff)
downloadtrusted-firmware-a-0d5ec955b8f7900ca33abf88638d499742531159.tar.gz
rockchip: rk3328: support rk3328
rk3328 is a Quad-core soc and Cortex-a53 inside! This patch supports the following functions: 1、power up/off cpus 2、suspend/resume cpus 3、suspend/resume system 4、reset system 5、power off system Change-Id: I60687058d13912c6929293b06fed9c6bc72bdc84 Signed-off-by: tony.xie <tony.xie@rock-chips.com>
Diffstat (limited to 'plat/rockchip/common/bl31_plat_setup.c')
-rw-r--r--plat/rockchip/common/bl31_plat_setup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/plat/rockchip/common/bl31_plat_setup.c b/plat/rockchip/common/bl31_plat_setup.c
index 66678d3637..82314b8442 100644
--- a/plat/rockchip/common/bl31_plat_setup.c
+++ b/plat/rockchip/common/bl31_plat_setup.c
@@ -77,6 +77,11 @@ entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type)
return NULL;
}
+#pragma weak params_early_setup
+void params_early_setup(void *plat_param_from_bl2)
+{
+}
+
/*******************************************************************************
* Perform any BL3-1 early platform setup. Here is an opportunity to copy
* parameters passed by the calling EL (S-EL1 in BL2 & S-EL3 in BL1) before they