AM261x MCU+ SDK  10.02.00
hsmclient_msg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2022-24 Texas Instruments Incorporated
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  *
11  * Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the
14  * distribution.
15  *
16  * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  */
32 
33 #ifndef HSM_CLIENT_MSG_H_
34 #define HSM_CLIENT_MSG_H_
35 
36 #ifdef __cplusplus
37 extern "C"
38 {
39 #endif
40 
41 #include <stdlib.h>
42 
53 #define HSM_MSG_GET_VERSION (0x0002)
54 
55 #define HSM_MSG_BOOT_NOTIFY (0x000A)
56 
57 #define HSM_MSG_GET_UID (0x9021)
58 
59 #define HSM_MSG_OPEN_DBG_FIREWALLS (0x900C)
60 
61 #define HSM_MSG_READ_OTP_ROW (0x9022)
62 
63 #define HSM_MSG_WRITE_OTP_ROW (0x9023)
64 
65 #define HSM_MSG_PROT_OTP_ROW (0x9024)
66 
67 #define HSM_MSG_GET_OTP_ROW_PROT (0x9026)
68 
69 #define HSM_MSG_GET_OTP_ROW_COUNT (0x9027)
70 
71 #define HSM_MSG_PROC_AUTH_BOOT (0xC120)
72 
73 #define HSM_MSG_PROC_AUTH_BOOT_START (0xC12A)
74 
75 #define HSM_MSG_PROC_AUTH_BOOT_UPDATE (0xC12B)
76 
77 #define HSM_MSG_PROC_AUTH_BOOT_FINISH (0xC12C)
78 
79 #define HSM_MSG_SET_FIREWALL (0x9000U)
80 
81 #define HSM_MSG_SET_FIREWALL_INTR (0x9002)
82 
83 #define HSM_KEYWRITER_SEND_CUST_KEY_CERT (0x9028)
84 
85 #define HSM_MSG_READ_SWREV (0x9033)
86 
87 #define HSM_MSG_WRITE_SWREV (0x9032)
88 
89 #define HSM_MSG_GET_DKEK (0x9029)
90 
91 #define HSM_MSG_GET_RAND (0x9001)
92 
93 #define HSM_MSG_KEYRING_IMPORT (0x9039)
94 
95 #define HSM_MSG_FW_UPDATE_CERT_PROCESS (0x9040)
96 
97 #define HSM_MSG_FW_UPDATE_CODE_PROGRAM (0x9041)
98 
99 #define HSM_MSG_FW_UPDATE_CODE_VERIFY (0x9043)
100 
101 #define HSM_MSG_VERIFY_ROT_CERT (0x9044)
102 
103 #define HSM_MSG_UPDATE_KEY_REV (0x9045)
104 
105 #define HSM_MSG_CONFIGURE_OTFA (0x9056)
106 
107 #define HSM_MSG_READ_OTFA (0x9057)
108 /* message flags */
109 
115 #define HSM_FLAG_AOP (0x11)
116 
117 
124 #define HSM_FLAG_NAOP (0x22)
125 
132 #define HSM_FLAG_ACK (0xAA)
133 
138 #define HSM_FLAG_NACK (0x55)
139 
141 #define HSM_CLIENT_ID (0x01)
142 
148 #define HSM_UID_SIZE (64U)
149 
155 #define HSM_DBG_CERT_SIZE (4096U)
156 
162 #define HSM_KEYRING_CERT_SIZE (10280U)
163 
169 #define HSM_FIRMWARE_CHUNK_SIZE (16384U)
170 
176 typedef struct HsmMsg_t_
177 {
178  uint8_t destClientId; /*< destination client Id */
179  uint8_t srcClientId; /*< current task client Id */
180  uint8_t flags; /*< flags */
181  uint16_t serType ; /*< service type */
182  void* args ; /*< pointer to args */
183  uint16_t crcArgs; /*< args integirty check */
184  uint16_t crcMsg ; /*< message integrity check */
185 } __attribute__((packed)) HsmMsg_t;
186 
187 typedef enum HSM_ClientIds_
188 {
194 } HSM_ClientIds_t ;
195 
198 #ifdef __cplusplus
199 }
200 #endif
201 
202 #endif /* HSM_CLIENT_MSG_H_ */
HSM_CLIENT_ID_2
@ HSM_CLIENT_ID_2
Definition: hsmclient_msg.h:191
HSM_ClientIds_t
HSM_ClientIds_t
Definition: hsmclient_msg.h:188
HsmMsg_t_::crcMsg
uint16_t crcMsg
Definition: hsmclient_msg.h:184
HsmMsg_t_::serType
uint16_t serType
Definition: hsmclient_msg.h:181
HsmMsg_t_
HSM client / server message format struct.
Definition: hsmclient_msg.h:177
HSM_CLIENT_ID_1
@ HSM_CLIENT_ID_1
Definition: hsmclient_msg.h:190
__attribute__
struct lld_sockaddr __attribute__
This is the SecureBoot Stream type which holds the data for a specific bootloader to HSM call....
HSM_CLIENT_ID_4
@ HSM_CLIENT_ID_4
Definition: hsmclient_msg.h:193
HsmMsg_t_::flags
uint8_t flags
Definition: hsmclient_msg.h:180
HsmMsg_t_::crcArgs
uint16_t crcArgs
Definition: hsmclient_msg.h:183
HsmMsg_t_::destClientId
uint8_t destClientId
Definition: hsmclient_msg.h:178
HsmMsg_t_::srcClientId
uint8_t srcClientId
Definition: hsmclient_msg.h:179
HSM_BOOT_NOTIFY_CLIENT_ID
@ HSM_BOOT_NOTIFY_CLIENT_ID
Definition: hsmclient_msg.h:189
HSM_CLIENT_ID_3
@ HSM_CLIENT_ID_3
Definition: hsmclient_msg.h:192
HsmMsg_t_::args
void * args
Definition: hsmclient_msg.h:182