Re: [PATCH v3 0/7] Add LoadFile2 and riscv Linux loader

2021-11-24 Thread Fu Wei
Hi Nikita, Great thanks for updating V3, I have tried them on RISC-V Hardware (Starfive StarLight/VisionFive, and Allwinner D1 Nezha), they are working well, boot into Fedora. My repo is here : https://github.com/tekkamanninja/grub/tree/riscv_devel_Nikita_V3 For whole patchset: Tested-by: Fu Wei

Re: [PATCH v3 0/7] Add LoadFile2 and riscv Linux loader

2021-10-28 Thread Heinrich Schuchardt
On 10/28/21 22:31, Nikita Ermakov wrote: Hello, This is the third version of the patch series. In v3 the series was rebased on top of the master branch. This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also it contains patches to load Linux kerne

[PATCH v3 0/7] Add LoadFile2 and riscv Linux loader

2021-10-28 Thread Nikita Ermakov
Hello, This is the third version of the patch series. In v3 the series was rebased on top of the master branch. This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also it contains patches to load Linux kernel with EFI stub on riscv platforms and unit