aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/majolica/board.fmd
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-02 19:24:18 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-12-05 09:43:45 +0000
commitc6ef514e93734baafb5e613982dc3b249497960e (patch)
tree29d9f9e2d9c5c895040b3ffebdb05bbae54436d7 /src/mainboard/amd/majolica/board.fmd
parentd9fd2e29356bfe182158f2bed391e9bf7f062c60 (diff)
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 <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48250 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/amd/majolica/board.fmd')
-rw-r--r--src/mainboard/amd/majolica/board.fmd8
1 files changed, 8 insertions, 0 deletions
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)
+ }
+}