]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices()
[mirror_edk2.git] / ArmPkg / Library / ArmSmcPsciResetSystemLib / ArmSmcPsciResetSystemLib.inf
1 #/** @file
2 # ResetSystemLib implementation using PSCI calls
3 #
4 # Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010019
18 BASE_NAME = ArmSmcPsciResetSystemLib
19 FILE_GUID = 18B12C83-7718-4D83-ADA4-87F2FE698DD4
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = ResetSystemLib
23
24 [Sources.AARCH64]
25 AArch64/Reset.S | GCC
26 AArch64/Reset.asm | MSFT
27
28 [Sources.ARM]
29 Arm/Reset.S | GCC
30 Arm/Reset.asm | RVCT
31
32 [Sources]
33 ArmSmcPsciResetSystemLib.c
34
35 [Packages]
36 ArmPkg/ArmPkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 MdePkg/MdePkg.dec
39
40 [LibraryClasses]
41 ArmMmuLib
42 ArmSmcLib
43 BaseLib
44 DebugLib
45 UefiBootServicesTableLib
46 UefiRuntimeLib
47
48 [FeaturePcd]
49 gArmTokenSpaceGuid.PcdArmReenterPeiForCapsuleWarmReboot
50
51 [FixedPcd]
52 gArmTokenSpaceGuid.PcdFvBaseAddress