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

From: Marek Vasut [mailto:marek.vasut@gmail.com] Sent: Tuesday, May 07, 2019 9:11 AM To: Atish Patra; u-boot@lists.denx.de Cc: Tom Rini; Karsten Merker; Alexander Graf; Alex Kiernan; Anup Patel; Bin Meng; Heinrich Schuchardt; Joe Hershberger; Lukas Auer; Michal Simek; 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.
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.
https://patchwork.kernel.org/patch/10925543/
Tested on HiFive Unleashed and QEMU.
Signed-off-by: Atish Patra atish.patra@wdc.com Reviewed-by: Tom Rini trini@konsulko.com Tested-by: Karsten Merker merker@debian.org
Reviewed-by: Marek Vasut marek.vasut@gmail.com
Applied to u-boot-riscv/master, thanks!
participants (1)
-
Rick Chen