Re: [PATCH 0/3] Use -shared compilation instead of -Wl,-r

2025-04-24 Thread Mate Kukri
ia32-efi build breaks with these patches, grub-mkimage seems to be missing relocation type 8 On Tue, Apr 8, 2025 at 4:16 PM Vladimir Serbinenko wrote: > > -Wl,-r is a partial linking and this file is only intended as intermediate > result for linker, not really intended for any other use. To make

Re: Testing for specific PCI devices

2025-04-24 Thread Yair Yarom
Hi, Sure, I've uploaded my changes to github: https://github.com/irush-cs/grub/tree/irush/testpci Generally, this is a 'testpci' command that accepts one or more PCI device IDs in the form ":" as arguments, or reads lines from a file given by the --file parameter, and returns true if one

[PATCH v2] grub-probe: detect DDF container similar to IMSM

2025-04-24 Thread Renaud Métrich via Grub-devel
Similarly to Intel IMSM, there are BIOS and UEFI implementations that support DDF containers natively. DDF and IMSM are very similar in handling, especially these should not be considered as RAID abstraction. This fixes the requirement of having a device map when probing DDF containers. Fixes htt

Re: [PATCH v1] grub-probe: detect DDF container similar to IMSM

2025-04-24 Thread Renaud Métrich via Grub-devel
Yes exactly, there are BIOS or UEFI implementations that support DDF containers natively. I've sent the new version of the patch right now. Le 4/14/25 à 11:47 AM, Vladimir 'phcoder' Serbinenko a écrit : Le ven. 21 juin 2024, 11:21, Renaud Métrich a écrit : DDF and IMSM are very simil