msm7627a: Change interrupt handling routines based on VIC/GIC

Add support to configure interrupt routines to gic/vic at runtime
based on whether target supports gic/vic. This is required for single
binary image support.

Change-Id: Ibd0940ea29ce674ede17c120b637055fc7e0152d
diff --git a/platform/msm7x27a/include/platform/iomap.h b/platform/msm7x27a/include/platform/iomap.h
index 5ce8a02..7c90377 100644
--- a/platform/msm7x27a/include/platform/iomap.h
+++ b/platform/msm7x27a/include/platform/iomap.h
@@ -114,4 +114,7 @@
 #define MDP_TEST_MODE_CLK                     REG_MDP(0xF0000)
 #define MDP_INTR_STATUS                       REG_MDP(0x00054)
 #define MSM_CRYPTO_BASE                       (0xA0C00000)
+
+#define MSM_GIC_DIST_BASE                     (0xC0000000)
+#define MSM_GIC_CPU_BASE                      (0xC0002000)
 #endif