[coreboot-gerrit] Change in coreboot[master]: payloads/external: Add a stable version of GRUB2

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Mon Nov 20 05:10:58 CET 2017


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/22527


Change subject: payloads/external: Add a stable version of GRUB2
......................................................................

payloads/external: Add a stable version of GRUB2

This should make reproducible builds of coreboot with GRUB2 easier.

Change-Id: If855042945ab34f34c554e7490c811ec7b256980
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M payloads/external/GRUB2/Kconfig
M payloads/external/GRUB2/Makefile
M payloads/external/Makefile.inc
3 files changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/22527/1

diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig
index 656f7c9..8b199fa 100644
--- a/payloads/external/GRUB2/Kconfig
+++ b/payloads/external/GRUB2/Kconfig
@@ -4,6 +4,11 @@
 	prompt "GRUB2 version"
 	default GRUB2_MASTER
 
+config GRUB2_STABLE
+	bool "2.02"
+	help
+	  Stable GRUB2 version
+
 config GRUB2_MASTER
 	bool "HEAD"
 	help
diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile
index 71c7352..db15d46 100644
--- a/payloads/external/GRUB2/Makefile
+++ b/payloads/external/GRUB2/Makefile
@@ -1,7 +1,9 @@
 TAG-$(CONFIG_GRUB2_MASTER)=
 TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
+TAG-$(CONFIG_GRUB2_STABLE)=e54c99aaff5e5f6f5d3b06028506c57e66d8ef77
 NAME-$(CONFIG_GRUB2_MASTER)=HEAD
 NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
+NAME-$(CONFIG_GRUB2_STABLE)=2.02
 
 project_git_repo=https://git.savannah.gnu.org/git/grub.git/
 project_dir=grub2
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index 0a9b3d6..4abdd70 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -158,6 +158,7 @@
 			CC="$(CC_x86_32)" LD="$(LD_x86_32)" \
 			OBJCOPY="$(OBJCOPY_x86_32)" STRIP="$(STRIP_x86_32)" \
 			CONFIG_DEP="$(abspath $(obj)/config.h)" \
+			CONFIG_GRUB2_STABLE=$(CONFIG_GRUB2_STABLE) \
 			CONFIG_GRUB2_MASTER=$(CONFIG_GRUB2_MASTER) \
 			CONFIG_GRUB2_REVISION=$(CONFIG_GRUB2_REVISION) \
 			CONFIG_GRUB2_REVISION_ID=$(CONFIG_GRUB2_REVISION_ID) \

-- 
To view, visit https://review.coreboot.org/22527
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If855042945ab34f34c554e7490c811ec7b256980
Gerrit-Change-Number: 22527
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171120/91525949/attachment.html>


More information about the coreboot-gerrit mailing list