diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-11-29 09:57:15 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-18 16:55:30 +0000 |
commit | 668dea0928fb72ea5778097ac40cac2d5ffb3bb9 (patch) | |
tree | 5238d485970672bd7adf7636e50920e353dcef28 | |
parent | 972f8269359463da150b2e7a4ddb35a35a393c13 (diff) |
amd/stoneyridge: Skip VGA initialization on S3 resume
Sync with the other AMD implementations.
Change-Id: I222cc7fcf5e58f451cee9621a1b876346226af09
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/22718
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 4455f54671..816de899b6 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -135,6 +135,10 @@ config VGA_BIOS_FILE string default "3rdparty/blobs/northbridge/amd/00670F00/VBIOS.bin" +config S3_VGA_ROM_RUN + bool + default n + config RAMTOP hex default 0x1000000 |