From 213324f3516c266f69efe2602c02d862b6ae042a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 30 Apr 2017 18:20:22 +0100 Subject: Update GRUB to latest version --- resources/scripts/helpers/download/grub | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index d0d42817..1847de9a 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -41,7 +41,7 @@ git clone git://git.savannah.gnu.org/grub.git || git clone http://git.savannah.g cd "grub/" # reset to known revision -git reset --hard 7f2a856faec951b7ab816880bd26e1e10b17a596 +git reset --hard e54c99aaff5e5f6f5d3b06028506c57e66d8ef77 # Apply patches # ------------------------------------------------------------------------------ @@ -49,20 +49,6 @@ git reset --hard 7f2a856faec951b7ab816880bd26e1e10b17a596 # Replace "GNU GRUB version" in GRUB screen with "FREE AS IN FREEDOM" git am "../resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch" -# GRUB enhancement patches from grub.johnlane.ie (rebased in libreboot's GRUB, unofficially, on 30 November 2015) -git am "../resources/grub/patch/grub.johnlane.ie/0001-Cryptomount-support-LUKS-detached-header.patch" -git am "../resources/grub/patch/grub.johnlane.ie/0002-Cryptomount-support-key-files.patch" -git am "../resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch" -git am "../resources/grub/patch/grub.johnlane.ie/0004-Cryptomount-support-plain-dm-crypt.patch" -git am "../resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hyphens-in-UUID.patch" -# hotfix from kl3 (merged from autoboot) (ditto) -git am "../resources/grub/patch/grub.johnlane.ie/0006-grub-core-disk-cryptodisk.c-Point-to-const-char.patch" - -# Needed for reproducible builds in GRUB -git am "../resources/grub/patch/reproducible/0001-mkstandalone-add-argument-fixed-time-to-override-mti.patch" -git am "../resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-time-to-get-reproducible.patch" -git am "../resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch" - cd "../" # Also download SeaBIOS, which we use with GRUB, to implement SeaGRUB -- cgit v1.2.3-70-g09d2 From e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 30 Apr 2017 18:30:30 +0100 Subject: Update to latest SeaBIOS version --- resources/scripts/helpers/download/seabios | 2 +- resources/seabios/config/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 39036ebb..18f90dd6 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -44,7 +44,7 @@ cd "seabios/" # Reset to the last commit that was tested (we use stable releases for seabios) # ------------------------------------------------------------------------------ -git reset --hard rel-1.9.1 +git reset --hard 19fdcca467ad3436d68ef88899b4dcd78154a9c6 ) diff --git a/resources/seabios/config/config b/resources/seabios/config/config index 8333ea9e..cd13ec77 100644 --- a/resources/seabios/config/config +++ b/resources/seabios/config/config @@ -87,4 +87,5 @@ CONFIG_VGA_EXTRA_STACK_SIZE=512 # CONFIG_DEBUG_LEVEL=1 # CONFIG_DEBUG_SERIAL is not set +# CONFIG_DEBUG_SERIAL_MMIO is not set CONFIG_DEBUG_COREBOOT=y -- cgit v1.2.3-70-g09d2