summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/files/pfr_image-manifest.json
blob: 7890aa70058d73788ad1071f1111a3552a531e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
	"image-parts": [{
			"name": "u-boot",
			"index": 0,
			"offset": "0",
			"size": "0x80000",
			"prot_mask": 31,
			"pfm": 1,
			"hash": 1,
			"compress": 1
		},
		{
			"name": "pfm",
			"index": 1,
			"offset": "0x80000",
			"size": "0x20000",
			"prot_mask": 31,
			"pfm": 1,
			"hash": 0,
			"compress": 0
		},
		{
			"name": "u-boot-env",
			"index": 2,
			"offset": "0xa0000",
			"size": "0x20000",
			"prot_mask": 29,
			"pfm": 1,
			"hash": 0,
			"compress": 0
		},
		{
			"name": "sofs",
			"index": 3,
			"offset": "0xc0000",
			"size": "0x200000",
			"prot_mask": 29,
			"pfm": 1,
			"hash": 0,
			"compress": 0
		},
		{
			"name": "rwfs",
			"index": 4,
			"offset": "0x2c0000",
			"size": "0x840000",
			"prot_mask": 29,
			"pfm": 1,
			"hash": 0,
			"compress": 0
		},
		{
			"name": "fit-image-a",
			"index": 5,
			"offset": "0xb00000",
			"size": "0x1f00000",
			"prot_mask": 31,
			"pfm": 1,
			"hash": 1,
			"compress": 1
		}
	]
}