Marshall Dawson would like Martin Roth and Furquan Shaikh to review this change.

View Change

NOT_FOR_MERGE: soc/amd/picasso: Remove FSP-S temporarily

Change-Id: I090fec731bd70afbf0347cbff087586f31d1ad5b
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
---
M src/soc/amd/picasso/chip.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/34428/1
diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c
index f34e696..31ed922 100644
--- a/src/soc/amd/picasso/chip.c
+++ b/src/soc/amd/picasso/chip.c
@@ -118,7 +118,7 @@

static void soc_init(void *chip_info)
{
- fsp_silicon_init(acpi_is_wakeup_s3());
+ // fsp_silicon_init(acpi_is_wakeup_s3());

northbridge_init();
southbridge_init(chip_info);

To view, visit change 34428. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I090fec731bd70afbf0347cbff087586f31d1ad5b
Gerrit-Change-Number: 34428
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-MessageType: newchange