From aade40c3f6b9dc40510932baceeb4374fd6c6ee6 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 18 Feb 2022 20:56:25 +0100 Subject: mb/amd/chausie/chromeos.fmd: resize EC size in FMAP to 4kByte Only the info about the location of the EC firmware will be stored right at the beginning of the flash, so the size can be reduced to 4kByte which is the erase block size of the flash. The CHAUSIE_MCHP_SIG_FILE file itself is smaller than this. Signed-off-by: Felix Held Change-Id: Icde5f7071183cd8423fc022caf49e2c9ee288527 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62189 Reviewed-by: Fred Reitberger Reviewed-by: Jason Glenesk Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/mainboard/amd/chausie/chromeos.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/amd/chausie/chromeos.fmd b/src/mainboard/amd/chausie/chromeos.fmd index c410df1e08..e913e398bf 100644 --- a/src/mainboard/amd/chausie/chromeos.fmd +++ b/src/mainboard/amd/chausie/chromeos.fmd @@ -1,6 +1,6 @@ FLASH@0xFF000000 16M { SI_BIOS { - EC 128K + EC 4K RW_MRC_CACHE(PRESERVE) 96K RW_SECTION_A 3M { VBLOCK_A 8K -- cgit v1.2.3