[U-Boot] [PATCH v3] spl: add support to booting with ATF
Masahiro Yamada
yamada.masahiro at socionext.com
Wed Apr 5 05:35:39 UTC 2017
2017-04-05 14:05 GMT+09:00 Kever Yang <kever.yang at rock-chips.com>:
> 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
SCP-BL30 ?
Dan,
I see BL30 in old documents, but this was deprecated, right?
bl2/bl2_image_load.c implies that:
/*
* Check for platforms that use obsolete image terminology
*/
#ifdef BL30_BASE
# error "BL30_BASE platform define no longer used - please use SCP_BL2_BASE"
#endif
What is the correct terminology for the SCP firmware
on the latest code base?
SCP_BL2 ?
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list