From 1f1498be7421ae4500ad0d6d40ca0eefbcf8f1a2 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Nov 2023 10:34:05 +0000 Subject: Libreboot 20231101 Signed-off-by: Leah Rowe --- config/coreboot/e6430_12mb/target.cfg | 6 ++++-- config/git/www | 2 +- .../0002-say-the-name-libreboot-in-the-grub-menu.patch | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/coreboot/e6430_12mb/target.cfg b/config/coreboot/e6430_12mb/target.cfg index 7b790a99..1cf0792e 100644 --- a/config/coreboot/e6430_12mb/target.cfg +++ b/config/coreboot/e6430_12mb/target.cfg @@ -2,8 +2,10 @@ tree="default" romtype="normal" arch="x86_64" payload_grub="n" -payload_seabios_withgrub="n" +payload_grub_withseabios="n" payload_seabios="y" -payload_seabios_withgrub="y" payload_memtest="y" +payload_seabios_withgrub="y" +payload_seabios_grubonly="y" grub_scan_disk="ahci" +microcode_required="n" diff --git a/config/git/www b/config/git/www index 0852ac31..ec9a6fe3 100644 --- a/config/git/www +++ b/config/git/www @@ -1,5 +1,5 @@ {www}{ - rev: f3001eae5724ef38fe512a378148a2d619a0ff24 + rev: 6ebb88528e342cae48ee75a6f1bfa1b71002e1c3 loc: www url: https://codeberg.org/libreboot/lbwww bkup_url: https://git.disroot.org/libreboot/lbwww diff --git a/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch b/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch index afc786b0..9beae162 100644 --- a/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch +++ b/config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch @@ -16,7 +16,7 @@ index bd4431000..31308e16a 100644 grub_term_cls (term); - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION); -+ msg_formatted = grub_xasprintf (_("Libreboot 20231021 release, based on coreboot. https://libreboot.org/")); ++ msg_formatted = grub_xasprintf (_("Libreboot 20231101 release, based on coreboot. https://libreboot.org/")); if (!msg_formatted) return; -- cgit v1.2.1