blob: 1955a0540921a9723f66d4954a137042f10ff592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Manually defined FMD in order to ensure that space is reserved for the EC
# at the base of the BIOS region.
#
FLASH 8M {
BIOS@0x200000 0x600000 {
EC@0x0 0x10000
RW_MRC_CACHE@0x10000 0x10000
SMMSTORE@0x20000 0x40000
CONSOLE@0x60000 0x20000
FMAP@0x80000 0x200
COREBOOT(CBFS)
}
}
|