summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/dedede/variants/storo/overridetree.cb
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2024-01-12 16:22:19 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-02-19 13:18:17 +0000
commit3d80d14cd4ed82e74057cea884dcb9bb7588c076 (patch)
tree2b871fd211af0a239a0926f28c787e3cd406cc90 /src/mainboard/google/dedede/variants/storo/overridetree.cb
parent9bf38c7d672dbfe0771a15574a7e0c59f38c139c (diff)
downloadcoreboot-3d80d14cd4ed82e74057cea884dcb9bb7588c076.tar.gz
coreboot-3d80d14cd4ed82e74057cea884dcb9bb7588c076.tar.bz2
coreboot-3d80d14cd4ed82e74057cea884dcb9bb7588c076.zip
soc/intel/jasperlake: 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: Iea7f616f6db579c06722369c08de7cf7261dece8 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/+/79919 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/dedede/variants/storo/overridetree.cb')
-rw-r--r--src/mainboard/google/dedede/variants/storo/overridetree.cb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/dedede/variants/storo/overridetree.cb b/src/mainboard/google/dedede/variants/storo/overridetree.cb
index 1aa2e711a975..cfaf28fbfa3e 100644
--- a/src/mainboard/google/dedede/variants/storo/overridetree.cb
+++ b/src/mainboard/google/dedede/variants/storo/overridetree.cb
@@ -7,8 +7,6 @@ fw_config
end
chip soc/intel/jasperlake
- # Disable PCIe Root Port 8 (index 7)
- register "PcieRpEnable[7]" = "0"
# Disable PCIe Clock Source 4 (index 3)
register "PcieClkSrcUsage[3]" = "0xff"
@@ -381,5 +379,6 @@ chip soc/intel/jasperlake
device i2c 28 on end
end
end # I2C 5
+ device pci 1c.7 off end # PCI Express Root Port 8
end
end