From 9e92c1d7872a8657f57638b368df215ee354a785 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 23 Jun 2020 00:45:50 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42705 Reviewed-by: Raul Rangel Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/amd/mandolin/mandolin.fmd | 4 ++-- 1 file 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) } -- cgit v1.2.3