Re: [PATCH v4] RISC-V: Add an Image header that boot loader can parse.

2019-07-11 Thread Atish Patra
On Thu, 2019-07-11 at 12:42 -0700, Paul Walmsley wrote: > On Fri, 28 Jun 2019, Atish Patra wrote: > > > On Fri, 2019-06-28 at 12:09 -0700, Paul Walmsley wrote: > > > On Thu, 6 Jun 2019, Atish Patra wrote: > > > > > > > Currently, the last stage boot loaders such as U-Boot can > > > > accept > > >

Re: [PATCH v4] RISC-V: Add an Image header that boot loader can parse.

2019-07-11 Thread Paul Walmsley
On Fri, 28 Jun 2019, Atish Patra wrote: > On Fri, 2019-06-28 at 12:09 -0700, Paul Walmsley wrote: > > On Thu, 6 Jun 2019, Atish Patra wrote: > > > > > Currently, the last stage boot loaders such as U-Boot can accept > > > only > > > uImage which is an unnecessary additional step in automating boo

Re: [PATCH v4] RISC-V: Add an Image header that boot loader can parse.

2019-06-28 Thread Atish Patra
On Fri, 2019-06-28 at 12:09 -0700, Paul Walmsley wrote: > On Thu, 6 Jun 2019, Atish Patra wrote: > > > Currently, the last stage boot loaders such as U-Boot can accept > > only > > uImage which is an unnecessary additional step in automating boot > > process. > > > > Add an image header that boot

Re: [PATCH v4] RISC-V: Add an Image header that boot loader can parse.

2019-06-28 Thread Paul Walmsley
On Thu, 6 Jun 2019, Atish Patra wrote: > Currently, the last stage boot loaders such as U-Boot can accept only > uImage which is an unnecessary additional step in automating boot > process. > > Add an image header that boot loader understands and boot Linux from > flat Image directly. ... > +#

[PATCH v4] RISC-V: Add an Image header that boot loader can parse.

2019-06-06 Thread Atish Patra
Currently, the last stage boot loaders such as U-Boot can accept only uImage which is an unnecessary additional step in automating boot process. Add an image header that boot loader understands and boot Linux from flat Image directly. This header is based on ARM64 boot image header and provides a