summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-11-29 15:56:12 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-01 14:04:50 +0000
commitd672b5fdd84e4c127d75dd94bef9a50fbba40522 (patch)
treedf19d1e237b99d5a2759948e3206474e6f325a0f
parentfaa0d638dcdc237cbd19738526f32800953c63da (diff)
downloadcoreboot-d672b5fdd84e4c127d75dd94bef9a50fbba40522.tar.gz
coreboot-d672b5fdd84e4c127d75dd94bef9a50fbba40522.tar.bz2
coreboot-d672b5fdd84e4c127d75dd94bef9a50fbba40522.zip
mb/amd/chausie: change AMD_FWM_POSITION_INDEX for non-chromeos case
Commit 2c102232e8f7 ("mb/amd/chausie,google/skyrim: increase RW_MRC_CACHE size to 120 kByte") increased the MRC cache size, but with the change the default AMD_FWM_POSITION_INDEX which is 5 for the 16MByte flash size, the amdfw part won't be placed on the expected position, since the cbfs header is in that exact location and cbfstool places the amdfw part right after that. Change the AMD_FWM_POSITION_INDEX to 4 for the non-chromeos builds to work around this. TEST=Non-chromeos chausie build now boots and doesn't fail any more before releasing the x86 cores from reset Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I89fe1d0672139e04070f05c6c8fa8955edcfc7ee Reviewed-on: https://review.coreboot.org/c/coreboot/+/70133 Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/amd/chausie/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig
index da0e0c446f43..ad4d5301c408 100644
--- a/src/mainboard/amd/chausie/Kconfig
+++ b/src/mainboard/amd/chausie/Kconfig
@@ -29,6 +29,7 @@ config MAINBOARD_PART_NUMBER
config AMD_FWM_POSITION_INDEX
int
default 3 if CHROMEOS
+ default 4
help
TODO: might need to be adapted for better placement of files in cbfs