mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / google / fatcat / chromeos.fmd
blob4b42403e7d3423500cc22477c46aaaea28cb9c5b
1 FLASH 32M {
2         SI_ALL 9M {
3                 SI_DESC 16K
4                 SI_ME
5         }
6         SI_BIOS 23M {
7                 RW_SECTION_A 7M {
8                         VBLOCK_A 8K
9                         FW_MAIN_A(CBFS)
10                         RW_FWID_A 64
11                 }
12                 # This section starts at the 16M boundary in SPI flash.
13                 # PTL does not support a region crossing this boundary,
14                 # because the SPI flash is memory-mapped into two non-
15                 # contiguous windows.
16                 RW_SECTION_B 7M {
17                         VBLOCK_B 8K
18                         FW_MAIN_B(CBFS)
19                         RW_FWID_B 64
20                 }
21                 RW_MISC 1M {
22                         UNIFIED_MRC_CACHE(PRESERVE) 128K {
23                                 RECOVERY_MRC_CACHE 64K
24                                 RW_MRC_CACHE 64K
25                         }
26                         RW_ELOG(PRESERVE) 16K
27                         RW_SHARED 16K {
28                                 SHARED_DATA 8K
29                                 VBLOCK_DEV 8K
30                         }
31                         RW_VPD(PRESERVE) 8K
32                         RW_NVRAM(PRESERVE) 24K
33                 }
34                 RW_LEGACY(CBFS) 1M
35                 RW_UNUSED 3M
36                 # Make WP_RO region align with SPI vendor
37                 # memory protected range specification.
38                 WP_RO 4M {
39                         RO_VPD(PRESERVE) 16K
40                         RO_GSCVD 8K
41                         RO_SECTION {
42                                 FMAP 2K
43                                 RO_FRID 64
44                                 GBB@4K 12K
45                                 COREBOOT(CBFS)
46                         }
47                 }
48         }