copper: Add changes for end to end bootchain

1. Wait for non secure interrupts for Qtimers.
2. Disable qtimer before jumping to kernel.
3. Change the addresses to match the new memory map.
4. Add more addresses for iomap.
5. Read SDRAM info from smem.

Change-Id: Iaffb2f85dc13452abd6649e265b4d4bd6e77dd82
diff --git a/platform/msm_shared/qtimer.c b/platform/msm_shared/qtimer.c
index 489a70c..dd0c11c 100644
--- a/platform/msm_shared/qtimer.c
+++ b/platform/msm_shared/qtimer.c
@@ -51,7 +51,7 @@
 	return qtimer_current_time();
 }
 
-void uninit_qtimer()
+void qtimer_uninit()
 {
 	disable_qtimer();
 }