diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-36CD752C-45FE-5BFE-A695-11DF085F301F.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-36CD752C-45FE-5BFE-A695-11DF085F301F.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,30 @@ + + + + + +Debug +MacrosDescribes the macros that can be used to debug the bootstrap. +

The macro have no effect in non-debug builds of the bootstrap, when CFG_DebugBootRom is +FALSE. These macros do not modify any registers, but they may modify flags. +See Platform-Specific +Configuration Header.

+
PRINTPRINT text

Sends +the quoted text string text to the debug port.

+
PRTLNPRTLN text

Appends +a new-line character to the quoted text string text, and +sends the resulting text to the debug port.

+
DWORDDWORD reg, text

Sends +the quoted text string text to the debug port followed by +the value of ARM general register reg as an 8 digit hexadecimal +number followed by a new-line character.

+
MEMDUMPMEMDUMP base, len

Dumps +an area of memory of length len starting at base, +specified in hexadecimal, and sends it to the debug port.

+
\ No newline at end of file