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
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
acer
/
aspire_vn7_572g
/
board.fmd
blob
44d8a0cd1395029c88205ec16cbfa95c9ff6058c
1
# NOTE: Use CONSOLE for SMM debugging
2
FLASH 8M {
3
SI_ALL 2M {
4
SI_DESC 0x1000
5
SI_ME 0x1ff000
6
}
7
SI_BIOS 6M {
8
EC 0x20000
9
RW_MRC_CACHE 0x10000
10
# SMMSTORE requires 64k alignment
11
SMMSTORE 0x40000
12
CONSOLE 0x20000
13
FMAP 0x200
14
COREBOOT(CBFS) 0x56fe00
15
}
16
}