arm-trusted-firmware/bl31
Caesar Wang ec6935692a rockchip: optimize the link mechanism for SRAM code
Add the common extra.ld.S and customized rk3399.ld.S to extend
to more features for different platforms.
For example, we can add SRAM section and specific address to
load there if we need it, and the common bl31.ld.S not need to
be modified.

Therefore, we can remove the unused codes which copying explicitly
from the function pmusram_prepare(). It looks like more clear.

Change-Id: Ibffa2da5e8e3d1d2fca80085ebb296ceb967fce8
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2016-10-25 03:28:53 +08:00
..
aarch64 Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
bl31.ld.S rockchip: optimize the link mechanism for SRAM code 2016-10-25 03:28:53 +08:00
bl31.mk Introduce PSCI Library Interface 2016-07-19 10:19:01 +01:00
bl31_context_mgmt.c Introduce `el3_runtime` and `PSCI` libraries 2016-07-18 17:52:15 +01:00
bl31_main.c PSCI: Do psci_setup() as part of std_svc_setup() 2016-09-22 17:07:20 +01:00
interrupt_mgmt.c Enable support for EL3 interrupt in IMF 2015-12-09 09:58:17 +00:00