platform,target: msm8909: Add support to enable verified boot on 8909

Add support to enable qseecomm and rpmb required for VB support.

Change-Id: Iedaa0815e8028b829159fa2e9ce5a1f6ff6b13c2
diff --git a/platform/msm8909/include/platform/iomap.h b/platform/msm8909/include/platform/iomap.h
index 2f0ca98..f0a7db9 100644
--- a/platform/msm8909/include/platform/iomap.h
+++ b/platform/msm8909/include/platform/iomap.h
@@ -179,6 +179,18 @@
 #define USB_HS_SYSTEM_CFG_RCGR      (CLK_CTL_BASE + 0x41014)
 
 
+/* RPMB send receive buffer needs to be mapped
+ * as device memory, define the start address
+ * and size in MB
+ */
+#define RPMB_SND_RCV_BUF            0x90000000
+#define RPMB_SND_RCV_BUF_SZ         0x1
+
+/* QSEECOM: Secure app region notification */
+#define APP_REGION_ADDR 0x87b00000
+#define APP_REGION_SIZE 0x100000
+
+
 /* MDSS */
 #define MIPI_DSI_BASE               (0x1AC8000)
 #define MIPI_DSI0_BASE              MIPI_DSI_BASE