Re: [PATCH] efi: Copy load_options into environment

2022-08-11 Thread Glenn Washburn
On Tue, 8 Dec 2020 20:39:50 -0600 Jordan Webb wrote: > When GRUB is loaded as an EFI application, it will copy the EFI > LoadOptions into an environment variable called "efi_load_options" and > export it. I'm not familiar with EFI LoadOptions, however they don't seem to be a string necessarily

[PATCH] efi: Copy load_options into environment

2020-12-08 Thread Jordan Webb
When GRUB is loaded as an EFI application, it will copy the EFI LoadOptions into an environment variable called "efi_load_options" and export it. My use case for this is to pass along arguments generated by the Raspberry Pi's internal bootloader from U-Boot to GRUB to a Linux kernel, but I think