payload/grub2: Update from 2.06 to 2.12

Change-Id: I267d341075b907ac72439cf28c2c1458cbeb8d4b
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80019
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
This commit is contained in:
Felix Singer 2024-01-18 00:21:19 +01:00 committed by Felix Singer
parent df0fac1eb1
commit 4ea72c1fac
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ choice
default GRUB2_STABLE
config GRUB2_STABLE
bool "2.06"
bool "2.12"
help
Stable GRUB2 version

View File

@ -1,9 +1,9 @@
TAG-$(CONFIG_GRUB2_MASTER)=origin/HEAD
TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
TAG-$(CONFIG_GRUB2_STABLE)=grub-2.06
TAG-$(CONFIG_GRUB2_STABLE)=grub-2.12
NAME-$(CONFIG_GRUB2_MASTER)=HEAD
NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
NAME-$(CONFIG_GRUB2_STABLE)=2.06
NAME-$(CONFIG_GRUB2_STABLE)=2.12
project_git_repo=https://git.savannah.gnu.org/git/grub.git/
project_dir=grub2