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

2016-05-31 Thread Tom Rini
On Tue, May 31, 2016 at 10:45:06AM -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 v4] arm/arm64: implement a boot header capability

2016-05-31 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