summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x230/vboot-ro-me_clean.fmd
blob: 565cacd3a88869cc0df9c244e90ee7778a9b964a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FLASH@0xff400000 0xc00000 {
	SI_ALL 0x20000 {
		SI_DESC 0x1000
		SI_GBE 0x2000
		SI_ME
	}
	SI_BIOS 0xbe0000 {
		UNIFIED_MRC_CACHE 0x20000 {
			RECOVERY_MRC_CACHE 0x10000
			RW_MRC_CACHE 0x10000
		}

		WP_RO {
			FMAP 0x800
			RO_FRID 0x40
			RO_PADDING 0x7c0
			GBB 0x1e000
			COREBOOT(CBFS)
		}
	}
}