diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-03 14:55:14 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-06 20:51:48 +0200 |
commit | 7111835f3900aaf2e1a23a62029daa668963fbe1 (patch) | |
tree | 9dff4bafc43c56dc05f310e450327de88244eca9 /src | |
parent | 1c07c2205e0513e0570597ae793425820ae0844a (diff) | |
download | coreboot-7111835f3900aaf2e1a23a62029daa668963fbe1.tar.xz |
lenovo/x201: Enable pcie lanes in wwan slot.
Change-Id: I7332eeed244877252074e661f1c256a69a9b428a
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6482
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/x201/devicetree.cb | 3 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/romstage.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x201/devicetree.cb b/src/mainboard/lenovo/x201/devicetree.cb index 1db5bf055e..21e328a84c 100644 --- a/src/mainboard/lenovo/x201/devicetree.cb +++ b/src/mainboard/lenovo/x201/devicetree.cb @@ -135,8 +135,9 @@ chip northbridge/intel/nehalem end device pci 1c.0 on end # PCIe Port #1 + device pci 1c.1 on end # PCIe Port #2 (wwan) device pci 1c.3 on end # PCIe Port #4 (Expresscard) - device pci 1c.4 on end # PCIe Port #4 (wlan) + device pci 1c.4 on end # PCIe Port #5 (wlan) device pci 1d.0 on # USB2 EHCI subsystemid 0x17aa 0x2163 diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index f129794d62..aa2c36710d 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -126,7 +126,7 @@ static void rcba_config(void) /* 33e0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 33f0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3400 */ 0x0000001c, 0x00000080, 0x00000000, 0x00000000, - /* 3410 */ 0x00000c61, 0x00000000, 0x16e61fe1, 0xbf4f001f, + /* 3410 */ 0x00000c61, 0x00000000, 0x16e41fe1, 0xbf4f001f, /* 3420 */ 0x00000000, 0x00060010, 0x0000001d, 0x00000000, /* 3430 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3440 */ 0xdeaddeed, 0x00000000, 0x00000000, 0x00000000, |