From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] spl: add support to booting with ATF
Date: Wed, 5 Apr 2017 14:35:39 +0900 [thread overview]
Message-ID: <CAK7LNAQyVvSSnEe0n-nQyC02v+5m4_ZX+FvAngtJQdPYYUmR6g@mail.gmail.com> (raw)
In-Reply-To: <1491368732-11546-2-git-send-email-kever.yang@rock-chips.com>
2017-04-05 14:05 GMT+09:00 Kever Yang <kever.yang@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
next prev parent reply other threads:[~2017-04-05 5:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 5:05 [U-Boot] [PATCH v3 0/1] arm64: enable SPL with ATF support Kever Yang
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 [this message]
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=CAK7LNAQyVvSSnEe0n-nQyC02v+5m4_ZX+FvAngtJQdPYYUmR6g@mail.gmail.com \
--to=yamada.masahiro@socionext.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.