2 * linux/arch/arm/kernel/debug.S
4 * Copyright (C) 1994-1999 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * 32-bit debugging code
12 #include <linux/config.h>
13 #include <linux/linkage.h>
18 * Some debugging routines (useful if you've got MM problems and
19 * printk isn't working). For DEBUGGING ONLY!!! Do not leave
20 * references to these in a production kernel!
23 #if defined(CONFIG_DEBUG_ICEDCC)
24 @@ debug using ARM EmbeddedICE DCC channel
28 .macro senduart, rd, rx
29 mcr p14, 0, \rd, c1, c0, 0
32 .macro busyuart, rd, rx
34 mrc p14, 0, \rx, c0, c0, 0
40 .macro waituart, rd, rx
45 mrc p14, 0, \rx, c0, c0, 0
51 #include <asm/arch/debug-macro.S>
55 * Useful debugging routines
67 printhex: adr r2, hexbuf
75 addge r1, r1, #'a' - 10