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@gmx.net> Reviewed-on: https://review.coreboot.org/22527 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Nico Huber
parent
3ead8ae23d
commit
2eb95f3db9
1
payloads/external/Makefile.inc
vendored
1
payloads/external/Makefile.inc
vendored
@@ -158,6 +158,7 @@ grub2: $(obj)/config.h
|
||||
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) \
|
||||
|
Reference in New Issue
Block a user