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
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
starlabs
/
starbook
/
variants
/
cml
/
board.fmd
blob
9018104edde6b1e60f3ccf6e06c5ccd11e2cd12e
1
#
2
# Manually defined FMD in order to ensure that space is reserved for the EC
3
# at the top of the BIOS region.
4
#
5
FLASH 16M {
6
BIOS@0x400000 0xC00000 {
7
EC@0x0 0x20000
8
RW_MRC_CACHE@0x20000 0x10000
9
SMMSTORE@0x30000 0x40000
10
CONSOLE@0x70000 0x20000
11
FMAP@0x90000 0x200
12
COREBOOT(CBFS)
13
}
14
}