summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-16 06:25:45 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-16 06:52:53 (EDT)
commit8658a0cb5c79a334484db926ca2fce75b5265a87 (patch)
tree87da93fbe241ea81181a1d854cebef2480b45a42 /resources/scripts/helpers/download/coreboot
parent68ea144f45aeddb9cfb8a6a69e08ca7940ca669f (diff)
downloadlibreboot-8658a0cb5c79a334484db926ca2fce75b5265a87.zip
libreboot-8658a0cb5c79a334484db926ca2fce75b5265a87.tar.gz
libreboot-8658a0cb5c79a334484db926ca2fce75b5265a87.tar.bz2
Update coreboot again (a patch was merged upstream)
The patch for only requiring cmake for clang users was merged. This patch is important, because libreboot doesn't want to use clang, and doesn't want any dependences that it relies on which it doesn't need. Also, this and the other recent update re-add support for ACPI brightness methods on the Thinkpad X60 and T60.
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot8
1 files changed, 1 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index b832921..98a5047 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -44,7 +44,7 @@ git clone http://review.coreboot.org/coreboot
cd "coreboot/"
# reset to previously tested revision
-git reset --hard 5f6c392924306eb514610487963d3686293e380d
+git reset --hard cd5cdd3ba42371cc97b1464fd7b98de5bef05a6a
# Get patches from review.coreboot.org
# ------------------------------------------------------------------------------
@@ -138,12 +138,6 @@ printf "ec/lenovo/h8: re-factor handling of power_management_beeps\n"
# git fetch http://review.coreboot.org/coreboot refs/changes/31/10531/8 && git cherry-pick FETCH_HEAD
git am "../resources/libreboot/patch/0015-ec-lenovo-h8-re-factor-handling-of-power_management_.patch"
-printf "buildgcc: Define CMAKE only if clang package is built\n"
-# Needed, otherwise the build system complains that cmake isn't present (unless it's installed)
-# Libreboot doesn't use clang, which is the only part of coreboot that requires cmake
-# git fetch http://review.coreboot.org/coreboot refs/changes/56/10556/1 && git cherry-pick FETCH_HEAD
-git am "../resources/libreboot/patch/0016-buildgcc-Define-CMAKE-only-if-clang-package-is-built.patch"
-
# Run coreboot-libre deblob scripts
# ------------------------------------------------------------------------------