coreboot/src
Felix Held d672b5fdd8 mb/amd/chausie: change AMD_FWM_POSITION_INDEX for non-chromeos case
Commit 2c102232e8 ("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>
2022-12-01 14:04:50 +00:00
..
acpi acpi: Create a common method to add DmaProperty 2022-11-29 19:48:27 +00:00
arch arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCK 2022-11-30 16:52:23 +00:00
commonlib commonlib/fsp_relocate.c: Fix cbfstool build on 32-bit host 2022-11-25 13:53:31 +00:00
console console/post.c: Sort includes 2022-10-27 15:46:39 +00:00
cpu cpu/intel/model_206ax: Remove fake lapic device 2022-12-01 10:27:31 +00:00
device device/mdio: Provide helper functions for read and write 2022-11-24 05:58:28 +00:00
drivers /: Remove extra space after comma 2022-11-30 03:07:23 +00:00
ec ec/google/chromeec: Add packed attribute to structs in union 2022-11-30 16:34:33 +00:00
include acpi: Create a common method to add DmaProperty 2022-11-29 19:48:27 +00:00
lib /: Remove extra space after comma 2022-11-30 03:07:23 +00:00
mainboard mb/amd/chausie: change AMD_FWM_POSITION_INDEX for non-chromeos case 2022-12-01 14:04:50 +00:00
northbridge nb/intel/x4x: Hook up PCI domain and CPU bus ops to devicetree 2022-12-01 10:28:10 +00:00
sbom
security /: Remove extra space after comma 2022-11-30 03:07:23 +00:00
soc soc/intel/meteorlake: Log CSE RO write protection info for MTL 2022-12-01 09:28:34 +00:00
southbridge /: Remove extra space after comma 2022-11-30 03:07:23 +00:00
superio src/superio: Remove unnecessary space after casts 2022-11-21 15:03:50 +00:00
vendorcode vc/intel/edk2/edk2-stable202111: Safe guard enum macro in SmBios.h 2022-11-26 23:45:26 +00:00
Kconfig build: List all Kconfigs in CBFS config file, compress it 2022-11-18 17:19:44 +00:00