]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/Arm/MonitorTable.S
ArmPlatformPkg: remove unused DebugSecExtraActionLib library
[mirror_edk2.git] / ArmPlatformPkg / Library / ArmTrustedMonitorLibNull / Arm / MonitorTable.S
CommitLineData
8cc852f7 1//\r
2// Copyright (c) 2011, ARM Limited. All rights reserved.\r
3//\r
4// This program and the accompanying materials\r
5// are licensed and made available under the terms and conditions of the BSD License\r
6// which accompanies this distribution. The full text of the license may be found at\r
7// http://opensource.org/licenses/bsd-license.php\r
8//\r
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11//\r
12//\r
13\r
14#include <AsmMacroIoLib.h>\r
15#include <AutoGen.h>\r
16#include <Library/PcdLib.h>\r
17\r
18.text\r
19.align 5\r
20\r
21GCC_ASM_EXPORT(MonitorVectorTable)\r
22\r
23ASM_PFX(MonitorVectorTable):\r
24\r
25_MonitorResetEntry:\r
26 b _MonitorResetEntry\r
27_MonitorUndefinedEntry:\r
28 b _MonitorUndefinedEntry\r
29_MonitorSmcEntry:\r
30 b _MonitorSmcEntry\r
31_MonitorPrefetchEntry:\r
32 b _MonitorPrefetchEntry\r
33_MonitorDataAbortEntry:\r
34 b _MonitorDataAbortEntry\r
35_MonitorReservedEntry:\r
36 b _MonitorReservedEntry\r
37_MonitorIrqEntry:\r
38 b _MonitorIrqEntry\r
39_MonitorFiqEntry:\r
40 b _MonitorFiqEntry\r
41\r