Attention is currently required from: Jason Glenesk, Fred Reitberger.
Hello Jason Glenesk, Fred Reitberger,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70133
to look at the new patch set (#2).
Change subject: mb/amd/chausie: change AMD_FWM_POSITION_INDEX for non-chromeos case ......................................................................
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 gets to the x86 side and doesn't fail any more before it gets there
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I89fe1d0672139e04070f05c6c8fa8955edcfc7ee --- M src/mainboard/amd/chausie/Kconfig 1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/70133/2