Re: [PATCH 8/8] hw/riscv: microchip_pfsoc: Support direct kernel boot

2021-03-31 Thread Alistair Francis
On Mon, Mar 29, 2021 at 1:16 PM Bin Meng wrote: > > From: Bin Meng > > At present the Microchip Icicle Kit machine only supports using > '-bios' to load the HSS, and does not support '-kernel' for direct > kernel booting just like other RISC-V machines do. One has to use > U-Boot which is chain-l

[PATCH 8/8] hw/riscv: microchip_pfsoc: Support direct kernel boot

2021-03-29 Thread Bin Meng
From: Bin Meng At present the Microchip Icicle Kit machine only supports using '-bios' to load the HSS, and does not support '-kernel' for direct kernel booting just like other RISC-V machines do. One has to use U-Boot which is chain-loaded by HSS, to load a kernel for testing. This is not so con