diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-11-06 11:35:09 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 18:37:25 +0000 |
commit | 7d3a4adb3bb12eef55454c3f6605be0a0dd1d0fa (patch) | |
tree | 753f3388cbf6579178bfcdbd558618ce1dd1a480 /resources/scripts/helpers/download/coreboot | |
parent | 20d932ce09c78e88be73909474e558e6378ec809 (diff) | |
download | librebootfr-7d3a4adb3bb12eef55454c3f6605be0a0dd1d0fa.tar.gz librebootfr-7d3a4adb3bb12eef55454c3f6605be0a0dd1d0fa.zip |
veyron_speedy config update, depthcharge menus improvement
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index b97171a1..332f1327 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -54,7 +54,7 @@ git submodule update --init --checkout -- 3rdparty/vboot/ cd "3rdparty/vboot/" # reset vboot to last known good revision -git reset --hard 82db93d5fc924860e4f1fb4cf24f29b5b335a480 +git reset --hard fbf631c845c08299f0bcbae3f311c5807d34c0d6 # Patch vboot # ------------------------------------------------------------------------------ @@ -131,8 +131,7 @@ git am "../resources/libreboot/patch/misc/0008-lenovo-t500-Add-clone-of-Lenovo-T # Chromebook: printf "chromeos: Allow disabling vboot firmware verification when ChromeOS is enabled\n" -git am "../resources/libreboot/patch/misc/0009-chromeos-Allow-disabling-vboot-firmware-verification.patch" -# git fetch http://review.coreboot.org/coreboot refs/changes/43/11143/2 && git cherry-pick FETCH_HEAD +git am "../resources/libreboot/patch/chromebook/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch" # KGPE-D16 patches # new versions can be found at https://raptorengineeringinc.com/coreboot/kgpe-d16-status.php |