msmtitanium: Add code for SDHCI support and setup MMU mapping.

Add code for SDHCI initialization and support.
Add code for init mmu_section_table and setup MMU mapping.
Add stub code for target detect and baseband detect.
Enable Reboot module.
Enable Secapp Loader module.

Change-Id: I38690461bfa18fc79f70e508d7afc5d2139edeff
diff --git a/platform/msmtitanium/include/platform/iomap.h b/platform/msmtitanium/include/platform/iomap.h
index c429f35..f23aa9c 100755
--- a/platform/msmtitanium/include/platform/iomap.h
+++ b/platform/msmtitanium/include/platform/iomap.h
@@ -43,6 +43,7 @@
 #define RESTART_REASON_ADDR                (MSM_SHARED_IMEM_BASE + 0x65C)
 
 #define APPS_SS_BASE                       0x0B000000
+#define APPS_SS_END                        0x0B200000
 
 #define MSM_GIC_DIST_BASE                  APPS_SS_BASE
 #define MSM_GIC_CPU_BASE                   (APPS_SS_BASE + 0x2000)