mb/ocp/monolake: Add board.fmd
Change-Id: I6095c3b30990b530c5bc4e2c808879252680e1d7 Signed-off-by: Andrea Barberio <barberio@fb.com> Signed-off-by: David Hendricks <dhendrix@fb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32260 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
bcd23b05c1
commit
4a5f7ece3f
|
@ -39,4 +39,8 @@ config FSP_PACKAGE_DEFAULT
|
||||||
bool "Configure defaults for the Intel FSP package"
|
bool "Configure defaults for the Intel FSP package"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config FMDFILE
|
||||||
|
string
|
||||||
|
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
|
||||||
|
|
||||||
endif # BOARD_OCP_MONOLAKE
|
endif # BOARD_OCP_MONOLAKE
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
FLASH@0xff000000 0x1000000 {
|
||||||
|
SI_ALL@0x0 0x800000 {
|
||||||
|
SI_DESC@0x0 0x1000
|
||||||
|
SI_ME@0x1000 0x7ff000
|
||||||
|
}
|
||||||
|
SI_BIOS@0x800000 0x800000 {
|
||||||
|
FMAP@0x0 0x1000
|
||||||
|
RW_MISC@0x1000 0x9000 {
|
||||||
|
RW_ELOG@0x0 0x4000
|
||||||
|
RW_VPD@0x4000 0x2000
|
||||||
|
RW_NVRAM@0x6000 0x2000
|
||||||
|
}
|
||||||
|
UNUSED@0xa000 0x4000 {
|
||||||
|
# This only exists to satisfy tools that
|
||||||
|
# specifically look for RO_VPD.
|
||||||
|
RO_VPD@0x0 0x4000
|
||||||
|
}
|
||||||
|
RW_MRC_CACHE@0xE000 0x10000
|
||||||
|
CONSOLE@0x1E000 0x10000
|
||||||
|
COREBOOT(CBFS)@0x2E000 0x7d2000
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue