Commit 822252fdc1e3a041cf2954a788066973cd69cb89

Authored by Breno Lima
Committed by Ye Li
1 parent f905f893e3

MLK-21251-2 doc: imx: habv4: Fix typo in csf_additional_images.txt CSF example

The csf_additional_images.txt example should match with
mx6_mx7_secure_boot.txt guide.

Fix addresses provided in csf_additional_images.txt CSF
example.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
(cherry picked from commit 17c3af7a1935a40057c01459766d41ff0a19723b)

Showing 1 changed file with 3 additions and 3 deletions Inline Diff

doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt
1 [Header] 1 [Header]
2 Version = 4.2 2 Version = 4.2
3 Hash Algorithm = sha256 3 Hash Algorithm = sha256
4 Engine Configuration = 0 4 Engine Configuration = 0
5 Certificate Format = X509 5 Certificate Format = X509
6 Signature Format = CMS 6 Signature Format = CMS
7 Engine = CAAM 7 Engine = CAAM
8 8
9 [Install SRK] 9 [Install SRK]
10 # Index of the key location in the SRK table to be installed 10 # Index of the key location in the SRK table to be installed
11 File = "../crts/SRK_1_2_3_4_table.bin" 11 File = "../crts/SRK_1_2_3_4_table.bin"
12 Source index = 0 12 Source index = 0
13 13
14 [Install CSFK] 14 [Install CSFK]
15 # Key used to authenticate the CSF data 15 # Key used to authenticate the CSF data
16 File = "../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem" 16 File = "../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"
17 17
18 [Authenticate CSF] 18 [Authenticate CSF]
19 19
20 [Install Key] 20 [Install Key]
21 # Key slot index used to authenticate the key to be installed 21 # Key slot index used to authenticate the key to be installed
22 Verification index = 0 22 Verification index = 0
23 # Target key slot in HAB key store where key will be installed 23 # Target key slot in HAB key store where key will be installed
24 Target Index = 2 24 Target Index = 2
25 # Key to install 25 # Key to install
26 File= "../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem" 26 File= "../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"
27 27
28 [Authenticate Data] 28 [Authenticate Data]
29 # Key slot index used to authenticate the image data 29 # Key slot index used to authenticate the image data
30 Verification index = 2 30 Verification index = 2
31 # Authenticate Start Address, Offset, Length and file 31 # Authenticate Start Address, Offset, Length and file
32 Blocks = 0x80800000 0x00000000 0x80EEA020 "zImage", \ 32 Blocks = 0x80800000 0x00000000 0x006EA000 "zImage", \
33 0x83800000 0x00000000 0x8380B927 "imx7d-sdb.dtb", \ 33 0x83800000 0x00000000 0x0000B927 "imx7d-sdb.dtb", \
34 0x84000000 0x00000000 0x840425B8 "uTee-7dsdb" 34 0x84000000 0x00000000 0x000425B8 "uTee-7dsdb"
35 35