From de4ee2227f2d04b465ec659851b5b0f9f9f98848 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 23 Nov 2014 02:01:29 -0500 Subject: 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. --- (limited to 'builddeps-coreboot') 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 -- cgit v0.9.1