[coreboot-gerrit] New patch to review for coreboot: e072259 Add grub2 rc2

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Mon Feb 3 23:37:17 CET 2014


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5110

-gerrit

commit e072259aba0b8afb46f7f0b487c63fa0721fe580
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Feb 3 23:28:27 2014 +0100

    Add grub2 rc2
    
    Change-Id: I60a9a2fec90deaa886a23333e2d92f7e0ed4c3e0
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 payloads/external/GRUB2/Makefile.inc | 3 +++
 src/Kconfig                          | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/payloads/external/GRUB2/Makefile.inc b/payloads/external/GRUB2/Makefile.inc
index 4b08e7d..64139cb 100644
--- a/payloads/external/GRUB2/Makefile.inc
+++ b/payloads/external/GRUB2/Makefile.inc
@@ -1,6 +1,9 @@
 TAG-$(CONFIG_GRUB2_MASTER)=
 NAME-$(CONFIG_GRUB2_MASTER)=HEAD
 
+TAG-$(CONFIG_GRUB2_STABLE)=e8f07821cce1bd0ab6d5622c2a42440f15f4fd71
+NAME-$(CONFIG_GRUB2_STABLE)=grub-2.02-beta2
+
 unexport KCONFIG_AUTOCONFIG
 unexport CFLAGS
 unexport CPPFLAGS
diff --git a/src/Kconfig b/src/Kconfig
index d866e6f..036d9d5 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -638,9 +638,14 @@ config SEABIOS_PS2_TIMEOUT
 
 choice
 	prompt "GRUB2 version"
-	default GRUB2_MASTER
+	default GRUB2_STABLE
 	depends on PAYLOAD_GRUB2
 
+config GRUB2_STABLE
+	bool "grub-2.02-beta2"
+	help
+	  Stable GRUB2 version
+
 config GRUB2_MASTER
 	bool "HEAD"
 	help



More information about the coreboot-gerrit mailing list