On Thu, Apr 03, 2025 at 02:04:11PM -0700, Patrick Colp via Grub-devel wrote: > Update linux_kernel_params to match the latest upstream (v6.13.77)
s/77/7/ > version of boot_params. Refactor most things out into structs, as the > Linux kernel does. > > "edid_info" should be a struct with "unsigned char dummy[128]" and > "efi_info" should be a struct as well, starting at 0x1c0. However, for > backwards compatibility, GRUB can have "efi_system_table" at 0x1b8 and s/efi_system_table/efi_systab/ > padding at 0x1bc (or padding at both spots). This cuts into the end of > edid_info. Make "edid_info" inline and only make it go up to 0x1b8. > > Signed-off-by: Patrick Colp <patrick.c...@oracle.com> Otherwise patch LGTM... Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> I will fix the minor issues for you before push... Thank you for making this long awaited update! Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel