From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 7 Jan 2019 23:57:28 +0100 Subject: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata In-Reply-To: <20190107211423.10151-1-simon.k.r.goldschmidt@gmail.com> References: <20190107211423.10151-1-simon.k.r.goldschmidt@gmail.com> Message-ID: <1f8fdec8-68d0-ad64-350d-5d290294a0cf@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > This is an initial attempt to support OF_PLATDATA for socfpga gen5. > > There are two motivations for this: > a) reduce code size to eventually support secure boot (where SPL has to > authenticate the next stage by loading/checking U-Boot from a FIT > image) > b) to support the cyclone 5 boot ROM's CRC check on the SPL in SRAM > (on warm-restart), all bytes to check need to be in one piece. With > OF_SEPARATE, this is not the case (.bss is between .rodata and the > DTB). Since OF_EMBEDDED has been discouraged, OF_PLATDATA seems to > be a good solution. I'd much prefer parsing the DT (and thus, decoupling the SW from HW) than having some ad-hoc plat data again if we can avoid that. -- Best regards, Marek Vasut