public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/1] arm64: enable SPL with ATF support
@ 2017-03-20  6:41 Kever Yang
  2017-03-20  6:41 ` [U-Boot] [PATCH v1] spl: add support to booting with ATF Kever Yang
  0 siblings, 1 reply; 7+ messages in thread
From: Kever Yang @ 2017-03-20  6:41 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-25  9:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20  6:41 [U-Boot] [PATCH v1 0/1] arm64: enable SPL with ATF support Kever Yang
2017-03-20  6:41 ` [U-Boot] [PATCH v1] spl: add support to booting with ATF Kever Yang
2017-03-22 13:05   ` Simon Glass
2017-03-22 14:27     ` Tom Rini
2017-03-23  2:59     ` Kever Yang
2017-10-25  1:38   ` Peng Fan
2017-10-25  9:28     ` Dan Handley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox