[PATCH v2 1/1] include/grub/i386/linux: Update linux_kernel_params to match upstream

2025-04-05 Thread Patrick Colp via Grub-devel
Update linux_kernel_params to match the latest upstream (v6.13.77) 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 back

[PATCH v2 0/1] Update linux_kernel_params

2025-04-03 Thread Patrick Colp via Grub-devel
Update linux_kernel_params to match the latest upstream v2: - Changed commit message to replace ` with " - Fixed formatting of multi-line comments - Updated names of fields in efi_info structs to match upstream - Adjusted alignment of inline comments describing offsets to be more uniform Patrick

[PATCH] include/grub/i386/linux: Update linux_kernel_params to match upstream

2025-03-20 Thread Patrick Colp via Grub-devel
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

Re: [PATCH v11 16/20] cryptodisk: Fallback to passphrase

2024-04-12 Thread Patrick Colp via Grub-devel
On 2024-04-12 14:13, Stefan Berger wrote: On 4/12/24 04:39, Gary Lin via Grub-devel wrote: From: Patrick Colp If a protector is specified, but it fails to unlock the disk, fall back to asking for the passphrase. However, an error was set indicating that the protector(s) failed. Later code (e