[coreboot-gerrit] Change in coreboot[master]: soc/amd/common: Remove PSPP override setting

Marc Jones (Code Review) gerrit at coreboot.org
Wed Aug 1 20:51:06 CEST 2018


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 at 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);

-- 
To view, visit https://review.coreboot.org/27783
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If7f4511a71f725fedd60d33552656850e50d955d
Gerrit-Change-Number: 27783
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180801/ce801a61/attachment-0001.html>


More information about the coreboot-gerrit mailing list