blob: 08bc519499d3cec407eefc69987da849111e60ce [file] [log] [blame]
Sean Rhodes2e665eb2021-06-01 22:55:07 +01001#
2# Manually defined FMD in order to ensure that space is reserved for the EC
3# at the top of the BIOS region.
4#
5FLASH 8M {
6 BIOS@0x200000 0x600000 {
7 RW_MRC_CACHE@0x0 0x10000
8 SMMSTORE@0x10000 0x40000
9 CONSOLE@0x50000 0x20000
10 FMAP@0x70000 0x200
11 COREBOOT(CBFS)
12 }
13}