This section describes the trace sources.
ArchMsg.Warning.GICv3CommsPVBus_PacketTooBig
Fields:
DATA_0
unsigned int
- First byte of the packet (normally data type).
INDEX
unsigned int
- Index of GICv3Comms connection that the message should have been sent to (based on AXI master ID).
LENGTH
unsigned int
- Number bytes in data packet.
ArchMsg.Warning.GICv3CommsPVBus_UnknownDestination
Fields:
DATA
unsigned int
- The message data.
DATA_0
unsigned int
- First byte of the packet (normally data type).
INDEX
unsigned int
- Index of GICv3Comms connection that the message should have been sent to (based on AXI master ID).
LENGTH
unsigned int
- Number bytes in data packet.
GICv3CommsPVBus_FailedMessage
Processed message from connected GICv3Comms port and sent out, but PVBus transaction failed. Fields:
DATA
unsigned int
- The message data.
INDEX
unsigned int
- Index of GICv3Comms connection that message came in on.
LENGTH
unsigned int
- Message length in bytes.
GICv3CommsPVBus_ProcessedMessage
Processed message from connected GICv3Comms port. Fields:
DATA
unsigned int
- The message data.
INDEX
unsigned int
- Index of GICv3Comms connection that message came in on.
LENGTH
unsigned int
- Message length in bytes.
GICv3CommsPVBus_ReceiveAXIMasterID
Fields:
INDEX
unsigned int
- Index of GICv3Comms connection that message came in on.
MASTER_ID
unsigned int
- Master ID value recieved.
GICv3CommsPVBus_SentViaGICv3Comms
Packet received via PVBus and sent via GICv3 Comms to connected distributor/CPU. Fields:
DATA
unsigned int
- The message data.
INDEX
unsigned int
- Index of GICv3Comms connection that the message should have been sent to (based on AXI master ID).
LENGTH
unsigned int
- Number bytes in data packet.