]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/GicV3.S
ArmPkg: remove unused ArmGicSecLib library implementation
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / Library / ArmVExpressSecLibRTSM / Arm / GicV3.S
CommitLineData
75f63034
OM
1//\r
2// Copyright (c) 2013, 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\r
16.text\r
17.align 3\r
18\r
19GCC_ASM_EXPORT(InitializeGicV3)\r
20\r
21/* Initialize GICv3 to expose it as a GICv2 as UEFI does not support GICv3 yet */\r
22ASM_PFX(InitializeGicV3):\r
23 // GICv3 Initialization not Supported yet\r
24 bx lr\r