blob: 2bfa260e71ab3e9adeea95532efd7e012487a399 [file] [log] [blame]
Jon Murphya8590572023-02-23 13:42:52 -07001# TODO(b/276944900): Update for 32 MB support, evaluate WP_RO size
2FLASH@0xFF000000 16M {
3 SI_BIOS {
Karthikeyan Ramasubramanianf5a2ce52023-05-12 11:59:55 -06004 WP_RO 4M {
Jon Murphya8590572023-02-23 13:42:52 -07005 RO_GSCVD 8K
6 RO_VPD(PRESERVE) 16K
7 RO_SECTION {
8 FMAP 2K
9 RO_FRID 64
10 COREBOOT(CBFS)
11 GBB 12K
12 }
13 }
Karthikeyan Ramasubramanianf5a2ce52023-05-12 11:59:55 -060014 RW_SECTION_A 5M {
Jon Murphya8590572023-02-23 13:42:52 -070015 VBLOCK_A 8K
16 FW_MAIN_A(CBFS)
Karthikeyan Ramasubramanianf5a2ce52023-05-12 11:59:55 -060017 SIGNED_AMDFW_A 2304K
Jon Murphya8590572023-02-23 13:42:52 -070018 RW_FWID_A 256
19 }
Karthikeyan Ramasubramanianf5a2ce52023-05-12 11:59:55 -060020 RW_SECTION_B 5M {
Jon Murphya8590572023-02-23 13:42:52 -070021 VBLOCK_B 8K
22 FW_MAIN_B(CBFS)
Karthikeyan Ramasubramanianf5a2ce52023-05-12 11:59:55 -060023 SIGNED_AMDFW_B 2304K
Jon Murphya8590572023-02-23 13:42:52 -070024 RW_FWID_B 256
25 }
26 RW_ELOG(PRESERVE) 4K
27 RW_SHARED 16K {
28 SHARED_DATA 8K
29 VBLOCK_DEV 8K
30 }
31 RW_VPD(PRESERVE) 8K
32 RW_NVRAM(PRESERVE) 20K
Matt DeVillier680db8d2024-04-12 11:52:17 -050033 SMMSTORE(PRESERVE) 256K
Jon Murphya8590572023-02-23 13:42:52 -070034 RW_LEGACY(CBFS)
35 RW_VBIOS_CACHE 64K
Martin Roth6ed71fd2023-07-14 16:51:42 -060036 RW_MRC_CACHE 256K
Jon Murphya8590572023-02-23 13:42:52 -070037 RECOVERY_MRC_CACHE(PRESERVE) 256K
38 }
39}