]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiPayloadPkg / BlSupportDxe / BlSupportDxe.inf
1 ## @file
2 # Bootloader Support DXE Module
3 #
4 # Report some MMIO/IO resources to dxe core, extract smbios and acpi tables
5 #
6 # Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = BlSupportDxe
15 FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = BlDxeEntryPoint
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 BlSupportDxe.c
28 BlSupportDxe.h
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 MdeModulePkg/MdeModulePkg.dec
33 UefiPayloadPkg/UefiPayloadPkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 DxeServicesTableLib
39 DebugLib
40 BaseMemoryLib
41 UefiLib
42 HobLib
43
44 [Guids]
45 gUefiAcpiBoardInfoGuid
46 gEfiGraphicsInfoHobGuid
47
48 [Pcd]
49 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
50 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
51 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
52 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
53 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
54 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize
55
56 [Depex]
57 TRUE