v4: - Added comments to describe what most functions are trying to achieve in grub-core/commands/blsuki.c. - Moved vercmp.c code to it's own patch. - Moved all EMU support to the patch 3 (blsuki: Check for mounted /boot in emu) - Split up code in bls_create_entry() into multiple helper functions. - Swapped fallback goto's with for/while loops. - Fixed various nits.
This patch set is introducing BootLoaderSpec support to upstream GRUB from Fedora GRUB. I've also added a uki command to load Unified Kernel Images since it shares similar code to loading BLS config files. Alec Brown Alec Brown (1): blsuki: Add uki command to load Unified Kernel Image entries Peter Jones (1): blsuki: Add blscfg command to parse Boot Loader Specification snippets Robbie Harwood (1): blsuki: Check for mounted /boot in emu Makefile.util.def | 16 ++ docs/grub.texi | 80 ++++++++++ grub-core/Makefile.core.def | 14 ++ grub-core/commands/blsuki.c | 1667 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ grub-core/commands/legacycfg.c | 4 +- grub-core/commands/menuentry.c | 8 +- grub-core/kern/vercmp.c | 316 +++++++++++++++++++++++++++++++++++++ grub-core/normal/main.c | 6 + grub-core/osdep/linux/getroot.c | 8 + grub-core/osdep/unix/getroot.c | 10 ++ include/grub/emu/misc.h | 2 +- include/grub/menu.h | 17 ++ include/grub/normal.h | 2 +- include/grub/vercmp.h | 35 +++++ tests/vercmp_unit_test.c | 65 ++++++++ 15 files changed, 2243 insertions(+), 7 deletions(-) _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel