-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathUnifiedPalLib.inf
More file actions
82 lines (74 loc) · 2.32 KB
/
Copy pathUnifiedPalLib.inf
File metadata and controls
82 lines (74 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
## @file
# Copyright (c) 2016-2020, 2021,2024-2025, Arm Limited or its affiliates. All rights reserved.
# SPDX-License-Identifier : Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BsaPalLib
FILE_GUID = 7f2093fb-2e69-46eb-af52-ba1df42f6195
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
LIBRARY_CLASS = BsaPalLib|UEFI_APPLICATION UEFI_DRIVER
[Sources.common]
src/AArch64/ArmSmc.S
src/AArch64/AcsTestInfra.S
src/AArch64/ModuleEntryPoint.S
src/pal_misc.c
src/pal_acpi.c
src/pal_pe.c
src/pal_gic.c
src/pal_timer_wd.c
src/pal_pcie.c
src/pal_iovirt.c
src/pal_pcie_enumeration.c
src/pal_peripherals.c
../baremetal/target/RDN2/src/pal_exerciser.c
src/pal_smmu.c
src/pal_dt.c
src/pal_dt_debug.c
[Packages]
ArmPkg/ArmPkg.dec
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
EmbeddedPkg/EmbeddedPkg.dec
MdeModulePkg/MdeModulePkg.dec
StdLib/StdLib.dec
[LibraryClasses]
IoLib
BaseLib
UefiLib
ShellLib
DebugLib
BaseMemoryLib
ShellCEntryLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
FdtLib
[Protocols]
gEfiAcpiTableProtocolGuid ## CONSUMES
gHardwareInterruptProtocolGuid ## CONSUMES
gEfiCpuArchProtocolGuid ## CONSUMES
gEfiPciIoProtocolGuid ## CONSUMES
gHardwareInterrupt2ProtocolGuid ## CONSUMES
gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
gEfiSmbiosProtocolGuid ## CONSUMES
[Guids]
gEfiAcpi20TableGuid
gEfiAcpiTableGuid
gFdtTableGuid
[BuildOptions]
GCC:*_*_*_ASM_FLAGS = -march=armv8.2-a
GCC:*_*_*_CC_FLAGS = -O0 -I${ACS_PATH}/pal/baremetal/target/RDN2/include/