summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-10-11 18:20:38 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-10-11 18:20:38 +0100
commit2c376b265e562c5cb3a2977bd5fa72a91b2db53c (patch)
tree9f42ca1764afec949df43dd0a4ca019f37f5a802 /resources
parent8e626cb8034f030a869c94d13af5ac072a097631 (diff)
Remove useless file.
Diffstat (limited to 'resources')
-rw-r--r--resources/libreboot/patch/gitdiff46
1 files changed, 0 insertions, 46 deletions
diff --git a/resources/libreboot/patch/gitdiff b/resources/libreboot/patch/gitdiff
deleted file mode 100644
index db3218d..0000000
--- a/resources/libreboot/patch/gitdiff
+++ /dev/null
@@ -1,46 +0,0 @@
-diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
-index 5903c8b..e2638d8 100644
---- a/src/mainboard/lenovo/t60/Kconfig
-+++ b/src/mainboard/lenovo/t60/Kconfig
-@@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
- select HAVE_ACPI_TABLES
- select HAVE_ACPI_RESUME
- select MAINBOARD_HAS_NATIVE_VGA_INIT
-+ select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
- select H8_DOCK_EARLY_INIT
- select HAVE_CMOS_DEFAULT
- select INTEL_EDID
-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
-diff --git a/src/northbridge/intel/i945/acpi/igd.asl b/src/northbridge/intel/i945/acpi/igd.asl
-index 47b66a7..f9c8ef4 100644
---- a/src/northbridge/intel/i945/acpi/igd.asl
-+++ b/src/northbridge/intel/i945/acpi/igd.asl
-@@ -216,14 +216,14 @@ Device (GFX0)
-
- Method (_BCM, 1, NotSerialized)
- {
-- Store (ShiftLeft (Arg0, 4), ^^BCLV)
-+ Store (ShiftLeft (Arg0, 9), ^^BCLV)
- Store (0x80000000, ^^CR1)
-- Store (ShiftLeft (0x61, 4), ^^BCLM)
-+ Store (ShiftLeft (0x61, 9), ^^BCLM)
- }
- Method (_BQC, 0, NotSerialized)
- {
- Store (^^BCLV, Local0)
-- ShiftRight (Local0, 4, Local0)
-+ ShiftRight (Local0, 9, Local0)
- Return (Local0)
- }
-