summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t440p/vboot-ro.fmd
blob: 6bdd4cc45822c82a4b4637e0974c2f889c64a054 (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 0x500000 {
		SI_DESC 0x1000
		SI_GBE 0x2000
		SI_ME
	}
	SI_BIOS 0x700000 {
		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)
		}
	}
}