From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Tue, 20 Jan 2015 13:30:24 -0800 Subject: [U-Boot] Odroid XU3 - exynos5422 - SPL - iRAM/sRAM address In-Reply-To: (Suriyan Ramasami's message of "Tue, 20 Jan 2015 11:37:30 -0800") References: <1421746560.6818.37.camel@collabora.co.uk> <1421772007.6818.42.camel@collabora.co.uk> Message-ID: <7hy4oxf8cv.fsf@deeprootsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Suriyan, Suriyan Ramasami writes: > Hello Sjoerd Simons, > A signed BL2 which allows unsigned BL2 chain load is already > available for experimentation. Refer this link: > http://forum.odroid.com/viewtopic.php?f=98&t=6147#p58984 > The suriyan.bl2-hkxu3.1212.5422.zip blob contains a signed BL2 which > allows the same. > The layout of SD card is as follows: > > BL1 (1 to 30) 15K > BL2 (31 to 62) 16K > indicator block (63 to 64) 1K > uboot (65 to 2112) 1M > tzsw (2113 to 2624) 256K > unsigned BL2 (2625 to 2656) 16K > > A non zero in the first byte of the indicator block instructs the > signed BL2 to load the unsigned BL2 @ offset 2625. I'm currently running mainline u-boot, and hoping to test the series that powers down secondary cores on the odroid-xu3. That series applies and builds with mainline u-boot (v2015.01-rc3), but for it to work correctly, IIUC, I'll also need to build an SPL from mainline. Can you share your changes to mainline u-boot that enable the building of SPL? I'd like to try that using your BL2 that will load an unsigned BL2. Thanks, Kevin