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
/
google
/
trogdor
/
chromeos.fmd
blob
f6960761efabfdc7e455635c6b0040c7951ee7af
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
FLASH@0x0 8M {
4
WP_RO 4M {
5
RO_SECTION 0x3e4000 {
6
BOOTBLOCK 96K
7
COREBOOT(CBFS)
8
FMAP@0x3e0000 0x1000
9
GBB 0x2f00
10
RO_FRID 0x100
11
}
12
RO_VPD(PRESERVE)
13
}
14
15
RW_VPD(PRESERVE) 32K
16
RW_NVRAM(PRESERVE) 16K
17
UNIFIED_MRC_CACHE(PRESERVE) 16K {
18
RECOVERY_MRC_CACHE 8K
19
RW_MRC_CACHE 8K
20
}
21
RW_ELOG(PRESERVE) 4K
22
RW_SHARED 4K {
23
SHARED_DATA
24
}
25
26
RW_SECTION_A 1280K {
27
VBLOCK_A 8K
28
FW_MAIN_A(CBFS)
29
RW_FWID_A 256
30
}
31
32
33
RW_SECTION_B 1280K {
34
VBLOCK_B 8K
35
FW_MAIN_B(CBFS)
36
RW_FWID_B 256
37
}
38
39
RW_LEGACY(CBFS)
40
}