summaryrefslogtreecommitdiffstats
path: root/scripts/habv4/habv4-imx28.csf.in
blob: 5efd25b1e57a5711223542ef2e1f4c4cfc33a51f (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
[Header]
Version = 4.0
Hash Algorithm = sha256
Engine Configuration = 0
Certificate Format = X509
Signature Format = CMS
Engine = DCP

[Install SRK]
File = "@TABLE_BIN@"
# SRK index within SRK-Table 0..3
Source index = 0

[Install CSFK]
File = "@CSF_CRT_PEM@"

[Authenticate CSF]

[Install Key]
# verification key index in key store (0, 2...5)
Verification index = 0
# target key index in key store (2...5)
Target index = 2
File = "@IMG_CRT_PEM@"

[Authenticate Data]
# verification key index in key store (2...5)
Verification index = 2
# "starting load address in memory"
# "starting offset within the source file"
# "length (in bytes)"
# "file (binary)"
Blocks = @LOADADDR@ @OFFSET@ @LENGTH@ "@FILE@"