VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.inf@ 105670

Last change on this file since 105670 was 105670, checked in by vboxsync, 4 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: 3.0 KB
Line 
1## @file
2# This is the first module for UEFI payload.
3#
4# Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
5# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 1.30
13 BASE_NAME = PayloadEntry
14 FILE_GUID = 2119BBD7-9432-4f47-B5E2-5C4EA31B6BDC
15 MODULE_TYPE = SEC
16 VERSION_STRING = 1.0
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64
22#
23
24[Sources]
25 UefiPayloadEntry.c
26 LoadDxeCore.c
27 MemoryAllocation.c
28 AcpiTable.c
29
30[Sources.Ia32]
31 X64/VirtualMemory.h
32 X64/VirtualMemory.c
33 Ia32/DxeLoadFunc.c
34 Ia32/IdtVectorAsm.nasm
35
36[Sources.X64]
37 X64/VirtualMemory.h
38 X64/VirtualMemory.c
39 X64/DxeLoadFunc.c
40
41[Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 UefiCpuPkg/UefiCpuPkg.dec
45 UefiPayloadPkg/UefiPayloadPkg.dec
46
47[LibraryClasses]
48 BaseMemoryLib
49 DebugLib
50 BaseLib
51 SerialPortLib
52 IoLib
53 BlParseLib
54 HobLib
55 PeCoffLib
56 PlatformSupportLib
57 CpuLib
58
59[Guids]
60 gEfiMemoryTypeInformationGuid
61 gEfiFirmwareFileSystem2Guid
62 gEfiGraphicsInfoHobGuid
63 gEfiGraphicsDeviceInfoHobGuid
64 gUefiAcpiBoardInfoGuid
65 gUniversalPayloadSmbiosTableGuid
66 gUniversalPayloadAcpiTableGuid
67 gUniversalPayloadSerialPortInfoGuid
68
69[FeaturePcd.IA32]
70 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES
71
72[FeaturePcd.X64]
73 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables ## CONSUMES
74
75
76[Pcd.IA32,Pcd.X64]
77 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES
78 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES
79 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask ## CONSUMES
80 gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPropertyMask ## CONSUMES
81 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES
82 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase ## CONSUMES
83 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize ## CONSUMES
84
85 gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemBase
86 gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize
87 gUefiPayloadPkgTokenSpaceGuid.PcdBootloaderParameter
88 gUefiPayloadPkgTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
89 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
90 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
91 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
92 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
93 gUefiPayloadPkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
94
95 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack ## SOMETIMES_CONSUMES
96 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy ## SOMETIMES_CONSUMES
97 gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy ## SOMETIMES_CONSUMES
98
Note: See TracBrowser for help on using the repository browser.

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