Last change
on this file since 100307 was 99464, checked in by vboxsync, 21 months ago |
Devices/EFI/Firmware: Restore ArmPkg, ArmVirtPkg, ArmPlatformPkg in order to be able to build Aarch64 and Aarch32 firmware images for the virt platform, bugref:10400
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # ARM MP services protocol driver
|
---|
3 | #
|
---|
4 | # Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 1.27
|
---|
12 | BASE_NAME = ArmPsciMpServicesDxe
|
---|
13 | FILE_GUID = 007ab472-dc4a-4df8-a5c2-abb4a327278c
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 |
|
---|
17 | ENTRY_POINT = ArmPsciMpServicesDxeInitialize
|
---|
18 |
|
---|
19 | [Sources.Common]
|
---|
20 | ArmPsciMpServicesDxe.c
|
---|
21 | MpFuncs.S
|
---|
22 | MpServicesInternal.h
|
---|
23 |
|
---|
24 | [Packages]
|
---|
25 | ArmPkg/ArmPkg.dec
|
---|
26 | ArmPlatformPkg/ArmPlatformPkg.dec
|
---|
27 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | ArmLib
|
---|
33 | ArmMmuLib
|
---|
34 | ArmSmcLib
|
---|
35 | BaseMemoryLib
|
---|
36 | CacheMaintenanceLib
|
---|
37 | CpuExceptionHandlerLib
|
---|
38 | DebugLib
|
---|
39 | HobLib
|
---|
40 | MemoryAllocationLib
|
---|
41 | UefiBootServicesTableLib
|
---|
42 | UefiDriverEntryPoint
|
---|
43 | UefiLib
|
---|
44 |
|
---|
45 | [Protocols]
|
---|
46 | gEfiMpServiceProtocolGuid ## PRODUCES
|
---|
47 | gEfiLoadedImageProtocolGuid ## CONSUMES
|
---|
48 |
|
---|
49 | [Guids]
|
---|
50 | gArmMpCoreInfoGuid
|
---|
51 |
|
---|
52 | [Depex]
|
---|
53 | TRUE
|
---|
54 |
|
---|
55 | [BuildOptions]
|
---|
56 | GCC:*_*_*_CC_FLAGS = -mstrict-align
|
---|
Note:
See
TracBrowser
for help on using the repository browser.