mb/amd/mandolin: use more readable size formats in FMAP files

Since the FMD file isn't parsed any more by a shell script in the SoC's
Makefile.inc, we can use better human-readable numbers for the section
sizes.

TEST=Timeless build results in identical image.

Change-Id: I2117064a694f67767284f6fd4ac3604b254a2734
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48245
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held 2020-12-02 19:29:50 +01:00
parent a4819cd0b3
commit 5b2405a308
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
FLASH@0xFF000000 16M { FLASH@0xFF000000 16M {
BIOS { BIOS {
EC 0x20000 EC 128K
RW_MRC_CACHE 0x10000 RW_MRC_CACHE 64K
FMAP 0x1000 FMAP 4K
COREBOOT(CBFS) COREBOOT(CBFS)
} }
} }

View File

@ -1,8 +1,8 @@
FLASH@0xFF800000 8M { FLASH@0xFF800000 8M {
BIOS { BIOS {
EC 0x20000 EC 128K
RW_MRC_CACHE 64K RW_MRC_CACHE 64K
FMAP 0x1000 FMAP 4K
COREBOOT(CBFS) COREBOOT(CBFS)
} }
} }