Marshall Dawson has uploaded this change for review.

View Change

amd/stoneyridge: Skip VGA initialization on S3 resume

Sync with the other AMD implementations.

Change-Id: Ic7205c1ea3f53a4e7918b8f763c478ab1797b46f
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
---
M src/soc/amd/stoneyridge/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/22652/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 7f44883..fb006b1 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -130,6 +130,10 @@
string
default "3rdparty/blobs/northbridge/amd/00670F00/VBIOS.bin"

+config S3_VGA_ROM_RUN
+ bool
+ default n
+
config RAMTOP
hex
default 0x1000000

To view, visit change 22652. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic7205c1ea3f53a4e7918b8f763c478ab1797b46f
Gerrit-Change-Number: 22652
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com>