From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Handley Date: Wed, 5 Apr 2017 08:25:03 +0000 Subject: [U-Boot] [PATCH v3] spl: add support to booting with ATF In-Reply-To: References: <1491368732-11546-1-git-send-email-kever.yang@rock-chips.com> <1491368732-11546-2-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi > -----Original Message----- > From: Masahiro Yamada [mailto:yamada.masahiro at socionext.com] > Sent: 05 April 2017 06:36 > > 2017-04-05 14:05 GMT+09:00 Kever Yang : > > 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? > Yes, the BL30 terminology was deprecated in favour of SCP_BL2. See: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Image-Terminology#scp-ram-firmware-scp_bl2-previously-bl3-0 However, given this is an optional image, it might be worth removing the reference altogether. Also, I notice this latest patch still uses bl31_params_t rather than the more recent bl_params_t. Regards Dan. IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.