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/project/msmtitanium.mk b/project/msmtitanium.mk
index fd4c29b..d1449a5 100755
--- a/project/msmtitanium.mk
+++ b/project/msmtitanium.mk
@@ -13,6 +13,7 @@
 endif
 
 EMMC_BOOT := 1
+ENABLE_SECAPP_LOADER := 1
 
 ENABLE_SMD_SUPPORT := 1
 #ENABLE_PWM_SUPPORT := true
@@ -69,4 +70,4 @@
 DEFINES += USE_TARGET_HS200_DELAY=1
 
 #Enable the external reboot functions
-#ENABLE_REBOOT_MODULE := 1
+ENABLE_REBOOT_MODULE := 1