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>
This commit is contained in:
parent
1c07c2205e
commit
7111835f39
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue