platform: msm_shared: Add support for qseecom in bootloader

Add qseecom support in appsbootloader

Change-Id: Idc6dc4cc9a77ffd06dd95798e93eed780959d767
diff --git a/platform/thulium/include/platform/iomap.h b/platform/thulium/include/platform/iomap.h
index ef58cfe..decc0d2 100644
--- a/platform/thulium/include/platform/iomap.h
+++ b/platform/thulium/include/platform/iomap.h
@@ -165,6 +165,10 @@
 #define MPM2_MPM_PS_HOLD                     0x4AB000
 #define MPM2_MPM_SLEEP_TIMETICK_COUNT_VAL    0x4A3000
 
+/* QSEECOM: Secure app region notification */
+#define APP_REGION_ADDR 0x86600000
+#define APP_REGION_SIZE 0xd00000
+
 /* DRV strength for sdcc */
 #define SDC1_HDRV_PULL_CTL           (TLMM_BASE_ADDR + 0x0012C000)