Re: [U-Boot] [PATCH 1/2] ARMv8: add optional Linux kernel image header

2018-01-03 Thread Stephen Warren
On 01/03/2018 10:56 AM, Tom Rini wrote: On Wed, Jan 03, 2018 at 10:42:56AM -0700, Stephen Warren wrote: On 01/03/2018 06:45 AM, Tom Rini wrote: On Tue, Jan 02, 2018 at 04:54:21PM -0700, Stephen Warren wrote: From: Stephen Warren Allow placing a Linux kernel image header

Re: [U-Boot] [PATCH 1/2] ARMv8: add optional Linux kernel image header

2018-01-03 Thread Tom Rini
On Wed, Jan 03, 2018 at 10:42:56AM -0700, Stephen Warren wrote: > On 01/03/2018 06:45 AM, Tom Rini wrote: > >On Tue, Jan 02, 2018 at 04:54:21PM -0700, Stephen Warren wrote: > > > >>From: Stephen Warren > >> > >>Allow placing a Linux kernel image header at the start of the

Re: [U-Boot] [PATCH 1/2] ARMv8: add optional Linux kernel image header

2018-01-03 Thread Stephen Warren
On 01/03/2018 06:45 AM, Tom Rini wrote: On Tue, Jan 02, 2018 at 04:54:21PM -0700, Stephen Warren wrote: From: Stephen Warren Allow placing a Linux kernel image header at the start of the U-Boot binary. This is useful since the image header reports the amount of memory

Re: [U-Boot] [PATCH 1/2] ARMv8: add optional Linux kernel image header

2018-01-03 Thread Tom Rini
On Tue, Jan 02, 2018 at 04:54:21PM -0700, Stephen Warren wrote: > From: Stephen Warren > > Allow placing a Linux kernel image header at the start of the U-Boot > binary. This is useful since the image header reports the amount of memory > (BSS and similar) that U-Boot needs

[U-Boot] [PATCH 1/2] ARMv8: add optional Linux kernel image header

2018-01-02 Thread Stephen Warren
From: Stephen Warren Allow placing a Linux kernel image header at the start of the U-Boot binary. This is useful since the image header reports the amount of memory (BSS and similar) that U-Boot needs to use, but that isn't part of the binary size. This can be used by the