Re: [PATCH 0/6 v2] Loadfile2 for initrd loading

2021-03-14 Thread Heinrich Schuchardt
On 3/13/21 10:47 PM, Ilias Apalodimas wrote: Hi! This is v2 of [1] Changes since v1: - minor coding style fixes from Heinrich - changed the DP format. Instead of VenMedia - 0x01 - initrd, we skip the 0x01 between VenMedia and the first file. - final device path is stripped in efi_get_d

[PATCH 0/6 v2] Loadfile2 for initrd loading

2021-03-13 Thread Ilias Apalodimas
Hi! This is v2 of [1] Changes since v1: - minor coding style fixes from Heinrich - changed the DP format. Instead of VenMedia - 0x01 - initrd, we skip the 0x01 between VenMedia and the first file. - final device path is stripped in efi_get_dp_from_boot() instead of get_initrd_fp() - Fi