summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-10 23:20:52 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-10 23:25:57 (EST)
commit464076335d6ca5e6f801f863e95dc3847616a595 (patch)
tree0cb308ea155de7d0a65bba2de23cfbee92ebed60 /resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch
parent2d68bc1581647ca27ce8350a295de03cb7ff23d8 (diff)
downloadlibreboot-464076335d6ca5e6f801f863e95dc3847616a595.zip
libreboot-464076335d6ca5e6f801f863e95dc3847616a595.tar.gz
libreboot-464076335d6ca5e6f801f863e95dc3847616a595.tar.bz2
Remove ThinkPad R500 support (wasn't ready for production use yet anyway)
R500 support in its current state should not be merged in the master branch. This will likely not make it into the immediate upcoming release. This patch will be reverted in a separate experimental branch, for the time being.
Diffstat (limited to 'resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch')
-rw-r--r--resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch b/resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch
deleted file mode 100644
index 5caaa12..0000000
--- a/resources/libreboot/patch/unused/r500/0003-mainboard-lenovo-r500-Fix-HDA-verbs-to-match-hardwar.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 9d8e96dd8421f19dc38cf0ca4d92b35e63e5e88e Mon Sep 17 00:00:00 2001
-From: Francis Rowe <info@gluglug.org.uk>
-Date: Wed, 5 Aug 2015 01:42:44 +0100
-Subject: [PATCH 3/7] mainboard/lenovo/r500: Fix HDA verbs to match hardware
- layout
-
-Change-Id: I2b69399b9677845b55d4c68d4ac6f276a11a1cf6
-Signed-off-by: Francis Rowe <info@gluglug.org.uk>
----
- src/mainboard/lenovo/r500/hda_verb.c | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/src/mainboard/lenovo/r500/hda_verb.c b/src/mainboard/lenovo/r500/hda_verb.c
-index beb637f..088185e 100644
---- a/src/mainboard/lenovo/r500/hda_verb.c
-+++ b/src/mainboard/lenovo/r500/hda_verb.c
-@@ -23,19 +23,19 @@
- const u32 cim_verb_data[] = {
- /* coreboot specific header */
- 0x14f15051, // Conexant CX20561 (Hermosa)
-- 0x17aa20ff, // Subsystem ID
-+ 0x17aa20fd, // Subsystem ID
- 0x00000008, // Number of entries
-
- /* Pin Widget Verb Table */
-
-- AZALIA_PIN_CFG(0, 0x16, 0x042140f0),
-+ AZALIA_PIN_CFG(0, 0x16, 0x022140f0),
- AZALIA_PIN_CFG(0, 0x17, 0x61a190f0),
-- AZALIA_PIN_CFG(0, 0x18, 0x04a190f0),
-- AZALIA_PIN_CFG(0, 0x19, 0x612140f0),
-+ AZALIA_PIN_CFG(0, 0x18, 0x02a190f0),
-+ AZALIA_PIN_CFG(0, 0x19, 0x40f000f0),
- AZALIA_PIN_CFG(0, 0x1a, 0x901701f0),
- AZALIA_PIN_CFG(0, 0x1b, 0x40f001f0),
- AZALIA_PIN_CFG(0, 0x1c, 0x40f001f0),
-- AZALIA_PIN_CFG(0, 0x1d, 0x90a601f0)
-+ AZALIA_PIN_CFG(0, 0x1d, 0x90a701f0)
- };
-
- const u32 pc_beep_verbs[] = {
---
-1.9.1
-