AM62x MCU+ SDK  08.04.00
tisci_core.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017-2022 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  */
54 #ifndef MESSAGES_CORE_H
55 #define MESSAGES_CORE_H
56 
57 #ifdef __cplusplus
58 extern "C"
59 {
60 #endif
61 
62 
63 
73  struct tisci_header hdr;
74 } __attribute__((__packed__));
75 
88  struct tisci_header hdr;
89  char str[32];
90  uint16_t version;
91  uint8_t abi_major;
92  uint8_t abi_minor;
93  uint8_t sub_version;
94  uint8_t patch_version;
95 } __attribute__((__packed__));
96 
104  struct tisci_header hdr;
105  uint32_t extboot_status;
106 } __attribute__((__packed__));
107 
117  struct tisci_header hdr;
118 } __attribute__((__packed__));
119 
133  struct tisci_header hdr;
138 } __attribute__((__packed__));
139 
149  struct tisci_header hdr;
150 } __attribute__((__packed__));
151 
161  struct tisci_header hdr;
162 } __attribute__((__packed__));
163 
176  struct tisci_header hdr;
181 } __attribute__((__packed__));
182 
192  struct tisci_header hdr;
193 } __attribute__((__packed__));
194 
209  struct tisci_header hdr;
214 } __attribute__((__packed__));
215 
225  struct tisci_header hdr;
226 } __attribute__((__packed__));
227 
242  struct tisci_header hdr;
247 } __attribute__((__packed__));
248 
258  struct tisci_header hdr;
259 } __attribute__((__packed__));
260 
261 
272  struct tisci_header hdr;
273 } __attribute__((__packed__));
274 
288  struct tisci_header hdr;
289  uint32_t msmc_start_low;
290  uint32_t msmc_start_high;
291  uint32_t msmc_end_low;
292  uint32_t msmc_end_high;
293 } __attribute__((__packed__));
294 
295 
296 #ifdef __cplusplus
297 }
298 #endif
299 
300 #endif /* MESSAGES_CORE_H */
301 
tisci_query_msmc_resp
TISCI_MSG_QUERY_MSMC request response providing currently available MSMC memory if present in the SoC...
Definition: tisci_core.h:287
tisci_msg_board_config_pm_resp
Empty response for TISCI_MSG_BOARD_CONFIG_PM.
Definition: tisci_core.h:257
tisci_msg_version_resp
TISCI_MSG_VERSION request to provide version info about currently running firmware.
Definition: tisci_core.h:87
tisci_msg_board_config_rm_req::tisci_boardcfg_rmp_high
uint32_t tisci_boardcfg_rmp_high
Definition: tisci_core.h:135
tisci_msg_version_resp::abi_major
uint8_t abi_major
Definition: tisci_core.h:91
tisci_query_msmc_resp::msmc_end_low
uint32_t msmc_end_low
Definition: tisci_core.h:291
tisci_msg_board_config_pm_req::tisci_boardcfg_pmp_low
uint32_t tisci_boardcfg_pmp_low
Definition: tisci_core.h:243
tisci_query_msmc_req
TISCI_MSG_QUERY_MSMC request to provide currently available MSMC memory if present in the SoC.
Definition: tisci_core.h:271
tisci_query_msmc_resp::msmc_start_low
uint32_t msmc_start_low
Definition: tisci_core.h:289
tisci_msg_board_config_req::tisci_boardcfgp_high
uint32_t tisci_boardcfgp_high
Definition: tisci_core.h:178
tisci_msg_board_config_resasg_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:161
tisci_msg_boot_notification_req::extboot_status
uint32_t extboot_status
Definition: tisci_core.h:105
tisci_query_msmc_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:288
tisci_msg_board_config_resasg_resp
Empty response for TISCI_MSG_BOARD_CONFIG_RESASG.
Definition: tisci_core.h:160
tisci_msg_version_resp::abi_minor
uint8_t abi_minor
Definition: tisci_core.h:92
tisci_query_msmc_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:272
tisci_msg_version_resp::str
char str[32]
Definition: tisci_core.h:89
tisci_msg_version_resp::patch_version
uint8_t patch_version
Definition: tisci_core.h:94
tisci_msg_board_config_resp
Empty response for TISCI_MSG_BOARD_CONFIG.
Definition: tisci_core.h:191
tisci_msg_version_resp::version
uint16_t version
Definition: tisci_core.h:90
tisci_msg_board_config_rm_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:149
tisci_msg_board_config_security_req::tisci_boardcfg_security_size
uint16_t tisci_boardcfg_security_size
Definition: tisci_core.h:212
tisci_msg_board_config_req
TISCI_MSG_BOARD_CONFIG request to provide the location and size of the tisci_boardcfg structure.
Definition: tisci_core.h:175
tisci_msg_board_config_rm_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:133
tisci_msg_board_config_security_resp
Empty response for TISCI_MSG_BOARD_CONFIG_SECURITY.
Definition: tisci_core.h:224
tisci_header
Header that prefixes all TISCI messages.
Definition: tisci_protocol.h:95
tisci_msg_board_config_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:192
tisci_msg_board_config_req::tisci_boardcfg_size
uint16_t tisci_boardcfg_size
Definition: tisci_core.h:179
tisci_msg_boot_notification_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:117
tisci_msg_board_config_security_req::tisci_boardcfg_securityp_high
uint32_t tisci_boardcfg_securityp_high
Definition: tisci_core.h:211
tisci_msg_version_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:88
tisci_msg_boot_notification_req
Notification message to indicate the DMSC is available.
Definition: tisci_core.h:103
tisci_msg_board_config_pm_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:258
tisci_msg_board_config_rm_req::tisci_boardcfg_rmp_low
uint32_t tisci_boardcfg_rmp_low
Definition: tisci_core.h:134
tisci_msg_board_config_pm_req::tisci_boardcfg_pmp_high
uint32_t tisci_boardcfg_pmp_high
Definition: tisci_core.h:244
tisci_msg_board_config_pm_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:242
devgrp_t
uint8_t devgrp_t
Defines the sysfw DEVGRP type. This is meant to be used in code or data structures that require disti...
Definition: sciclient.h:336
tisci_msg_board_config_rm_req::tisci_boardcfg_rm_devgrp
devgrp_t tisci_boardcfg_rm_devgrp
Definition: tisci_core.h:137
tisci_msg_board_config_pm_req::tisci_boardcfg_pm_devgrp
devgrp_t tisci_boardcfg_pm_devgrp
Definition: tisci_core.h:246
tisci_msg_board_config_security_resp::hdr
struct tisci_header hdr
Definition: tisci_core.h:225
tisci_msg_board_config_rm_req
TISCI_MSG_BOARD_CONFIG_RM request to provide the location and size of the tisci_boardcfg Resource Man...
Definition: tisci_core.h:132
tisci_msg_board_config_rm_resp
Empty response for TISCI_MSG_BOARD_CONFIG_RM.
Definition: tisci_core.h:148
tisci_msg_version_req
This file contains:
Definition: tisci_core.h:72
tisci_msg_board_config_security_req::tisci_boardcfg_securityp_low
uint32_t tisci_boardcfg_securityp_low
Definition: tisci_core.h:210
tisci_msg_boot_notification_resp
Response to notification message about firmware availability.
Definition: tisci_core.h:116
tisci_msg_board_config_rm_req::tisci_boardcfg_rm_size
uint16_t tisci_boardcfg_rm_size
Definition: tisci_core.h:136
tisci_msg_board_config_security_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:209
tisci_msg_board_config_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:176
tisci_query_msmc_resp::msmc_end_high
uint32_t msmc_end_high
Definition: tisci_core.h:292
tisci_msg_board_config_req::tisci_boardcfgp_low
uint32_t tisci_boardcfgp_low
Definition: tisci_core.h:177
tisci_msg_board_config_pm_req::tisci_boardcfg_pm_size
uint16_t tisci_boardcfg_pm_size
Definition: tisci_core.h:245
tisci_msg_board_config_pm_req
TISCI_MSG_BOARD_CONFIG_PM request to provide the location and size of the tisci_boardcfg Power Manage...
Definition: tisci_core.h:241
tisci_msg_board_config_req::tisci_boardcfg_devgrp
devgrp_t tisci_boardcfg_devgrp
Definition: tisci_core.h:180
__attribute__
struct tisci_msg_version_req __attribute__((__packed__))
tisci_msg_version_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:73
tisci_msg_board_config_security_req
TISCI_MSG_BOARD_CONFIG_SECURITY request to provide the location and size of the tisci_boardcfg securi...
Definition: tisci_core.h:208
tisci_msg_version_resp::sub_version
uint8_t sub_version
Definition: tisci_core.h:93
tisci_msg_board_config_security_req::tisci_boardcfg_security_devgrp
devgrp_t tisci_boardcfg_security_devgrp
Definition: tisci_core.h:213
tisci_msg_boot_notification_req::hdr
struct tisci_header hdr
Definition: tisci_core.h:104
tisci_query_msmc_resp::msmc_start_high
uint32_t msmc_start_high
Definition: tisci_core.h:290