mb/hp/snb_ivb_laptops: Add SMBIOS slot information
Looking at photos and service manuals, all the WLAN slots are short (half-height) and WWAN slots long (full-height). Change-Id: I894f8216d1b836fbc41423180177bb8651040fbb Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80173 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
cf29efabba
commit
1e0bffc50d
8 changed files with 56 additions and 14 deletions
|
@ -29,7 +29,10 @@ chip northbridge/intel/sandybridge
|
|||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 off end
|
||||
device ref pcie_rp3 on end # SD/MMC
|
||||
device ref pcie_rp4 on end # WLAN
|
||||
device ref pcie_rp4 on # WLAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 off end
|
||||
|
|
|
@ -25,9 +25,15 @@ chip northbridge/intel/sandybridge
|
|||
|
||||
device ref xhci on end
|
||||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 on end # ExpressCard
|
||||
device ref pcie_rp2 on
|
||||
smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
|
||||
"ExpressCard Slot" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp3 on end # SD/MMC
|
||||
device ref pcie_rp4 on end # WLAN
|
||||
device ref pcie_rp4 on # WLAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 off end
|
||||
|
|
|
@ -21,12 +21,21 @@ chip northbridge/intel/sandybridge
|
|||
register "sata_port_map" = "0x21"
|
||||
|
||||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 on end # ExpressCard
|
||||
device ref pcie_rp2 on
|
||||
smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
|
||||
"ExpressCard Slot" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp3 on end # SD/MMC
|
||||
device ref pcie_rp4 on end # WLAN
|
||||
device ref pcie_rp4 on # WLAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 on end # WWAN
|
||||
device ref pcie_rp7 on # WWAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthLong" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp8 off end
|
||||
device ref lpc on
|
||||
chip ec/hp/kbc1126
|
||||
|
|
|
@ -23,12 +23,21 @@ chip northbridge/intel/sandybridge
|
|||
|
||||
device ref me_kt on end
|
||||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 on end # ExpressCard
|
||||
device ref pcie_rp2 on
|
||||
smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
|
||||
"ExpressCard Slot" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp3 on end # SD/MMC
|
||||
device ref pcie_rp4 on end # WLAN
|
||||
device ref pcie_rp4 on # WLAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 on end # WWAN
|
||||
device ref pcie_rp7 on # WWAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthLong" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp8 on end # NEC USB 3.0 Host Controller
|
||||
device ref lpc on
|
||||
chip ec/hp/kbc1126
|
||||
|
|
|
@ -27,9 +27,15 @@ chip northbridge/intel/sandybridge
|
|||
device ref xhci on end
|
||||
device ref me_kt on end
|
||||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 on end # ExpressCard
|
||||
device ref pcie_rp2 on # ExpressCard
|
||||
smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
|
||||
"ExpressCard Slot" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp3 on end # SD/MMC
|
||||
device ref pcie_rp4 on end # WLAN
|
||||
device ref pcie_rp4 on # WLAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 off end
|
||||
|
|
|
@ -29,7 +29,10 @@ chip northbridge/intel/sandybridge
|
|||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 on end
|
||||
device ref pcie_rp3 on end # Media Card and FireWire host controller
|
||||
device ref pcie_rp4 on end # Wireless LAN Adapter
|
||||
device ref pcie_rp4 on # Wireless LAN Adapter
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 on end # SATA Controller 2 for dock
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 off end
|
||||
|
|
|
@ -27,7 +27,10 @@ chip northbridge/intel/sandybridge
|
|||
device ref pcie_rp1 on end
|
||||
device ref pcie_rp2 off end
|
||||
device ref pcie_rp3 on end # SDHCI
|
||||
device ref pcie_rp4 on end # WLAN
|
||||
device ref pcie_rp4 on # WLAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 off end
|
||||
|
|
|
@ -32,7 +32,10 @@ chip northbridge/intel/sandybridge
|
|||
end
|
||||
device ref pcie_rp5 off end
|
||||
device ref pcie_rp6 off end
|
||||
device ref pcie_rp7 on end # WWAN
|
||||
device ref pcie_rp7 on # WWAN
|
||||
smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
|
||||
"SlotLengthLong" "Mini PCIe" "SlotDataBusWidth1X"
|
||||
end
|
||||
device ref pcie_rp8 off end
|
||||
device ref lpc on
|
||||
chip ec/hp/kbc1126
|
||||
|
|
Loading…
Reference in a new issue