<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22527">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">payloads/external: Add a stable version of GRUB2<br><br>This should make reproducible builds of coreboot with GRUB2 easier.<br><br>Change-Id: If855042945ab34f34c554e7490c811ec7b256980<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M payloads/external/GRUB2/Kconfig<br>M payloads/external/GRUB2/Makefile<br>M payloads/external/Makefile.inc<br>3 files changed, 8 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/22527/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig<br>index 656f7c9..8b199fa 100644<br>--- a/payloads/external/GRUB2/Kconfig<br>+++ b/payloads/external/GRUB2/Kconfig<br>@@ -4,6 +4,11 @@<br>   prompt "GRUB2 version"<br>      default GRUB2_MASTER<br> <br>+config GRUB2_STABLE<br>+        bool "2.02"<br>+        help<br>+   Stable GRUB2 version<br>+<br> config GRUB2_MASTER<br>       bool "HEAD"<br>         help<br>diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile<br>index 71c7352..db15d46 100644<br>--- a/payloads/external/GRUB2/Makefile<br>+++ b/payloads/external/GRUB2/Makefile<br>@@ -1,7 +1,9 @@<br> TAG-$(CONFIG_GRUB2_MASTER)=<br> TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)<br>+TAG-$(CONFIG_GRUB2_STABLE)=e54c99aaff5e5f6f5d3b06028506c57e66d8ef77<br> NAME-$(CONFIG_GRUB2_MASTER)=HEAD<br> NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)<br>+NAME-$(CONFIG_GRUB2_STABLE)=2.02<br> <br> project_git_repo=https://git.savannah.gnu.org/git/grub.git/<br> project_dir=grub2<br>diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc<br>index 0a9b3d6..4abdd70 100644<br>--- a/payloads/external/Makefile.inc<br>+++ b/payloads/external/Makefile.inc<br>@@ -158,6 +158,7 @@<br>                    CC="$(CC_x86_32)" LD="$(LD_x86_32)" \<br>                     OBJCOPY="$(OBJCOPY_x86_32)" STRIP="$(STRIP_x86_32)" \<br>                     CONFIG_DEP="$(abspath $(obj)/config.h)" \<br>+                  CONFIG_GRUB2_STABLE=$(CONFIG_GRUB2_STABLE) \<br>                  CONFIG_GRUB2_MASTER=$(CONFIG_GRUB2_MASTER) \<br>                  CONFIG_GRUB2_REVISION=$(CONFIG_GRUB2_REVISION) \<br>                      CONFIG_GRUB2_REVISION_ID=$(CONFIG_GRUB2_REVISION_ID) \<br></pre><p>To view, visit <a href="https://review.coreboot.org/22527">change 22527</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22527"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: If855042945ab34f34c554e7490c811ec7b256980 </div>
<div style="display:none"> Gerrit-Change-Number: 22527 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>