repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
util/intelp2m: Print the current project version
[coreboot2.git]
/
src
/
mainboard
/
51nb
/
x210
/
board.fmd
blob
1955a0540921a9723f66d4954a137042f10ff592
1
#
2
# Manually defined FMD in order to ensure that space is reserved for the EC
3
# at the base of the BIOS region.
4
#
5
6
FLASH 8M {
7
BIOS@0x200000 0x600000 {
8
EC@0x0 0x10000
9
RW_MRC_CACHE@0x10000 0x10000
10
SMMSTORE@0x20000 0x40000
11
CONSOLE@0x60000 0x20000
12
FMAP@0x80000 0x200
13
COREBOOT(CBFS)
14
}
15
}