Re: [U-Boot] [PATCH] Support raw initrd for qemu riscv64 targets.

2019-09-25 Thread Vagrant Cascadian
On 2019-09-26, Bin Meng wrote: > On Thu, Sep 26, 2019 at 8:57 AM Vagrant Cascadian wrote: >> On 2019-07-15, Vagrant Cascadian wrote: >> > This allows booting an initrd without headers generated by mkimage, >> > which is generally needed when using distro_bootcmd with >> > extlinux-style boot

Re: [U-Boot] [PATCH] Support raw initrd for qemu riscv64 targets.

2019-09-25 Thread Bin Meng
Hi Vagrant, On Thu, Sep 26, 2019 at 8:57 AM Vagrant Cascadian wrote: > > Haven't heard any comment on this; is there someone better to CC? > Sorry I missed this. > Would be really nice if it could be considered for v2019.10. > > Thanks! > > live well, > vagrant > > On 2019-07-15, Vagrant

Re: [U-Boot] [PATCH] Support raw initrd for qemu riscv64 targets.

2019-09-25 Thread Vagrant Cascadian
Haven't heard any comment on this; is there someone better to CC? Would be really nice if it could be considered for v2019.10. Thanks! live well, vagrant On 2019-07-15, Vagrant Cascadian wrote: > This allows booting an initrd without headers generated by mkimage, > which is generally needed

[U-Boot] [PATCH] Support raw initrd for qemu riscv64 targets.

2019-07-15 Thread Vagrant Cascadian
This allows booting an initrd without headers generated by mkimage, which is generally needed when using distro_bootcmd with extlinux-style boot menus. Signed-off-by: Vagrant Cascadian --- configs/qemu-riscv64_defconfig | 1 + configs/qemu-riscv64_smode_defconfig | 1 + 2 files changed,