forked from ARM-software/bsa-acs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BsaPalBaremetalLib.inf
83 lines (76 loc) · 2.41 KB
/
BsaPalBaremetalLib.inf
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
82
83
## @file
# Copyright (c) 2023-2024, 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 = BsaPalBaremetalLib
FILE_GUID = 7f2093fb-2e69-46eb-af52-ba1df42f6195
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
LIBRARY_CLASS = BsaPalBaremetalLib|UEFI_APPLICATION UEFI_DRIVER
[Sources.common]
common/src/AArch64/ArmSmc.S
common/src/AArch64/AvsTestInfra.S
common/src/AArch64/ModuleEntryPoint.S
common/src/pal_pe.c
common/src/pal_pcie.c
common/src/pal_pcie_enumeration.c
common/src/pal_gic.c
common/src/pal_timer_wd.c
common/src/pal_exerciser.c
common/src/pal_iovirt.c
common/src/pal_peripherals.c
common/src/pal_misc.c
common/src/pal_dma.c
RDN2/src/pal_bm_dma.c
RDN2/src/pal_bm_exerciser.c
RDN2/src/pal_bm_gic.c
RDN2/src/pal_bm_misc.c
RDN2/src/pal_bm_pcie.c
RDN2/src/pal_bm_pe.c
RDN2/src/pal_bm_peripherals.c
RDN2/src/pal_bm_smmu.c
[Packages]
StdLib/StdLib.dec
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
EmbeddedPkg/EmbeddedPkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
LibC
LibStdLib
LibStdio
IoLib
BaseLib
UefiLib
ShellLib
DebugLib
BaseMemoryLib
ShellCEntryLib
UefiBootServicesTableLib
UefiRuntimeServicesTableLib
[Protocols]
gEfiAcpiTableProtocolGuid ## CONSUMES
gHardwareInterruptProtocolGuid ## CONSUMES
gEfiCpuArchProtocolGuid ## CONSUMES
gEfiPciIoProtocolGuid ## CONSUMES
gHardwareInterrupt2ProtocolGuid ## CONSUMES
[Guids]
gEfiAcpi20TableGuid
gEfiAcpiTableGuid
[BuildOptions]
GCC:*_*_*_ASM_FLAGS = -march=armv8.2-a