VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf@ 80820

Last change on this file since 80820 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 4.3 KB
Line 
1## @file
2# Legacy Bios Module to support CSM.
3#
4# This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
5#
6# Copyright (c) 2006 - 2019, 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 = LegacyBiosDxe
15 MODULE_UNI_FILE = LegacyBiosDxe.uni
16 FILE_GUID = 46482D14-7CA1-4977-9DDB-64D747E13DE6
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = LegacyBiosInstall
21
22#
23# The following information is for reference only and not required by the build tools.
24#
25# VALID_ARCHITECTURES = IA32 X64
26#
27
28[Sources]
29 LegacyCmos.c
30 LegacyIde.c
31 LegacyBios.c
32 LegacyBda.c
33 LegacyBiosInterface.h
34 LegacyPci.c
35
36[Sources.Ia32]
37 IA32/InterruptTable.nasm
38 Thunk.c
39 LegacyBootSupport.c
40 LegacyBbs.c
41 LegacySio.c
42
43[Sources.X64]
44 X64/InterruptTable.nasm
45 Thunk.c
46 LegacyBootSupport.c
47 LegacyBbs.c
48 LegacySio.c
49
50[Packages]
51 MdePkg/MdePkg.dec
52 MdeModulePkg/MdeModulePkg.dec
53 OvmfPkg/OvmfPkg.dec
54
55[LibraryClasses]
56 DevicePathLib
57 UefiBootServicesTableLib
58 MemoryAllocationLib
59 UefiDriverEntryPoint
60 BaseMemoryLib
61 UefiLib
62 DebugLib
63 DxeServicesTableLib
64 PcdLib
65 ReportStatusCodeLib
66 DebugAgentLib
67
68[LibraryClasses.IA32]
69 IoLib
70 HobLib
71 UefiRuntimeServicesTableLib
72 BaseLib
73
74[LibraryClasses.X64]
75 IoLib
76 HobLib
77 UefiRuntimeServicesTableLib
78 BaseLib
79
80[Guids]
81 gEfiDiskInfoIdeInterfaceGuid ## SOMETIMES_CONSUMES ##GUID #Used in LegacyBiosBuildIdeData() to assure device is a disk
82 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ##SystemTable
83 gEfiLegacyBiosGuid ## SOMETIMES_CONSUMES ##GUID #Used in LegacyBiosInstallVgaRom() to locate handle buffer
84 gEfiEndOfDxeEventGroupGuid ## CONSUMES
85
86[Guids.IA32]
87 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ##SystemTable
88 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ##SystemTable
89
90[Guids.X64]
91 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ##SystemTable
92 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ##SystemTable
93
94
95[Protocols]
96 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES
97 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES
98 gEfiPciRootBridgeIoProtocolGuid ## SOMETIMES_CONSUMES
99 gEfiCpuArchProtocolGuid ## CONSUMES
100 gEfiTimerArchProtocolGuid ## CONSUMES
101 gEfiIsaIoProtocolGuid ## SOMETIMES_CONSUMES
102 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
103 gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMES
104 gEfiGenericMemTestProtocolGuid ## CONSUMES
105 gEfiDiskInfoProtocolGuid ## SOMETIMES_CONSUMES
106 gEfiSimpleTextInProtocolGuid ## SOMETIMES_CONSUMES
107 gEfiLegacy8259ProtocolGuid ## CONSUMES
108 gEfiLegacyBiosPlatformProtocolGuid ## CONSUMES
109 gEfiLegacyInterruptProtocolGuid ## CONSUMES
110 gEfiLegacyRegion2ProtocolGuid ## CONSUMES
111 gEfiLegacyBiosProtocolGuid ## PRODUCES
112 gEfiSerialIoProtocolGuid ## CONSUMES
113 gEfiSioProtocolGuid ## CONSUMES
114 gEdkiiIoMmuProtocolGuid ## CONSUMES
115
116[Pcd]
117 gUefiOvmfPkgTokenSpaceGuid.PcdLegacyBiosCacheLegacyRegion ## CONSUMES
118 gUefiOvmfPkgTokenSpaceGuid.PcdEbdaReservedMemorySize ## CONSUMES
119 gUefiOvmfPkgTokenSpaceGuid.PcdEndOpromShadowAddress ## SOMETIMES_CONSUMES
120 gUefiOvmfPkgTokenSpaceGuid.PcdLowPmmMemorySize ## CONSUMES
121 gUefiOvmfPkgTokenSpaceGuid.PcdHighPmmMemorySize ## CONSUMES
122 gUefiOvmfPkgTokenSpaceGuid.PcdOpromReservedMemoryBase ## CONSUMES
123 gUefiOvmfPkgTokenSpaceGuid.PcdOpromReservedMemorySize ## CONSUMES
124
125[Depex]
126 gEfiLegacyRegion2ProtocolGuid AND gEfiLegacyInterruptProtocolGuid AND gEfiLegacyBiosPlatformProtocolGuid AND gEfiLegacy8259ProtocolGuid AND gEfiGenericMemTestProtocolGuid AND gEfiCpuArchProtocolGuid AND gEfiTimerArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
127
128[UserExtensions.TianoCore."ExtraFiles"]
129 LegacyBiosDxeExtra.uni
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