]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/Arm/MonitorTable.asm
ARM Packages: Moved ARM assembly files to 'Arm' subdirectory
[mirror_edk2.git] / ArmPlatformPkg / Library / ArmTrustedMonitorLibNull / Arm / MonitorTable.asm
diff --git a/ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/Arm/MonitorTable.asm b/ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/Arm/MonitorTable.asm
new file mode 100644 (file)
index 0000000..f4f515d
--- /dev/null
@@ -0,0 +1,40 @@
+//\r
+//  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+//\r
+//  This program and the accompanying materials\r
+//  are licensed and made available under the terms and conditions of the BSD License\r
+//  which accompanies this distribution.  The full text of the license may be found at\r
+//  http://opensource.org/licenses/bsd-license.php\r
+//\r
+//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+//\r
+//\r
+\r
+#include <Library/PcdLib.h>\r
+\r
+    EXPORT  MonitorVectorTable\r
+\r
+    PRESERVE8\r
+    AREA    MonitoVectorTableArea, CODE, READONLY, CODEALIGN, ALIGN=5\r
+\r
+MonitorVectorTable\r
+\r
+_MonitorResetEntry\r
+  b   _MonitorResetEntry\r
+_MonitorUndefinedEntry\r
+  b   _MonitorUndefinedEntry\r
+_MonitorSmcEntry\r
+  b   _MonitorSmcEntry\r
+_MonitorPrefetchEntry\r
+  b   _MonitorPrefetchEntry\r
+_MonitorDataAbortEntry\r
+  b   _MonitorDataAbortEntry\r
+_MonitorReservedEntry\r
+  b   _MonitorReservedEntry\r
+_MonitorIrqEntry\r
+  b   _MonitorIrqEntry\r
+_MonitorFiqEntry\r
+  b   _MonitorFiqEntry\r
+\r
+  END\r