Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62923 )
Change subject: mb/amd/chausie/devicetree: set PSPP policy to DXIO_PSPP_DISABLED ......................................................................
mb/amd/chausie/devicetree: set PSPP policy to DXIO_PSPP_DISABLED
Right now, the PSPP policy that controls if the PCIe lanes can be dynamically downgraded to a lower speed to save some power needs to be disabled in order for the link training to be successful. Once this feature is working, the PSPP policy will be switched to balanced again.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I85a06f322c4ddff25c3a858e2b79c84b36c48932 --- M src/mainboard/amd/chausie/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/62923/1
diff --git a/src/mainboard/amd/chausie/devicetree.cb b/src/mainboard/amd/chausie/devicetree.cb index f3a84f3..7f37be2 100644 --- a/src/mainboard/amd/chausie/devicetree.cb +++ b/src/mainboard/amd/chausie/devicetree.cb @@ -24,7 +24,7 @@
register "s0ix_enable" = "true"
- register "pspp_policy" = "DXIO_PSPP_BALANCED" + register "pspp_policy" = "DXIO_PSPP_DISABLED" # TODO: reenable when PSPP works
device domain 0 on device ref iommu on end