Re: [PATCH v3 0/3] Add commands to load BLS and UKI files

2025-04-21 Thread Neal Gompa
On Thu, Apr 17, 2025 at 2:43 PM Daniel Kiper wrote: > > On Thu, Apr 17, 2025 at 07:37:13AM -0400, Neal Gompa wrote: > > On Fri, Apr 11, 2025 at 11:55 PM Alec Brown via Grub-devel > > wrote: > > > > > > v3: > > > - Added --enable-fallback option to check the default directory if the > > > --path

Re: [PATCH v3 0/3] Add commands to load BLS and UKI files

2025-04-17 Thread Daniel Kiper via Grub-devel
On Thu, Apr 17, 2025 at 07:37:13AM -0400, Neal Gompa wrote: > On Fri, Apr 11, 2025 at 11:55 PM Alec Brown via Grub-devel > wrote: > > > > v3: > > - Added --enable-fallback option to check the default directory if the > > --path > >option isn't able to find entries. > > - Added the function

Re: [PATCH v3 0/3] Add commands to load BLS and UKI files

2025-04-17 Thread Neal Gompa
On Fri, Apr 11, 2025 at 11:55 PM Alec Brown via Grub-devel wrote: > > v3: > - Added --enable-fallback option to check the default directory if the --path >option isn't able to find entries. > - Added the function blsuki_set_find_entry_info() to help set the path and >device of BLS and UK

[PATCH v3 0/3] Add commands to load BLS and UKI files

2025-04-11 Thread Alec Brown via Grub-devel
v3: - Added --enable-fallback option to check the default directory if the --path option isn't able to find entries. - Added the function blsuki_set_find_entry_info() to help set the path and device of BLS and UKI entries. - Removed grub_strchr uses in uki_read_osrel(). - Converted the st