mx6sabresd: convert to DM_VIDEO
[oweals/u-boot.git] / tools / k3_x509template.txt
1  [ req ]
2  distinguished_name     = req_distinguished_name
3  x509_extensions        = v3_ca
4  prompt                 = no
5  dirstring_type         = nobmp
6
7  [ req_distinguished_name ]
8  C                      = US
9  ST                     = TX
10  L                      = Dallas
11  O                      = Texas Instruments Incorporated
12  OU                     = Processors
13  CN                     = TI Support
14  emailAddress           = support@ti.com
15
16  [ v3_ca ]
17  basicConstraints = CA:true
18  1.3.6.1.4.1.294.1.1 = ASN1:SEQUENCE:boot_seq
19  1.3.6.1.4.1.294.1.2 = ASN1:SEQUENCE:image_integrity
20  1.3.6.1.4.1.294.1.3 = ASN1:SEQUENCE:swrv
21 # 1.3.6.1.4.1.294.1.4 = ASN1:SEQUENCE:encryption
22  1.3.6.1.4.1.294.1.8 = ASN1:SEQUENCE:debug
23
24  [ boot_seq ]
25  certType = INTEGER:TEST_CERT_TYPE
26  bootCore = INTEGER:TEST_BOOT_CORE
27  bootCoreOpts = INTEGER:TEST_BOOT_ARCH_WIDTH
28  destAddr = FORMAT:HEX,OCT:TEST_BOOT_ADDR
29  imageSize = INTEGER:TEST_IMAGE_LENGTH
30
31  [ image_integrity ]
32  shaType = OID:2.16.840.1.101.3.4.2.3
33  shaValue = FORMAT:HEX,OCT:TEST_IMAGE_SHA_VAL
34
35  [ swrv ]
36  swrv = INTEGER:0
37
38 # [ encryption ]
39 # initalVector = FORMAT:HEX,OCT:TEST_IMAGE_ENC_IV
40 # randomString = FORMAT:HEX,OCT:TEST_IMAGE_ENC_RS
41 # iterationCnt = INTEGER:TEST_IMAGE_KEY_DERIVE_INDEX
42 # salt = FORMAT:HEX,OCT:TEST_IMAGE_KEY_DERIVE_SALT
43
44  [ debug ]
45  debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000
46  debugType = INTEGER:4
47  coreDbgEn = INTEGER:0
48  coreDbgSecEn = INTEGER:0