payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / starlabs / lite / vboot.fmd
bloba545ae069d806e56d5ceef185cfd7fe7266aa55d
1 FLASH 8M {
2         # OBBP must be defined to leave space for the partition header
3         OBBP@0x382000 {
4                 # The maximum size for the OBB partition is 0x36e000 because
5                 # unicorn + fish = cow
6                 OBB@0x0                 0x36e000 {
7                         RO_SECTION@0xe000               0x261800 {
8                                 FMAP@0x0000                     0x10000
9                                 COREBOOT(CBFS)@0x10000          0x210000
10                                 GBB@0x220000                    0x40000
11                                 RO_FRID@0x260000                0x40
12                                 RO_VPD(PRESERVE)@0x260800       0x1000
13                         }
14                         MISC_RW@0x27e000                0x40000 {
15                                 FPF_STATUS@0x0                  0x10000
16                                 UNIFIED_MRC_CACHE@0x10000       0x30000 {
17                                         RECOVERY_MRC_CACHE@0x0          0x10000
18                                         RW_MRC_CACHE@0x10000            0x10000
19                                         RW_VAR_MRC_CACHE@0x20000        0x10000
20                                 }
21                         }
22                         RW_NVRAM(PRESERVE)@0x2be000     0x6000
23                         RW_VPD(PRESERVE)@0x2c4000       0x2000
24                         RW_LEGACY(CBFS)@0x2c6000        0x60000
25                         SMMSTORE@0x32e000               0x40000
26                 }
27         }