Re: [U-Boot] [PATCH 3/6] arm64: sunxi: reserve space for boot0 header

2016-05-06 Thread Steve Rae
On Fri, May 6, 2016 at 2:27 PM, André Przywara wrote: > On 06/05/16 22:15, Steve Rae wrote: > > Hi Andre, > > > > On Wed, May 4, 2016 at 2:15 PM, Andre Przywara > > wrote: > > > > The Allwinner provided boot0

Re: [U-Boot] [PATCH 3/6] arm64: sunxi: reserve space for boot0 header

2016-05-06 Thread André Przywara
On 06/05/16 22:15, Steve Rae wrote: > Hi Andre, > > On Wed, May 4, 2016 at 2:15 PM, Andre Przywara > wrote: > > The Allwinner provided boot0 boot loader requires a header before the > U-Boot binary to both check its validity and to

Re: [U-Boot] [PATCH 3/6] arm64: sunxi: reserve space for boot0 header

2016-05-06 Thread Steve Rae
Hi Andre, On Wed, May 4, 2016 at 2:15 PM, Andre Przywara wrote: > The Allwinner provided boot0 boot loader requires a header before the > U-Boot binary to both check its validity and to find other blobs to > load. There is a tool called boot0img which fills the header >

[U-Boot] [PATCH 3/6] arm64: sunxi: reserve space for boot0 header

2016-05-04 Thread Andre Przywara
The Allwinner provided boot0 boot loader requires a header before the U-Boot binary to both check its validity and to find other blobs to load. There is a tool called boot0img which fills the header appropriately. Reserve some space at the beginning of the binary to later hold the header if