From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Wed, 5 Apr 2017 14:35:39 +0900 Subject: [U-Boot] [PATCH v3] spl: add support to booting with ATF In-Reply-To: <1491368732-11546-2-git-send-email-kever.yang@rock-chips.com> 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 2017-04-05 14:05 GMT+09:00 Kever Yang : > 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