lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 1 | ## @file
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 2 | # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
|
| 3 | #
|
hhtian | 56d7640 | 2010-04-28 12:43:04 +0000 | [diff] [blame] | 4 | # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 5 | #
|
hhtian | 56d7640 | 2010-04-28 12:43:04 +0000 | [diff] [blame] | 6 | # This program and the accompanying materials
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 7 | # are licensed and made available under the terms and conditions of the BSD License
|
| 8 | # which accompanies this distribution. The full text of the license may be found at
|
| 9 | # http://opensource.org/licenses/bsd-license.php
|
| 10 | #
|
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 13 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 14 | ##
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 15 |
|
| 16 | ################################################################################
|
| 17 | #
|
| 18 | # Defines Section - statements that will be processed to create a Makefile.
|
| 19 | #
|
| 20 | ################################################################################
|
| 21 | [Defines]
|
| 22 | PLATFORM_NAME = Ovmf
|
| 23 | PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
|
| 24 | PLATFORM_VERSION = 0.1
|
klu2 | 713b7b5 | 2009-10-22 06:30:20 +0000 | [diff] [blame] | 25 | DSC_SPECIFICATION = 0x00010005
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 26 | OUTPUT_DIRECTORY = Build/OvmfIa32
|
| 27 | SUPPORTED_ARCHITECTURES = IA32
|
| 28 | BUILD_TARGETS = DEBUG|RELEASE
|
| 29 | SKUID_IDENTIFIER = DEFAULT
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 30 | FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32.fdf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 31 |
|
jljusten | 0bc7e56 | 2010-01-04 16:18:02 +0000 | [diff] [blame] | 32 | [BuildOptions]
|
| 33 | GCC:*_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
| 34 | INTEL:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
|
| 35 | MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
|
| 36 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 37 | ################################################################################
|
| 38 | #
|
| 39 | # SKU Identification section - list of all SKU IDs supported by this Platform.
|
| 40 | #
|
| 41 | ################################################################################
|
| 42 | [SkuIds]
|
| 43 | 0|DEFAULT
|
| 44 |
|
| 45 | ################################################################################
|
| 46 | #
|
| 47 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 48 | #
|
| 49 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 50 | [LibraryClasses]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 51 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 52 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 53 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 54 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 55 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 56 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
| 57 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
| 58 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 59 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 60 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 61 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
| 62 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 63 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 64 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
| 65 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 66 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
| 67 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 68 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
| 69 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 70 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
xli24 | 1630c6d | 2009-12-29 09:36:05 +0000 | [diff] [blame] | 71 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 72 | SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
| 73 | MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 74 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 75 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 76 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 77 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 78 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 79 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
jljusten | 14b21de | 2009-09-16 16:29:03 +0000 | [diff] [blame] | 80 | NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
|
| 81 | FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
|
qhuang8 | 284af94 | 2009-11-25 04:26:09 +0000 | [diff] [blame] | 82 | UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
lgao4 | 8273af4 | 2009-11-26 01:33:07 +0000 | [diff] [blame] | 83 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 84 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 85 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 86 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 87 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 88 |
|
| 89 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 90 | PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
|
| 91 | DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
|
| 92 | !else
|
mdkinney | 42a83e8 | 2010-08-03 07:41:54 +0000 | [diff] [blame] | 93 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
| 94 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 95 | !endif
|
| 96 |
|
mdkinney | 42a83e8 | 2010-08-03 07:41:54 +0000 | [diff] [blame] | 97 | ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 98 | LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 99 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 100 | [LibraryClasses.common.SEC]
|
| 101 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 102 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
lgao4 | fcd7e67 | 2010-05-05 02:06:21 +0000 | [diff] [blame] | 103 | ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 104 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 105 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
|
| 106 | !endif
|
mdkinney | 42a83e8 | 2010-08-03 07:41:54 +0000 | [diff] [blame] | 107 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 108 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 109 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 110 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 111 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 112 | [LibraryClasses.common.PEI_CORE]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 113 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 114 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 115 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 116 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 117 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 118 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 119 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
xli24 | 1630c6d | 2009-12-29 09:36:05 +0000 | [diff] [blame] | 120 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 121 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 122 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 123 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 124 |
|
| 125 | [LibraryClasses.common.PEIM]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 126 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 127 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 128 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 129 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 130 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 131 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 132 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
xli24 | 1630c6d | 2009-12-29 09:36:05 +0000 | [diff] [blame] | 133 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 134 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 135 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 136 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 137 | PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
|
| 138 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 139 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 140 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
|
| 141 | !endif
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 142 |
|
| 143 | [LibraryClasses.common.DXE_CORE]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 144 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 145 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 146 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 147 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 148 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 149 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 150 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 151 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 152 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 153 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
|
| 154 | !endif
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 155 |
|
| 156 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 157 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 158 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 159 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 160 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 161 | ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 162 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 163 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 164 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 165 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 166 |
|
| 167 | [LibraryClasses.common.UEFI_DRIVER]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 168 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 169 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 170 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 171 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 172 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 173 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 174 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 175 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 176 |
|
| 177 | [LibraryClasses.common.DXE_DRIVER]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 178 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 179 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 180 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 181 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 182 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 183 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 184 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 185 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 186 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 187 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 188 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 189 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 190 | PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
|
| 191 |
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 192 | [LibraryClasses.common.UEFI_APPLICATION]
|
jljusten | 8cf01ca | 2010-01-04 16:17:56 +0000 | [diff] [blame] | 193 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 194 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 195 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 196 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 197 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 198 | ################################################################################
|
| 199 | #
|
| 200 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
|
| 201 | #
|
| 202 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 203 | [PcdsFeatureFlag]
|
jljusten | e8d1b8d | 2010-01-04 16:18:03 +0000 | [diff] [blame] | 204 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
| 205 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
|
lgao4 | 8fa729a | 2010-03-15 01:40:59 +0000 | [diff] [blame] | 206 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
|
| 207 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
|
| 208 |
|
| 209 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
| 210 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
|
| 211 | gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
|
| 212 | gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 213 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 214 | [PcdsFixedAtBuild]
|
xli24 | e6d3b27 | 2009-12-25 06:36:10 +0000 | [diff] [blame] | 215 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 216 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 217 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
| 218 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
|
| 219 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
|
| 220 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
|
| 221 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
|
jljusten | 27f58ea | 2009-09-26 07:15:51 +0000 | [diff] [blame] | 222 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
|
| 223 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
|
| 224 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
|
| 225 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 226 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 227 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
|
| 228 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 229 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
| 230 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 231 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 232 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
|
| 233 | !else
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 234 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame^] | 235 | !endif
|
| 236 |
|
| 237 | gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 238 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 239 | ################################################################################
|
| 240 | #
|
| 241 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 242 | #
|
| 243 | ################################################################################
|
| 244 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 245 | [PcdsDynamicDefault]
|
jljusten | 77ba993 | 2009-09-07 20:18:17 +0000 | [diff] [blame] | 246 | gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
|
jljusten | 27f58ea | 2009-09-26 07:15:51 +0000 | [diff] [blame] | 247 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
|
| 248 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
| 249 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
| 250 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 251 |
|
| 252 | ################################################################################
|
| 253 | #
|
| 254 | # Components Section - list of all EDK II Modules needed by this Platform.
|
| 255 | #
|
| 256 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 257 | [Components]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 258 | #
|
| 259 | # SEC Phase modules
|
| 260 | #
|
jljusten | c1c2669 | 2010-01-04 16:17:59 +0000 | [diff] [blame] | 261 | OvmfPkg/Sec/SecMain.inf {
|
| 262 | <LibraryClasses>
|
| 263 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
| 264 | }
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 265 |
|
| 266 | #
|
| 267 | # PEI Phase modules
|
| 268 | #
|
| 269 | MdeModulePkg/Core/Pei/PeiMain.inf
|
| 270 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
| 271 | <LibraryClasses>
|
| 272 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 273 | }
|
| 274 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
|
jljusten | c1c2669 | 2010-01-04 16:17:59 +0000 | [diff] [blame] | 275 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
jljusten | 77ba993 | 2009-09-07 20:18:17 +0000 | [diff] [blame] | 276 |
|
| 277 | OvmfPkg/PlatformPei/PlatformPei.inf {
|
| 278 | <LibraryClasses>
|
| 279 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 280 | }
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 281 |
|
| 282 | #
|
| 283 | # DXE Phase modules
|
| 284 | #
|
| 285 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 286 | <LibraryClasses>
|
| 287 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
| 288 | }
|
| 289 |
|
| 290 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
| 291 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
|
| 292 | <LibraryClasses>
|
| 293 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 294 | }
|
| 295 |
|
| 296 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 297 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
xli24 | e6d3b27 | 2009-12-25 06:36:10 +0000 | [diff] [blame] | 298 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
klu2 | e471bf1 | 2009-12-20 05:35:58 +0000 | [diff] [blame] | 299 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 300 | PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
|
eric_tian | 73cbc58 | 2009-12-08 05:31:19 +0000 | [diff] [blame] | 301 | UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 302 | UefiCpuPkg/CpuDxe/CpuDxe.inf
|
| 303 | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
| 304 | PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
davidhuang | 4ad90a8 | 2009-10-20 03:44:25 +0000 | [diff] [blame] | 305 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 306 | PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
| 307 | MdeModulePkg/Universal/Metronome/Metronome.inf {
|
| 308 | <LibraryClasses>
|
| 309 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 310 | }
|
| 311 |
|
klu2 | 78e748b | 2009-07-07 03:21:07 +0000 | [diff] [blame] | 312 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 313 | <LibraryClasses>
|
| 314 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 315 | }
|
| 316 |
|
jljusten | c1c2669 | 2010-01-04 16:17:59 +0000 | [diff] [blame] | 317 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 318 | <LibraryClasses>
|
| 319 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 320 | }
|
| 321 |
|
jljusten | efd82c5 | 2010-03-21 00:34:15 +0000 | [diff] [blame] | 322 | OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
|
jljusten | 27f58ea | 2009-09-26 07:15:51 +0000 | [diff] [blame] | 323 | OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
|
| 324 | <LibraryClasses>
|
| 325 | PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
|
| 326 | }
|
| 327 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
| 328 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 329 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
| 330 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 331 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 332 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 333 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
| 334 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 335 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 336 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 337 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 338 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 339 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 340 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
| 341 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
| 342 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
| 343 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
| 344 | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
|
| 345 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 346 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
| 347 |
|
| 348 | OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
|
| 349 |
|
| 350 | #
|
| 351 | # ISA Support
|
| 352 | #
|
| 353 | PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
| 354 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
|
| 355 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
|
| 356 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
|
| 357 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
|
| 358 |
|
| 359 | #
|
| 360 | # ACPI Support
|
| 361 | #
|
| 362 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
| 363 | MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
| 364 | OvmfPkg/AcpiTables/AcpiTables.inf
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 365 |
|
| 366 | #
|
| 367 | # Network Support
|
| 368 | #
|
| 369 | !if $(NETWORK_ENABLE)
|
| 370 | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
|
| 371 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
| 372 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
| 373 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
| 374 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 375 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 376 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 377 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 378 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 379 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 380 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
| 381 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
| 382 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
| 383 | !endif
|
| 384 |
|