Hi Heinrich,
On Wed, 10 Jan 2024 at 22:53, Heinrich Schuchardt wrote:
>
> On 26.12.23 07:28, Masahisa Kojima wrote:
> > Current efibootmgr auto-generates the boot option for all
> > disks and partitions installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL,
> > while EDK II reference implementation auto-gen
On 26.12.23 07:28, Masahisa Kojima wrote:
Current efibootmgr auto-generates the boot option for all
disks and partitions installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL,
while EDK II reference implementation auto-generates the boot option
for all devices installing EFI_BLOCK_IO_PROTOCOL with
eliminat
Hi Ilias,
On Thu, 28 Dec 2023 at 22:14, Ilias Apalodimas
wrote:
>
> Kojima-san
>
> [...]
>
> > /**
> > * try_load_entry() - try to load image for boot option
> > *
> > @@ -594,7 +638,6 @@ static efi_status_t try_load_entry(u16 n, efi_handle_t
> > *handle,
> > }
> >
> > if (lo.at
Kojima-san
[...]
> /**
> * try_load_entry() - try to load image for boot option
> *
> @@ -594,7 +638,6 @@ static efi_status_t try_load_entry(u16 n, efi_handle_t
> *handle,
> }
>
> if (lo.attributes & LOAD_OPTION_ACTIVE) {
> - struct efi_device_path *file_path;
>
Current efibootmgr auto-generates the boot option for all
disks and partitions installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL,
while EDK II reference implementation auto-generates the boot option
for all devices installing EFI_BLOCK_IO_PROTOCOL with
eliminating logical partitions.
This commit modifie
5 matches
Mail list logo