summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-05-13 13:22:48 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-05-18 07:09:02 +0000
commit5f52c0e91fc4ea545b6920157af7508b4a69a718 (patch)
tree42d7ad5e6ec8ec252aeceee52877d95a2724e19b /src/soc/amd/picasso/Kconfig
parent8f694dd51f54c84a23251aeb175cb822da46cc9b (diff)
downloadcoreboot-5f52c0e91fc4ea545b6920157af7508b4a69a718.tar.xz
soc/amd/picasso: Set VERSTAGE_ADDR for picasso
By default ROMSTAGE_ADDR and VERSTAGE_ADDR are set to 0x2000000. This causes problems in a non-xip environment because when verstage loads romstage, it overrides it's memory. So pick a different offset for verstage. BUG=b:147042464 TEST=Boot verstage on trembyle and see OS boot. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I2464db6f3769bd23d250588b341d1c9e44f10d21 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41367 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index b065e2fcfd..4795211dc6 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -81,6 +81,10 @@ config MMCONF_BUS_NUMBER
int
default 64
+config VERSTAGE_ADDR
+ hex
+ default 0x4000000
+
config VGA_BIOS_ID
string
default "1002,15d8"