coreboot-kgpe-d16/src/mainboard/intel/shadowmountain
Zhuohao Lee b8b40964fc mb, soc: Add the SPD_CACHE_ENABLE
In order to cache the spd data which reads from the memory module, we
add SPD_CACHE_ENABLE option to enable the cache for the spd data. If
this option is enabled, the RW_SPD_CACHE region needs to be added to
the flash layout for caching the data.
Since the user may remove the memory module after the bios caching the
data, we need to add the invalidate flag to invalidate the mrc cache.
Otherwise, the bios will use the mrc cache and can make the device
malfunction.

BUG=b:200243989
BRANCH=firmware-brya-14505.B
TEST=build pass and enable this feature to the brask
     the device could speed up around 150ms with this feature.

Change-Id: If7625a00c865dc268e2a22efd71b34b40c40877b
Signed-off-by: Zhuohao Lee <zhuohao@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62294
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-03-02 13:10:21 +00:00
..
spd mb/intel/shadowmountain: Add the romstage code 2021-02-22 05:46:58 +00:00
variants/baseboard soc/intel/adl: Replace dt HeciEnabled by HECI1 disable config 2022-01-25 16:12:33 +00:00
board_info.txt
bootblock.c mb/intel/shadowmountain: Add bootblock and verstage code 2021-02-06 09:09:16 +00:00
chromeos.c Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" 2021-11-15 12:00:12 +00:00
chromeos.fmd mb/intel/shadowmountain: Add flash layout 2021-01-28 03:11:35 +00:00
dsdt.asl mb/intel/shadowmountain: Add the ASL code 2021-02-27 09:40:57 +00:00
ec.c mb/intel/shadowmountain: Add the ramstage code 2021-02-27 09:40:47 +00:00
Kconfig IASL: Ignore IASL's "Missing dependency" warning 2022-01-28 16:34:23 +00:00
Kconfig.name
mainboard.c ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
Makefile.inc mb/intel/shadowmountain: Add the ramstage code 2021-02-27 09:40:47 +00:00
romstage.c mb, soc: Add the SPD_CACHE_ENABLE 2022-03-02 13:10:21 +00:00
smihandler.c mb/intel/shadowmountain: Add the ramstage code 2021-02-27 09:40:47 +00:00