diff options
author | Andy Green <andy@openmoko.com> | 2009-02-25 11:05:19 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-02-25 11:05:19 +0000 |
commit | 7b9a8d65a597efaba8c54ac3eaa4f8d3f3c482e1 (patch) | |
tree | 2443a58da904ac18fa634686e245219f66ff7808 /arch/arm/include | |
parent | b9aa5bf345a0b802af0d10b6cf1079738fe4fd12 (diff) |
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 <andy@openmoko.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/hardware/tzic-sp890.h | 22 |
1 files changed, 22 insertions, 0 deletions
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 |