VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf

Last change on this file was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1## @file
2# High memory node enumeration DXE driver for ARM and RISC-V
3# Virtual Machines
4#
5# Copyright (c) 2015-2016, Linaro Ltd. All rights reserved.
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = HighMemDxe
14 FILE_GUID = 63EA1463-FBFA-428A-B97F-E222755852D7
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = InitializeHighMemDxe
19
20[Sources]
21 HighMemDxe.c
22
23[Packages]
24 EmbeddedPkg/EmbeddedPkg.dec
25 MdePkg/MdePkg.dec
26 MdeModulePkg/MdeModulePkg.dec
27 OvmfPkg/OvmfPkg.dec
28
29[LibraryClasses]
30 BaseLib
31 DebugLib
32 DxeServicesTableLib
33 PcdLib
34 UefiBootServicesTableLib
35 UefiDriverEntryPoint
36
37[Protocols]
38 gEfiCpuArchProtocolGuid ## CONSUMES
39 gFdtClientProtocolGuid ## CONSUMES
40
41[Pcd]
42 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy
43
44[Depex]
45 gEfiCpuArchProtocolGuid AND gFdtClientProtocolGuid
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette