Re: [U-Boot] [v5 PATCH] RISCV: image: Add booti support

2019-05-08 Thread Rick Chen
Rick > Jian-Zhi Chen(陳建志); Simon Glass > Subject: Re: [U-Boot] [v5 PATCH] RISCV: image: Add booti support > > On 5/7/19 2:49 AM, Atish Patra wrote: > > This patch adds booti support for RISC-V Linux kernel. The existing > > bootm method will also continue to work as it is. >

Re: [U-Boot] [v5 PATCH] RISCV: image: Add booti support

2019-05-06 Thread Marek Vasut
On 5/7/19 2:49 AM, Atish Patra wrote: > This patch adds booti support for RISC-V Linux kernel. The existing > bootm method will also continue to work as it is. > > It depends on the following kernel patch which adds the header to the > flat Image. Gzip compressed Image (Image.gz) support is not

[U-Boot] [v5 PATCH] RISCV: image: Add booti support

2019-05-06 Thread Atish Patra
This patch adds booti support for RISC-V Linux kernel. The existing bootm method will also continue to work as it is. It depends on the following kernel patch which adds the header to the flat Image. Gzip compressed Image (Image.gz) support is not enabled with this patch.