Newer
Older
barebox / scripts / habv4 / habv4-imx6.csf.in
@Marc Kleine-Budde Marc Kleine-Budde on 15 Apr 2015 743 bytes images: add HABv4 support for i.MX6
[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@"