On Wed, Dec 18, 2019 at 3:13 AM Vagrant Cascadian <vagr...@debian.org> wrote: > > On 2019-09-25, Vagrant Cascadian wrote: > > On 2019-08-21, David Abdurachmanov wrote: > >> Commit 37304aaf60bf92a5dc3ef222ba520698bd862a44 removed preboot > >> commands in RISC-V targets and broke extlinux support as reported > >> by Fu Wei <w...@redhat.com>. > >> > >> The patch finishes migration of CONFIG_USE_PREBOOT and CONFIG_REBOOT > >> to Kconfig. > > > > Tested using qemu-riscv64_smode and it fixes extlinux booting. Thanks! > > > > Please CC me on future updates to the patch series. > > > > Tested-by: Vagrant Cascadian <vagr...@debian.org> > > This patch, or something like it, is still needed with u-boot > v2020.01-rc5 for extlinux support to load the device-tree from the boot > firmware. > > Is there a new approach in the works, or any chance to see something > like this get merged soon?
I do carry several experiment patches in Fedora/RISCV, which I didn't yet sent for a review. Basically that allows me to boot a single Fedora/RISCV disk image on QEMU virt machine and SiFive Unleashed. See: http://fedora.riscv.rocks:3000/rpms/uboot-tools/src/branch/master-riscv64/uboot-tools.spec#L36 Note some of the patches were merged in rc5. You would want the following two patches: http://fedora.riscv.rocks:3000/rpms/uboot-tools/src/branch/master-riscv64/riscv64-set-fdt_addr.patch http://fedora.riscv.rocks:3000/rpms/uboot-tools/src/branch/master-riscv64/riscv-bootargs-preboot.patch If you could review them I could send them out. david