Home
last modified time | relevance | path

Searched refs:DEBUG_AGENT_WARNING (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c678 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "Timeout in Debug Timer interrupt\n"); in ReadRemainingBreakPacket()
685 …DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "Debug Timer CRC (%x) against (%x)\n", Crc, CalculateCrc1… in ReadRemainingBreakPacket()
1166 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "DebugAgentReadBuffer(StartSymbol) timeout\n"); in ReceivePacket()
1171 …DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "Invalid start symbol received [%02x]\n", DebugHeader->St… in ReceivePacket()
1217 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "CRC Error (received CRC is %x)\n", Crc); in ReceivePacket()
1278 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "TARGET: Timeout when waiting for ACK packet.\n"); in SendCommandAndWaitForAckOK()
1298 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "TARGET: Receive GO() in last boot\n"); in SendCommandAndWaitForAckOK()
1665 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "TARGET: Timeout in SendDataResponsePacket()\n"); in ReadMemoryAndSendResponsePacket()
1684 …DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "TARGET: Received one old or new command(SequenceNo is %x… in ReadMemoryAndSendResponsePacket()
1920 …DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "TARGET: Get command[%x] sequenceno[%x] returned status i… in CommandCommunication()
[all …]
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/
DTransferProtocol.h325 #define DEBUG_AGENT_WARNING BIT1 macro