Re: [PATCH v3 1/3] blsuki: Add blscfg command to parse Boot Loader Specification snippets

2025-04-18 Thread Daniel Kiper via Grub-devel
On Fri, Apr 18, 2025 at 07:54:01PM +0300, Vladimir 'phcoder' Serbinenko wrote: > > +module = { > > +  name = blsuki; > > +  common = commands/blsuki.c; > > +  common = lib/vercmp.c; > > Probably this should be a part of the kernel. > > > +  enable = powerpc_ieee1275; >

Re: [PATCH v3 1/3] blsuki: Add blscfg command to parse Boot Loader Specification snippets

2025-04-18 Thread Vladimir 'phcoder' Serbinenko
> > +module = { > > + name = blsuki; > > + common = commands/blsuki.c; > > + common = lib/vercmp.c; > > Probably this should be a part of the kernel. > > > + enable = powerpc_ieee1275; > > ??? Really? PowerPC? IEEE 1275? I think something is off here... > BLS is specified for ieee1275 explicitl

Re: [PATCH v3 1/3] blsuki: Add blscfg command to parse Boot Loader Specification snippets

2025-04-18 Thread Daniel Kiper via Grub-devel
Missing From:... On Sat, Apr 12, 2025 at 03:53:09AM +, Alec Brown wrote: > The BootLoaderSpec (BLS) defines a scheme where different bootloaders can > share a format for boot items and a configuration directory that accepts > these common configurations as drop-in files. Please add links to t

[PATCH v3 1/3] blsuki: Add blscfg command to parse Boot Loader Specification snippets

2025-04-11 Thread Alec Brown via Grub-devel
The BootLoaderSpec (BLS) defines a scheme where different bootloaders can share a format for boot items and a configuration directory that accepts these common configurations as drop-in files. Signed-off-by: Peter Jones Signed-off-by: Javier Martinez Canillas Signed-off-by: Will Thompson Signed