
20 Mar
2017
20 Mar
'17
7:41 a.m.
This patch needs work with some patch for SPL support multi binary in FIT which is from Andre.
The entry point of bl31 and bl33 is still using hard code because we still can not get them from the FIT image information.
Changes in v1: - license update - split out as separate patch
Kever Yang (1): spl: add support to booting with ATF
common/spl/Kconfig | 14 +++ common/spl/Makefile | 1 + common/spl/spl.c | 4 + common/spl/spl_atf.c | 92 +++++++++++++++++ include/atf_common.h | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++ include/spl.h | 1 + 6 files changed, 388 insertions(+) create mode 100644 common/spl/spl_atf.c create mode 100644 include/atf_common.h
--
1.9.1