Last change
on this file since 108492 was 105670, checked in by vboxsync, 9 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 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 | # Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 1.29
|
---|
14 | BASE_NAME = CpuMmio2Dxe
|
---|
15 | MODULE_UNI_FILE = CpuMmio2Dxe.uni
|
---|
16 | FILE_GUID = FBC36D76-CF22-2584-DBD8-85FF765BAEF1
|
---|
17 | MODULE_TYPE = DXE_DRIVER
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | ENTRY_POINT = CpuMmio2Initialize
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = ARM AARCH64 LOONGARCH64 RISCV64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | CpuMmio2Dxe.c
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | UefiDriverEntryPoint
|
---|
35 | BaseLib
|
---|
36 | DebugLib
|
---|
37 | IoLib
|
---|
38 | PcdLib
|
---|
39 | UefiBootServicesTableLib
|
---|
40 |
|
---|
41 | [Pcd]
|
---|
42 | gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation
|
---|
43 |
|
---|
44 | [Protocols]
|
---|
45 | gEfiCpuIo2ProtocolGuid ## PRODUCES
|
---|
46 |
|
---|
47 | [Depex]
|
---|
48 | TRUE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.