summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2023-02-08 11:17:25 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-02-13 13:43:50 +0000
commitc59efc10fc86e4bdb7ed69d4e7437241df97841c (patch)
tree18ef8f76c036440dc3011739fca4e1900eccdcbf /src/mainboard/amd
parent238ae94e2f97413ea1fd31dee8065d1516023eba (diff)
downloadcoreboot-c59efc10fc86e4bdb7ed69d4e7437241df97841c.tar.gz
coreboot-c59efc10fc86e4bdb7ed69d4e7437241df97841c.tar.bz2
coreboot-c59efc10fc86e4bdb7ed69d4e7437241df97841c.zip
mb/amd/birman/board.fmd: Move MRC cache
The EFS must be located at the 128K offset. The combination of EC, MRC_CACHE, and FMAP push the start of the coreboot CBFS region to 128K, leaving no room for the CBFS headers for the EFS. Move the MRC_CACHE region to the end of the image. This matches the chromeos MRC_CACHE layout. Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: I15e29443d2735342a5a43339f5bb095e5115349c Reviewed-on: https://review.coreboot.org/c/coreboot/+/72902 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/birman/board.fmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/birman/board.fmd b/src/mainboard/amd/birman/board.fmd
index 6c6ad92a2812..32c7a5a6dd46 100644
--- a/src/mainboard/amd/birman/board.fmd
+++ b/src/mainboard/amd/birman/board.fmd
@@ -1,8 +1,8 @@
FLASH@0xFF000000 16M {
BIOS {
EC 4K
- RW_MRC_CACHE 120K
FMAP 4K
COREBOOT(CBFS)
+ RW_MRC_CACHE 120K
}
}