diff options
Diffstat (limited to 'src/mainboard/ocp/wedge100s/board.fmd')
-rw-r--r-- | src/mainboard/ocp/wedge100s/board.fmd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/ocp/wedge100s/board.fmd b/src/mainboard/ocp/wedge100s/board.fmd new file mode 100644 index 0000000000..e89b2aafe0 --- /dev/null +++ b/src/mainboard/ocp/wedge100s/board.fmd @@ -0,0 +1,25 @@ +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 0xe000 { + RW_ELOG@0x0 0x4000 + RW_VPD@0x4000 0x2000 + RW_MISC_UNUSED@0x6000 0x5000 + RW_NVRAM@0xc000 0x2000 +# UNIFIED_MRC_CACHE@0x10000 0x20000 { +# RECOVERY_MRC_CACHE@0x0 0x10000 +# RW_MRC_CACHE@0x10000 0x10000 +# } + } + UNUSED@0xf000 0x1000 { + # This only exists to satisfy tools that + # specifically look for RO_VPD. + RO_VPD@0x0 0x1000 + } + COREBOOT(CBFS)@0x10000 0x7f0000 + } +} |