summaryrefslogtreecommitdiff
path: root/payloads/external
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2021-06-09 08:52:12 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-01-04 07:15:48 +0000
commit1868991a36695c4951eed7f58908dbc3a5127bcd (patch)
tree7b94d7bd02998081720cd110bd5cf2330075f50c /payloads/external
parentad12b4f4404f7c3473dcf85960efe3f8a016f22b (diff)
downloadcoreboot-1868991a36695c4951eed7f58908dbc3a5127bcd.tar.gz
payloads: Update GRUB2 stable version from 2.04 to 2.06
GRUB2 was released on June 8th, 2021 [1]. [1]: https://lists.gnu.org/archive/html/grub-devel/2021-06/msg00022.html Change-Id: I050a78c769c3cd4c9ae627c7e3124a4894a018d7 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55343 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'payloads/external')
-rw-r--r--payloads/external/GRUB2/Kconfig2
-rw-r--r--payloads/external/GRUB2/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig
index 67499c69e7..e41c562dc4 100644
--- a/payloads/external/GRUB2/Kconfig
+++ b/payloads/external/GRUB2/Kconfig
@@ -15,7 +15,7 @@ choice
default GRUB2_STABLE
config GRUB2_STABLE
- bool "2.04"
+ bool "2.06"
help
Stable GRUB2 version
diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile
index 5e82f3e13f..1691e9b23e 100644
--- a/payloads/external/GRUB2/Makefile
+++ b/payloads/external/GRUB2/Makefile
@@ -1,9 +1,9 @@
TAG-$(CONFIG_GRUB2_MASTER)=origin/HEAD
TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
-TAG-$(CONFIG_GRUB2_STABLE)=grub-2.04
+TAG-$(CONFIG_GRUB2_STABLE)=grub-2.06
NAME-$(CONFIG_GRUB2_MASTER)=HEAD
NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
-NAME-$(CONFIG_GRUB2_STABLE)=2.04
+NAME-$(CONFIG_GRUB2_STABLE)=2.06
project_git_repo=https://git.savannah.gnu.org/git/grub.git/
project_dir=grub2