mb/lenovo/x230: Convert remaining PCI numbers into reference names
Change-Id: I38ef315dbdadb140e8e7163e755a078bc906e1b5 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79963 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
parent
e47c348705
commit
42ea8b2c67
|
@ -3,10 +3,10 @@ chip northbridge/intel/sandybridge
|
||||||
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
||||||
register "docking_supported" = "1"
|
register "docking_supported" = "1"
|
||||||
register "pcie_hotplug_map" = "{ 0, 0, 1, 0, 0, 0, 0, 0 }"
|
register "pcie_hotplug_map" = "{ 0, 0, 1, 0, 0, 0, 0, 0 }"
|
||||||
device pci 1c.2 on
|
device ref pcie_rp3 on
|
||||||
smbios_slot_desc "7" "3" "ExpressCard Slot" "8"
|
smbios_slot_desc "7" "3" "ExpressCard Slot" "8"
|
||||||
end # PCIe Port #3 (expresscard)
|
end # PCIe Port #3 (expresscard)
|
||||||
device pci 1f.0 on # LPC bridge
|
device ref lpc on # LPC bridge
|
||||||
chip ec/lenovo/h8
|
chip ec/lenovo/h8
|
||||||
register "eventa_enable" = "0x01"
|
register "eventa_enable" = "0x01"
|
||||||
device pnp ff.2 on end
|
device pnp ff.2 on end
|
||||||
|
|
|
@ -19,7 +19,7 @@ chip northbridge/intel/sandybridge
|
||||||
# Enable SATA ports 0 (HDD bay) & 1 (WWAN M.2 SATA)
|
# Enable SATA ports 0 (HDD bay) & 1 (WWAN M.2 SATA)
|
||||||
register "sata_port_map" = "0x3"
|
register "sata_port_map" = "0x3"
|
||||||
|
|
||||||
device pci 1f.0 on # LPC bridge
|
device ref lpc on # LPC bridge
|
||||||
chip ec/lenovo/h8
|
chip ec/lenovo/h8
|
||||||
register "config1" = "0x05"
|
register "config1" = "0x05"
|
||||||
register "config3" = "0xc4"
|
register "config3" = "0xc4"
|
||||||
|
|
Loading…
Reference in New Issue