Denis Carikli (GNUtoo@no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5111
-gerrit
commit aa8f23208752db732beaea9d45c02be741270762 Author: Denis 'GNUtoo' Carikli GNUtoo@no-log.org Date: Tue Feb 4 00:07:02 2014 +0100
WIP: add grub2 more stable rc2
TODO: make it work. the $(TAG-y) in test -n "$(TAG-y)" is empty. that doesn't print and result in "git checkout" which ends up on master
Change-Id: Ic3ae93f8e3cb814810682b0c779b56f15ae3a78c Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@no-log.org --- payloads/external/GRUB2/Makefile.inc | 3 +++ src/Kconfig | 5 +++++ 2 files changed, 8 insertions(+)
diff --git a/payloads/external/GRUB2/Makefile.inc b/payloads/external/GRUB2/Makefile.inc index 4b08e7d..3cc2bfe 100644 --- a/payloads/external/GRUB2/Makefile.inc +++ b/payloads/external/GRUB2/Makefile.inc @@ -1,3 +1,6 @@ +TAG-$(CONFIG_GRUB2_STABLE)=e8f07821cce1bd0ab6d5622c2a42440f15f4fd71 +NAME-$(CONFIG_GRUB2_STABLE)=$(GRUB2_STABLE) + TAG-$(CONFIG_GRUB2_MASTER)= NAME-$(CONFIG_GRUB2_MASTER)=HEAD
diff --git a/src/Kconfig b/src/Kconfig index d866e6f..3b31d90 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -641,6 +641,11 @@ choice default GRUB2_MASTER depends on PAYLOAD_GRUB2
+config GRUB2_STABLE + bool "grub-2.02-beta2" + help + Stable GRUB2 version + config GRUB2_MASTER bool "HEAD" help