From a0857f449ae78cf90fdb81fcdf1c15259df79efe Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 26 Feb 2026 01:39:20 +0000 Subject: Libreboot 26.01rev1 Magnanimous Max This is a hotfix release for Libreboot 26.01, which contains the following patches: * 379ccc2177 Re-add x230_12mb corebootfb config * a9428b65c8 get.sh: properly initialise _ua * 7aadc1dda3 g43t_am3: make it 2mb, not 4mb * 8c8c3d7cb1 supermicro x11ssh_f: Remove release="n" * 7e3c01d8d7 supermicro x11ssh_f: Disable ME HECI in devicetree * 4f287c85c0 supermicro x11ssh_f: Use deguard-configured ME image instead of SPS * 47401fc170 Delete unused config/ifd/supermicro-x11-lga1151-series directory * 0415148e92 supermicro x11ssh_f: set release="n" * ce5eb284a3 supermicro x11ssh_f: use underscores in dir names * 1426c9cbd0 Added Danish Keymap dkqwerty.gkb * 62859905ef Add Supermicro X11SSH-F/LN4F port * 8d8a1f36a9 GRUB: don't download po files in bootstrap These fixes are backports from the master branch. Signed-off-by: Leah Rowe --- .../default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 +- .../nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 +- .../patches/0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config/grub') diff --git a/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch index af139ffc..28d43f62 100644 --- a/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch +++ b/config/grub/default/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch @@ -16,7 +16,7 @@ index de9a3f961..bed502cde 100644 grub_term_cls (term); - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION); -+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 Magnanimous Max (GRUB menu): https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 26.01rev1 Magnanimous Max (GRUB menu): https://libreboot.org/")); if (!msg_formatted) return; diff --git a/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch index 359f31f8..1d037d12 100644 --- a/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch +++ b/config/grub/nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch @@ -16,7 +16,7 @@ index de9a3f961..bed502cde 100644 grub_term_cls (term); - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION); -+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 Magnanimous Max (GRUB menu): https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 26.01rev1 Magnanimous Max (GRUB menu): https://libreboot.org/")); if (!msg_formatted) return; diff --git a/config/grub/xhci_nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/xhci_nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch index fdf97c16..ab439c9b 100644 --- a/config/grub/xhci_nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch +++ b/config/grub/xhci_nvme/patches/0002-say-the-name-libreboot-in-the-grub-menu.patch @@ -16,7 +16,7 @@ index de9a3f961..1fabb9c86 100644 grub_term_cls (term); - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION); -+ msg_formatted = grub_xasprintf (_("Libreboot 26.01 Magnanimous Max (GRUB menu): https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 26.01rev1 Magnanimous Max (GRUB menu): https://libreboot.org/")); if (!msg_formatted) return; -- cgit v1.2.1