Re: [PATCH] efi_loader: fix efi_bootmgr_enumerate_boot_option

2023-10-17 Thread Ilias Apalodimas
Hi Mark, On Tue, 17 Oct 2023 at 22:25, Mark Kettenis wrote: > > > From: Heinrich Schuchardt > > Date: Tue, 17 Oct 2023 19:51:48 +0200 > > > > Only auto-generate boot options for removable media. > > > > For testing the different handling of removable and non-removable devices > > an emulated

Re: [PATCH] efi_loader: fix efi_bootmgr_enumerate_boot_option

2023-10-17 Thread Mark Kettenis
> From: Heinrich Schuchardt > Date: Tue, 17 Oct 2023 19:51:48 +0200 > > Only auto-generate boot options for removable media. > > For testing the different handling of removable and non-removable devices > an emulated USB device can be used: > > make qemu-riscv64_smode_defconfig; make >

[PATCH] efi_loader: fix efi_bootmgr_enumerate_boot_option

2023-10-17 Thread Heinrich Schuchardt
Only auto-generate boot options for removable media. For testing the different handling of removable and non-removable devices an emulated USB device can be used: make qemu-riscv64_smode_defconfig; make qemu-system-riscv64 -M virt -kernel u-boot.bin -nographic \ -device qemu-xhci