summaryrefslogtreecommitdiff
path: root/builddeps-coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-23 07:01:29 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-23 07:36:43 +0000
commitde4ee2227f2d04b465ec659851b5b0f9f9f98848 (patch)
tree6c7470ddec02593700b6b02010c85f4933b15354 /builddeps-coreboot
parent1414ae11f466607cdc05bb0e32eedd1485c99b11 (diff)
Update coreboot
Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards.
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-xbuilddeps-coreboot9
1 files changed, 0 insertions, 9 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot
index a5d476b..9a13c69 100755
--- a/builddeps-coreboot
+++ b/builddeps-coreboot
@@ -33,30 +33,21 @@ set -u -e -v
cd coreboot
-# clean coreboot first
-make clean
-
# build cbfstool
# THIS IS NOT THE STANDALONE VERSION
# SEE "builddeps-cbfstool" for the instructions
# for the cbfstool_standalone in libreboot_bin/
cd util/cbfstool
-make clean
make
# build nvramtool
cd ../nvramtool
-make clean
make
# done. go back to coreboot dir
cd ../../
-# remove the payloads (they will be built by "build")
-rm -rf grub.elf
-
# build reference crossGCC for coreboot
-make crossgcc-clean
make crossgcc-i386
# done. go back to main libreboot_src directory