diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-23 02:01:29 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-23 02:36:43 (EST) |
commit | de4ee2227f2d04b465ec659851b5b0f9f9f98848 (patch) | |
tree | 6c7470ddec02593700b6b02010c85f4933b15354 /builddeps-coreboot | |
parent | 1414ae11f466607cdc05bb0e32eedd1485c99b11 (diff) | |
download | libreboot-de4ee2227f2d04b465ec659851b5b0f9f9f98848.zip libreboot-de4ee2227f2d04b465ec659851b5b0f9f9f98848.tar.gz libreboot-de4ee2227f2d04b465ec659851b5b0f9f9f98848.tar.bz2 |
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-x | builddeps-coreboot | 9 |
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 |