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.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = ArmPciCpuIo2Dxe
|
---|
14 | FILE_GUID = 168D1A6E-F4A5-448A-9E95-795661BB3067
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | ENTRY_POINT = ArmPciCpuIo2Initialize
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = ARM AARCH64
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | ArmPciCpuIo2Dxe.c
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | ArmPkg/ArmPkg.dec
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | UefiDriverEntryPoint
|
---|
34 | BaseLib
|
---|
35 | DebugLib
|
---|
36 | IoLib
|
---|
37 | PcdLib
|
---|
38 | UefiBootServicesTableLib
|
---|
39 |
|
---|
40 | [Pcd]
|
---|
41 | gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation
|
---|
42 |
|
---|
43 | [Protocols]
|
---|
44 | gEfiCpuIo2ProtocolGuid ## PRODUCES
|
---|
45 |
|
---|
46 | [Depex]
|
---|
47 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.