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 /resources/libreboot/patch | |
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 'resources/libreboot/patch')
-rw-r--r-- | resources/libreboot/patch/COPYING | 6 | ||||
-rw-r--r-- | resources/libreboot/patch/t60_6731buildfix.diff | 12 |
2 files changed, 0 insertions, 18 deletions
diff --git a/resources/libreboot/patch/COPYING b/resources/libreboot/patch/COPYING deleted file mode 100644 index 06f4f25..0000000 --- a/resources/libreboot/patch/COPYING +++ /dev/null @@ -1,6 +0,0 @@ -The "gitdiff" file is a patch for the coreboot project. Look at coreboot's copyright information -therefore to see what conditions the patch falls under. - -Also, look at "getcb" script in a text editor in libreboot_src.tar.gz for this version of libreboot (go to ../../../docs/RELEASE.html -to find out how to get libreboot_src.tar.gz for this version of libreboot) for attribution (acknowledgement) of -the links to the original patches, since the gitdiff contains changes originally written by other people. diff --git a/resources/libreboot/patch/t60_6731buildfix.diff b/resources/libreboot/patch/t60_6731buildfix.diff deleted file mode 100644 index 4e36a6c..0000000 --- a/resources/libreboot/patch/t60_6731buildfix.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/mainboard/lenovo/t60/devicetree.cb b/src/mainboard/lenovo/t60/devicetree.cb -index 54b7da3..f187bfb 100644 ---- a/src/mainboard/lenovo/t60/devicetree.cb -+++ b/src/mainboard/lenovo/t60/devicetree.cb -@@ -25,7 +25,6 @@ chip northbridge/intel/i945 - register "gpu_hotplug" = "0x00000220" - register "gpu_lvds_use_spread_spectrum_clock" = "1" - register "gpu_lvds_is_dual_channel" = "1" -- register "gpu_backlight" = "0x1280128" - - device cpu_cluster 0 on - chip cpu/intel/socket_mFCPGA478 |