summaryrefslogtreecommitdiffstats
path: root/scripts/habv4/habv4-imx6.csf.in
blob: 11a5db94946c07b67b3157dfa7d5beafe178e00a (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
[Header]
Version = 4.1
Hash Algorithm = sha256
Engine Configuration = 0
Certificate Format = X509
Signature Format = CMS
Engine = CAAM

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

[Install CSFK]
File = "@CSF_CRT_PEM@"

[Authenticate CSF]

[Unlock]
Engine = CAAM
Features = RNG

[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@"