On Wed, Aug 7, 2019 at 3:56 PM Bin Meng wrote:
> The loading of initramfs is currently not supported on 'sifive_u'.
> Add the support to make '-initrd' command line parameter useful.
>
> Signed-off-by: Bin Meng
> ---
>
> Changes in v2: None
>
> hw/riscv/sifive_u.c | 13 -
> 1 file c
The loading of initramfs is currently not supported on 'sifive_u'.
Add the support to make '-initrd' command line parameter useful.
Signed-off-by: Bin Meng
---
Changes in v2: None
hw/riscv/sifive_u.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/hw/riscv/sif