| #
5d74586a |
| 03-Nov-2022 |
Joseph Chen <chenjh@rock-chips.com> |
spl: atf: Add AArch32 BL33 SPSR support
SPL is responsible to setup the ep params if BL33 is expected to run as AArch32 mode.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I41ac1eb3
spl: atf: Add AArch32 BL33 SPSR support
SPL is responsible to setup the ep params if BL33 is expected to run as AArch32 mode.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I41ac1eb35c40b1568b3fddae0c9097ee8c098d27
show more ...
|
| #
bcc1726a |
| 05-May-2017 |
Kever Yang <kever.yang@rock-chips.com> |
spl: add support to booting with ATF
ATF(ARM Trusted Firmware) is used by ARM arch64 SoCs, find more infomation about ATF at: https://github.com/ARM-software/arm-trusted-firmware
SPL is considered
spl: add support to booting with ATF
ATF(ARM Trusted Firmware) is used by ARM arch64 SoCs, find more infomation about ATF at: https://github.com/ARM-software/arm-trusted-firmware
SPL is considered as BL2 in ATF terminology, it needs to load other parts of ATF binary like BL31, BL32, SCP-BL30, and BL33(U-Boot). And needs to prepare the parameter for BL31 which including entry and image information for all other images. Then the SPL handle PC to BL31 with the parameter, the BL31 will do the rest of work and at last get into U-Boot(BL33).
This patch needs work with patches from Andre for SPL support multi binary in FIT.
The entry point of bl31 and bl33 are still using hard code because we still can not get them from the FIT image information.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Tested-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|