2008-08-05 09:14:15 -06:00
|
|
|
/* arch/arm/mach-integrator/include/mach/debug-macro.S
|
2005-04-16 16:20:36 -06:00
|
|
|
*
|
|
|
|
* Debugging macro include header
|
|
|
|
*
|
|
|
|
* Copyright (C) 1994-1999 Russell King
|
|
|
|
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2011-08-31 20:55:46 -06:00
|
|
|
.macro addruart, rp, rv, tmp
|
2010-07-06 04:30:06 -06:00
|
|
|
mov \rp, #0x16000000 @ physical base address
|
|
|
|
mov \rv, #0xf0000000 @ virtual base
|
|
|
|
add \rv, \rv, #0x16000000 >> 4
|
2005-04-16 16:20:36 -06:00
|
|
|
.endm
|
|
|
|
|
2006-03-16 13:50:34 -07:00
|
|
|
#include <asm/hardware/debug-pl01x.S>
|