mb/supermicro/x11ssh-tf: Drop `PcieRpClkReqSupport` lines
They default to zero already, so we might as well drop them. Tested with BUILD_TIMELESS=1, its coreboot.rom does not change. Change-Id: I3c04240b270f51d584f879e1344301679f133fdb Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43928 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
aaf5b09a5a
commit
fe6526512a
|
@ -14,19 +14,15 @@ chip soc/intel/skylake
|
|||
# PCIe configuration
|
||||
# Enable JPCIE1
|
||||
register "PcieRpEnable[0]" = "1"
|
||||
register "PcieRpClkReqSupport[0]" = "0"
|
||||
|
||||
# Enable ASpeed PCI bridge
|
||||
register "PcieRpEnable[2]" = "1"
|
||||
register "PcieRpClkReqSupport[2]" = "0"
|
||||
|
||||
# Enable X550T (10GbE)
|
||||
register "PcieRpEnable[4]" = "1"
|
||||
register "PcieRpClkReqSupport[4]" = "0"
|
||||
|
||||
# Enable M.2
|
||||
register "PcieRpEnable[8]" = "1"
|
||||
register "PcieRpClkReqSupport[8]" = "0"
|
||||
|
||||
# FIXME: find out why FSP crashes without this
|
||||
register "PchHdaVcType" = "Vc1"
|
||||
|
|
Loading…
Reference in New Issue