mb/hp/280_g2: Make use of the chipset devicetree
Use the references from the chipset devicetree as this makes the comments superfluous and remove devices which are turned off. Change-Id: Ib6edae61fb904143c3b3994df812524a258fa9f3 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78595 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
f69386e4eb
commit
3b5b9f4c54
|
@ -10,12 +10,11 @@ chip soc/intel/skylake
|
||||||
device cpu_cluster 0 on end
|
device cpu_cluster 0 on end
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
subsystemid 0x103c 0x2b5e inherit
|
subsystemid 0x103c 0x2b5e inherit
|
||||||
device pci 00.0 on end # Host bridge
|
device ref peg0 on end
|
||||||
device pci 01.0 on end # PCIe graphics
|
device ref igpu on end
|
||||||
device pci 02.0 on end # iGPU
|
device ref sa_thermal on end
|
||||||
device pci 04.0 on end # CPU Thermal
|
device ref gmm on end
|
||||||
device pci 08.0 on end # GMM
|
device ref south_xhci on
|
||||||
device pci 14.0 on # xHCI
|
|
||||||
register "usb2_ports" = "{
|
register "usb2_ports" = "{
|
||||||
[0] = USB2_PORT_MID(OC0),
|
[0] = USB2_PORT_MID(OC0),
|
||||||
[1] = USB2_PORT_MID(OC0),
|
[1] = USB2_PORT_MID(OC0),
|
||||||
|
@ -45,18 +44,9 @@ chip soc/intel/skylake
|
||||||
[9] = USB3_PORT_DEFAULT(OC_SKIP),
|
[9] = USB3_PORT_DEFAULT(OC_SKIP),
|
||||||
}"
|
}"
|
||||||
end
|
end
|
||||||
device pci 14.1 off end # USB OTG
|
device ref thermal on end
|
||||||
device pci 14.2 on end # PCH Thermal
|
device ref heci1 on end
|
||||||
device pci 15.0 off end # I2C #0
|
device ref sata on
|
||||||
device pci 15.1 off end # I2C #1
|
|
||||||
device pci 15.2 off end # I2C #2
|
|
||||||
device pci 15.3 off end # I2C #3
|
|
||||||
device pci 16.0 on end # MEI #1
|
|
||||||
device pci 16.1 off end # MEI #2
|
|
||||||
device pci 16.2 off end # ME IDE-R
|
|
||||||
device pci 16.3 off end # ME KT
|
|
||||||
device pci 16.4 off end # MEI #3
|
|
||||||
device pci 17.0 on # SATA
|
|
||||||
register "SataSalpSupport" = "1"
|
register "SataSalpSupport" = "1"
|
||||||
register "SataPortsEnable" = "{
|
register "SataPortsEnable" = "{
|
||||||
[0] = 1,
|
[0] = 1,
|
||||||
|
@ -72,64 +62,50 @@ chip soc/intel/skylake
|
||||||
}"
|
}"
|
||||||
# DevSlp not supported
|
# DevSlp not supported
|
||||||
end
|
end
|
||||||
device pci 19.0 on end # UART #2
|
device ref uart2 on end
|
||||||
device pci 1c.0 off end # RP #1
|
device ref pcie_rp5 on
|
||||||
device pci 1c.1 off end # RP #2
|
|
||||||
device pci 1c.2 off end # RP #3
|
|
||||||
device pci 1c.3 off end # RP #4
|
|
||||||
device pci 1c.4 on # RP #5: IT8893E PCI Bridge
|
|
||||||
register "PcieRpEnable[4]" = "1"
|
register "PcieRpEnable[4]" = "1"
|
||||||
register "PcieRpLtrEnable[4]" = "1"
|
register "PcieRpLtrEnable[4]" = "1"
|
||||||
register "PcieRpAdvancedErrorReporting[4]" = "1"
|
register "PcieRpAdvancedErrorReporting[4]" = "1"
|
||||||
register "PcieRpClkSrcNumber[4]" = "11"
|
register "PcieRpClkSrcNumber[4]" = "11"
|
||||||
end
|
end
|
||||||
device pci 1c.5 on # RP #6: PCIe x1 slot
|
device ref pcie_rp6 on
|
||||||
register "PcieRpEnable[5]" = "1"
|
register "PcieRpEnable[5]" = "1"
|
||||||
register "PcieRpHotPlug[5]" = "1"
|
register "PcieRpHotPlug[5]" = "1"
|
||||||
register "PcieRpLtrEnable[5]" = "1"
|
register "PcieRpLtrEnable[5]" = "1"
|
||||||
register "PcieRpAdvancedErrorReporting[5]" = "1"
|
register "PcieRpAdvancedErrorReporting[5]" = "1"
|
||||||
register "PcieRpClkSrcNumber[5]" = "6"
|
register "PcieRpClkSrcNumber[5]" = "6"
|
||||||
end
|
end
|
||||||
device pci 1c.6 on # RP #7: RTL8111 GbE NIC
|
device ref pcie_rp7 on
|
||||||
register "PcieRpEnable[6]" = "1"
|
register "PcieRpEnable[6]" = "1"
|
||||||
register "PcieRpLtrEnable[6]" = "1"
|
register "PcieRpLtrEnable[6]" = "1"
|
||||||
register "PcieRpAdvancedErrorReporting[6]" = "1"
|
register "PcieRpAdvancedErrorReporting[6]" = "1"
|
||||||
register "PcieRpClkSrcNumber[6]" = "10"
|
register "PcieRpClkSrcNumber[6]" = "10"
|
||||||
end
|
end
|
||||||
device pci 1c.7 on # RP #8: M.2 2230 slot
|
device ref pcie_rp8 on
|
||||||
register "PcieRpEnable[7]" = "1"
|
register "PcieRpEnable[7]" = "1"
|
||||||
register "PcieRpHotPlug[7]" = "1"
|
register "PcieRpHotPlug[7]" = "1"
|
||||||
register "PcieRpLtrEnable[7]" = "1"
|
register "PcieRpLtrEnable[7]" = "1"
|
||||||
register "PcieRpAdvancedErrorReporting[7]" = "1"
|
register "PcieRpAdvancedErrorReporting[7]" = "1"
|
||||||
register "PcieRpClkSrcNumber[7]" = "12"
|
register "PcieRpClkSrcNumber[7]" = "12"
|
||||||
end
|
end
|
||||||
device pci 1d.0 off end # RP #9
|
device ref lpc_espi on
|
||||||
device pci 1d.1 off end # RP #10
|
|
||||||
device pci 1d.2 off end # RP #11
|
|
||||||
device pci 1d.3 off end # RP #12
|
|
||||||
device pci 1e.0 off end # UART #0
|
|
||||||
device pci 1e.1 off end # UART #1
|
|
||||||
device pci 1e.2 off end # GSPI #0
|
|
||||||
device pci 1e.3 off end # GSPI #1
|
|
||||||
device pci 1f.0 on # LPC bridge
|
|
||||||
register "serirq_mode" = "SERIRQ_CONTINUOUS"
|
register "serirq_mode" = "SERIRQ_CONTINUOUS"
|
||||||
|
|
||||||
# FIXME: Missing Super I/O HWM config
|
# FIXME: Missing Super I/O HWM config
|
||||||
register "gen1_dec" = "0x000c0291"
|
register "gen1_dec" = "0x000c0291"
|
||||||
end
|
end
|
||||||
device pci 1f.1 on end # P2SB
|
device ref pmc on
|
||||||
device pci 1f.2 on # PMC
|
|
||||||
register "PmConfigSlpS3MinAssert" = "SLP_S3_MIN_ASSERT_50MS"
|
register "PmConfigSlpS3MinAssert" = "SLP_S3_MIN_ASSERT_50MS"
|
||||||
register "PmConfigSlpS4MinAssert" = "SLP_S4_MIN_ASSERT_4S"
|
register "PmConfigSlpS4MinAssert" = "SLP_S4_MIN_ASSERT_4S"
|
||||||
register "PmConfigSlpSusMinAssert" = "SLP_SUS_MIN_ASSERT_4S"
|
register "PmConfigSlpSusMinAssert" = "SLP_SUS_MIN_ASSERT_4S"
|
||||||
register "PmConfigSlpAMinAssert" = "SLP_A_MIN_ASSERT_2S"
|
register "PmConfigSlpAMinAssert" = "SLP_A_MIN_ASSERT_2S"
|
||||||
register "PmConfigPwrCycDur" = "RESET_POWER_CYCLE_4S"
|
register "PmConfigPwrCycDur" = "RESET_POWER_CYCLE_4S"
|
||||||
end
|
end
|
||||||
device pci 1f.3 on end # Intel HDA
|
device ref hda on end
|
||||||
device pci 1f.4 on end # SMBus
|
device ref smbus on end
|
||||||
device pci 1f.5 on end # SPI
|
device ref fast_spi on end
|
||||||
device pci 1f.6 off end # Intel GbE
|
device ref tracehub on
|
||||||
device pci 1f.7 on # Trace Hub
|
|
||||||
register "TraceHubMemReg0Size" = "2"
|
register "TraceHubMemReg0Size" = "2"
|
||||||
register "TraceHubMemReg1Size" = "2"
|
register "TraceHubMemReg1Size" = "2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue