blob: 9018104edde6b1e60f3ccf6e06c5ccd11e2cd12e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Manually defined FMD in order to ensure that space is reserved for the EC
# at the top of the BIOS region.
#
FLASH 16M {
BIOS@0x400000 0xC00000 {
EC@0x0 0x20000
RW_MRC_CACHE@0x20000 0x10000
SMMSTORE@0x30000 0x40000
CONSOLE@0x70000 0x20000
FMAP@0x90000 0x200
COREBOOT(CBFS)
}
}
|