Marc Jones has uploaded this change for review. ( https://review.coreboot.org/27783
Change subject: soc/amd/common: Remove PSPP override setting ......................................................................
soc/amd/common: Remove PSPP override setting
For some reason the PSPP setting was being overwritten in the common code. Remove the setting and allow the oem customize function to make the setting.
BUG=b:112020107 TEST= build test
Change-Id: If7f4511a71f725fedd60d33552656850e50d955d Signed-off-by: Marc Jones marcj303@gmail.com --- M src/soc/amd/common/block/pi/agesawrapper.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/27783/1
diff --git a/src/soc/amd/common/block/pi/agesawrapper.c b/src/soc/amd/common/block/pi/agesawrapper.c index c2a799a..c464b29 100644 --- a/src/soc/amd/common/block/pi/agesawrapper.c +++ b/src/soc/amd/common/block/pi/agesawrapper.c @@ -130,8 +130,6 @@
OemCustomizeInitEarly(EarlyParams);
- EarlyParams->GnbConfig.PsppPolicy = PsppDisabled; - timestamp_add_now(TS_AGESA_INIT_EARLY_START); status = AmdInitEarly(EarlyParams); timestamp_add_now(TS_AGESA_INIT_EARLY_DONE);