From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/1] arm64: enable SPL with ATF support
Date: Wed, 5 Apr 2017 13:05:26 +0800 [thread overview]
Message-ID: <1491368732-11546-1-git-send-email-kever.yang@rock-chips.com> (raw)
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.
This patch tested on rk3399 platform.
Changes in v3:
- remove no neccessary Macro definition in header file.
- rename some Macro with 'ATF_' prefix.
Changes in v2:
- Kconfig comment update with Simon's suggestion
- including file ordering,
- update function comment format,
- use 'if' instead of '#ifdef' for bl31_entry
- add ATF Kconfig option depend on ARM64
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 | 3 +
common/spl/spl_atf.c | 97 +++++++++++++++++++++++++++
include/atf_common.h | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++
include/spl.h | 1 +
6 files changed, 299 insertions(+)
create mode 100644 common/spl/spl_atf.c
create mode 100644 include/atf_common.h
--
1.9.1
next reply other threads:[~2017-04-05 5:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 5:05 Kever Yang [this message]
2017-04-05 5:05 ` [U-Boot] [PATCH v3] spl: add support to booting with ATF Kever Yang
2017-04-05 5:35 ` Masahiro Yamada
2017-04-05 8:25 ` Dan Handley
2017-05-05 3:07 ` Kever Yang
2017-04-05 16:40 ` Masahiro Yamada
2017-05-05 3:33 ` Kever Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491368732-11546-1-git-send-email-kever.yang@rock-chips.com \
--to=kever.yang@rock-chips.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.