Re: [RESEND v9 7/9] bootmenu: add removable media entries

2022-07-20 Thread Ilias Apalodimas
Hi Kojima-san [...] > + > + /* add non-existent boot option */ > + for (i = 0; i < count; i++) { > + u32 boot_index; > + u16 var_name[9]; > + > + if (!opt[i].exist) { > + ret = eficonfig_get_unused_bootoption(var_name, >

[RESEND v9 7/9] bootmenu: add removable media entries

2022-07-15 Thread Masahisa Kojima
UEFI specification requires booting from removal media using a architecture-specific default image name such as BOOTAA64.EFI. This commit adds the removable media entries into bootmenu, so that user can select the removable media and boot with default image. The bootmenu automatically enumerates t