From c6ef514e93734baafb5e613982dc3b249497960e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 2 Dec 2020 19:24:18 +0100 Subject: mb/amd/majolica: add functionality to add EC blob to build Without the EC blob being present in the SPI flash, the board won't even power up. Change-Id: Ia3c50e86414bbc707bc33e28c636196c1be2f1e6 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48250 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/amd/majolica/board.fmd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mainboard/amd/majolica/board.fmd (limited to 'src/mainboard/amd/majolica/board.fmd') diff --git a/src/mainboard/amd/majolica/board.fmd b/src/mainboard/amd/majolica/board.fmd new file mode 100644 index 0000000000..442d80f341 --- /dev/null +++ b/src/mainboard/amd/majolica/board.fmd @@ -0,0 +1,8 @@ +FLASH@0xFF000000 16M { + BIOS { + EC 128K + RW_MRC_CACHE 64K + FMAP 4K + COREBOOT(CBFS) + } +} -- cgit v1.2.3