soc/intel/tigerlake: Drop redundant PcieRpEnable
The PcieRpEnable option is redundant to our on/off setting in the devicetrees. Let's use the common coreboot infrastructure instead. Thanks to Nicholas for doing all the mainboard legwork! Change-Id: Iacfef5f032278919f1fcf49e31fa42bcbf1eaf20 Signed-off-by: Nico Huber <nico.h@gmx.de> Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79920 Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3d80d14cd4
commit
2bc4b934c3
17 changed files with 20 additions and 57 deletions
|
|
@ -37,10 +37,6 @@ chip soc/intel/tigerlake
|
|||
# EC memory map range is 0x900-0x9ff
|
||||
register "gen3_dec" = "0x00fc0901"
|
||||
|
||||
register "PcieRpEnable[2]" = "1"
|
||||
register "PcieRpEnable[3]" = "1"
|
||||
register "PcieRpEnable[8]" = "1"
|
||||
register "PcieRpEnable[10]" = "1"
|
||||
register "PcieRpSlotImplemented[2]" = "1"
|
||||
register "PcieRpSlotImplemented[3]" = "1"
|
||||
register "PcieRpSlotImplemented[8]" = "1"
|
||||
|
|
|
|||
|
|
@ -38,10 +38,6 @@ chip soc/intel/tigerlake
|
|||
# EC memory map range is 0x900-0x9ff
|
||||
register "gen3_dec" = "0x00fc0901"
|
||||
|
||||
register "PcieRpEnable[2]" = "1"
|
||||
register "PcieRpEnable[3]" = "1"
|
||||
register "PcieRpEnable[8]" = "1"
|
||||
register "PcieRpEnable[10]" = "1"
|
||||
register "PcieRpSlotImplemented[2]" = "1"
|
||||
register "PcieRpSlotImplemented[3]" = "1"
|
||||
register "PcieRpSlotImplemented[8]" = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue