From 7b9a8d65a597efaba8c54ac3eaa4f8d3f3c482e1 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 25 Feb 2009 11:05:19 +0000 Subject: add-s3c64xx-tzic.patch This adds in the TZIC support consts and also the VM mapping for the TZIC units, and adds TZIC init into mach-om-gta03.c Signed-off-by: Andy Green --- arch/arm/include/asm/hardware/tzic-sp890.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 arch/arm/include/asm/hardware/tzic-sp890.h (limited to 'arch/arm/include/asm') diff --git a/arch/arm/include/asm/hardware/tzic-sp890.h b/arch/arm/include/asm/hardware/tzic-sp890.h new file mode 100644 index 00000000000..5ffd661b219 --- /dev/null +++ b/arch/arm/include/asm/hardware/tzic-sp890.h @@ -0,0 +1,22 @@ +#ifndef __SP890_TZIC_H__ +#define __SP890_TZIC_H__ + +#define SP890_TZIC_UNLOCK_MAGIC (0x0ACCE550) + +#define SP890_TZIC_FIQSTATUS 0 +#define SP890_TZIC_RAWINTR 4 +#define SP890_TZIC_INTSELECT 8 +#define SP890_TZIC_FIQENABLE 0xc +#define SP890_TZIC_FIQENCLEAR 0x10 +#define SP890_TZIC_FIQBYPASS 0x14 +#define SP890_TZIC_PROTECTION 0x18 +#define SP890_TZIC_LOCK 0x1c +#define SP890_TZIC_LOCKSTATUS 0x20 +#define SP890_TZIC_ITCR 0x300 +#define SP890_TZIC_ITIP1 0x304 +#define SP890_TZIC_ITIP2 0x308 +#define SP890_TZIC_ITOP1 0x30c +#define SP890_TZIC_ITOP2 0x310 +#define SP890_TZIC_PERIPHIDO 0xfe0 + +#endif -- cgit v1.2.3