aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mayan/chromeos.fmd
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2023-02-08 13:05:05 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-02-13 13:45:27 +0000
commit4064677fde9fe57c672fd16563e674d38a1b94eb (patch)
tree31c3dcccacc8c7b3a9a10e457b3a4e8ed239314d /src/mainboard/amd/mayan/chromeos.fmd
parent0ef9d890fabe1b4fd2a525acd49ae7dcb74aab2a (diff)
soc/amd/phoenix: Expand APOB to 256K
APOB on Phoenix is larger, so expand the reserved DRAM and MRC_CACHE regions to fit. This requires moving memory addresses around to prevent overlapping memory linker errors. TEST='./util/scripts/testsoc -K PHOENIX -K GLINDA' successfully builds all boards Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I42af7230ca5f09ba66b2b3c4f99ac3feac7feeea Reviewed-on: https://review.coreboot.org/c/coreboot/+/72905 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/amd/mayan/chromeos.fmd')
-rw-r--r--src/mainboard/amd/mayan/chromeos.fmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mayan/chromeos.fmd b/src/mainboard/amd/mayan/chromeos.fmd
index 538dfbd1c6..dca61fc552 100644
--- a/src/mainboard/amd/mayan/chromeos.fmd
+++ b/src/mainboard/amd/mayan/chromeos.fmd
@@ -29,6 +29,6 @@ FLASH@0xFF000000 16M {
RW_NVRAM(PRESERVE) 20K
SMMSTORE(PRESERVE) 64K
RW_LEGACY(CBFS)
- RW_MRC_CACHE(PRESERVE) 120K
+ RW_MRC_CACHE(PRESERVE) 256K
}
}