On Thu, Mar 20, 2025 at 04:06:31PM -0700, Patrick Colp via Grub-devel wrote:
> Update linux_kernel_params to match the latest upstream (v6.13.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[
Update linux_kernel_params to match the latest upstream (v6.13.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
backw