CMSIS-Core(A):
Updated os_tick_gtim for FVP Cortex-A7 support
Updated system and startup files to reflect IRQ controller changes
Added "Fixed Virtual Platform" board
diff --git a/ARM.CMSIS.pdsc b/ARM.CMSIS.pdsc
index 40dff1c..20efacb 100644
--- a/ARM.CMSIS.pdsc
+++ b/ARM.CMSIS.pdsc
@@ -2790,7 +2790,14 @@
       <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/>
       <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/>
       <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/>
-   </board>
+    </board>
+   
+    <board name="Fixed Virtual Platform" vendor="ARM">
+      <description>uVision Simulator</description>
+      <mountedDevice    deviceIndex="0" Dvendor="ARM:82" Dname="ARMCA5"/>
+      <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCA7"/>
+      <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCA9"/>
+    </board>
   </boards>
 
   <examples>