summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2020-06-23 00:45:50 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-06-24 01:18:56 +0000
commit9e92c1d7872a8657f57638b368df215ee354a785 (patch)
tree756a5313cdc4c580dc26059bd0d4e81ef4969f2d
parent8af1bcd38f8469862afe1c0b60c977294c8eb1ea (diff)
downloadcoreboot-9e92c1d7872a8657f57638b368df215ee354a785.tar.xz
mb/amd/mandolin: resize EC FMAP section to match EC firmware size
The EC firmware is 128k including its header, so there's no need to reserve another 4k for the header. TEST=Mandolin still boots. Change-Id: Id3a7a087bf37461ca8ad3da9a809f13d7f0d570c Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42705 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/amd/mandolin/mandolin.fmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/mandolin/mandolin.fmd b/src/mainboard/amd/mandolin/mandolin.fmd
index c702ba9d8b..382c03066d 100644
--- a/src/mainboard/amd/mandolin/mandolin.fmd
+++ b/src/mainboard/amd/mandolin/mandolin.fmd
@@ -1,7 +1,7 @@
FLASH@0xFF800000 0x800000 {
BIOS@0x0 {
- EC@0x0 0x21000
- RW_MRC_CACHE@0x21000 0x10000
+ EC@0x0 0x20000
+ RW_MRC_CACHE@0x20000 0x10000
FMAP 0x1000
COREBOOT(CBFS)
}