
1 May
2019
1 May
'19
10:22 p.m.
On Wed, May 01, 2019 at 01:07:31PM -0700, 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
Changes from v2->v3
- Updated the image header structure as per kernel patch.
- Removed Image.gz support as it will be added as separate RFC patch.
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom