aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2021-01-22 14:37:42 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-01-23 20:10:20 +0000
commit76e72a0dd5b0dcc5c86a57545802e90e6c2a8d6b (patch)
tree38ef98ffbe5d1216e1ad2c7d9a89de9436c6fea8 /src/mainboard/google
parent7c0e49b24aba20a4c1057df6862e736d436ff668 (diff)
mb/google/guybrush: Set FWM position to an upper address
Setting other places causes build error. BUG=b:178241112 TEST=Build Change-Id: I85d5d44c458feed38d69f21f899d6b4380963ec7 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49825 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/guybrush/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig
index da7a0aa52a..fe20162e95 100644
--- a/src/mainboard/google/guybrush/Kconfig
+++ b/src/mainboard/google/guybrush/Kconfig
@@ -22,6 +22,12 @@ config MAINBOARD_PART_NUMBER
string
default "Guybrush" if BOARD_GOOGLE_GUYBRUSH
+config AMD_FWM_POSITION_INDEX
+ int
+ default 3
+ help
+ TODO: might need to be adapted for better placement of files in cbfs
+
config DEVICETREE
string
default "variants/baseboard/devicetree.cb"