diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-05-20 18:26:18 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-06-12 22:42:12 +0000 |
commit | 2c102232e8f74cff55e1ee75f785781ab27111dd (patch) | |
tree | 48b1f51165b054b741c4018f80df54109cde8e56 /src/mainboard/google | |
parent | 7df7d8dd4b2d67f336995daeee381a07787d9db3 (diff) |
mb/amd/chausie,google/skyrim: increase RW_MRC_CACHE size to 120 kByte
The APOB data in DRAM is larger than the 96 kBytes of RW_MRC_CACHE, so
it won't fit in the flash and makes soc_update_apob_cache return early
before writing the APOB data from DRAM into the flash with this warning:
[WARN ] RAM APOB data is too large 1db18 > 18000
Increasing the RW_MRC_CACHE size to 120 kByte fixes this.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I763d20f504d4f5b7cea68f21f409de9a1035f440
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64555
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/skyrim/chromeos.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/skyrim/chromeos.fmd b/src/mainboard/google/skyrim/chromeos.fmd index c114c03309..3be90a44fe 100644 --- a/src/mainboard/google/skyrim/chromeos.fmd +++ b/src/mainboard/google/skyrim/chromeos.fmd @@ -1,6 +1,6 @@ FLASH@0xFF000000 16M { SI_BIOS { - RW_MRC_CACHE(PRESERVE) 96K + RW_MRC_CACHE(PRESERVE) 120K RW_SECTION_A 3M { VBLOCK_A 8K FW_MAIN_A(CBFS) |