Re: [U-Boot] [PATCH v3] arm64: arm: implement a boot header capability

2016-05-31 Thread Tom Rini
On Mon, May 30, 2016 at 11:37:47AM -0700, Steve Rae wrote: > Hi Tom, > > On Mon, May 30, 2016 at 11:14 AM, Tom Rini wrote: > > > > On Mon, May 30, 2016 at 09:51:22AM -0700, Steve Rae wrote: > > > > > From: Andre Przywara > > > > > > Some SPL loaders (like Allwinner's boot0, and Broadcom's boot0)

Re: [U-Boot] [PATCH v3] arm64: arm: implement a boot header capability

2016-05-30 Thread Steve Rae
Hi Tom, On Mon, May 30, 2016 at 11:14 AM, Tom Rini wrote: > > On Mon, May 30, 2016 at 09:51:22AM -0700, Steve Rae wrote: > > > From: Andre Przywara > > > > Some SPL loaders (like Allwinner's boot0, and Broadcom's boot0) > > require a header before the actual U-Boot binary to both check its > > v

Re: [U-Boot] [PATCH v3] arm64: arm: implement a boot header capability

2016-05-30 Thread Tom Rini
On Mon, May 30, 2016 at 09:51:22AM -0700, Steve Rae wrote: > From: Andre Przywara > > Some SPL loaders (like Allwinner's boot0, and Broadcom's boot0) > require a header before the actual U-Boot binary to both check its > validity and to find other data to load. Sometimes this header may > only b

[U-Boot] [PATCH v3] arm64: arm: implement a boot header capability

2016-05-30 Thread Steve Rae
From: Andre Przywara Some SPL loaders (like Allwinner's boot0, and Broadcom's boot0) require a header before the actual U-Boot binary to both check its validity and to find other data to load. Sometimes this header may only be a few bytes of information, and sometimes this might simply be space t