| ## @file | |
| # Coreboot Payload Package | |
| # | |
| # Provides drivers and definitions to create uefi payload for coreboot. | |
| # | |
| # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR> | |
| # This program and the accompanying materials are licensed and made available under | |
| # the terms and conditions of the BSD License that accompanies this distribution. | |
| # The full text of the license may be found at | |
| # http://opensource.org/licenses/bsd-license.php. | |
| # | |
| # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. | |
| # | |
| ## | |
| ################################################################################ | |
| # | |
| # Defines Section - statements that will be processed to create a Makefile. | |
| # | |
| ################################################################################ | |
| [Defines] | |
| PLATFORM_NAME = CorebootPayloadPkg | |
| PLATFORM_GUID = F71608AB-D63D-4491-B744-A99998C8CD96 | |
| PLATFORM_VERSION = 0.1 | |
| DSC_SPECIFICATION = 0x00010005 | |
| SUPPORTED_ARCHITECTURES = IA32|X64 | |
| BUILD_TARGETS = DEBUG|RELEASE|NOOPT | |
| SKUID_IDENTIFIER = DEFAULT | |
| OUTPUT_DIRECTORY = Build/CorebootPayloadPkgX64 | |
| FLASH_DEFINITION = CorebootPayloadPkg/CorebootPayloadPkg.fdf | |
| DEFINE SECURE_BOOT_ENABLE = FALSE | |
| DEFINE SOURCE_DEBUG_ENABLE = FALSE | |
| [BuildOptions] | |
| GCC:*_UNIXGCC_*_CC_FLAGS = -DMDEPKG_NDEBUG | |
| GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG | |
| INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG | |
| MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG | |
| ################################################################################ | |
| # | |
| # SKU Identification section - list of all SKU IDs supported by this Platform. | |
| # | |
| ################################################################################ | |
| [SkuIds] | |
| 0|DEFAULT | |
| ################################################################################ | |
| # | |
| # Library Class section - list of all Library Classes needed by this Platform. | |
| # | |
| ################################################################################ | |
| [LibraryClasses] | |
| # | |
| # Entry point | |
| # | |
| PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf | |
| PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf | |
| DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf | |
| UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf | |
| UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf | |
| # | |
| # Basic | |
| # | |
| BaseLib|MdePkg/Library/BaseLib/BaseLib.inf | |
| BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf | |
| SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf | |
| PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf | |
| CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | |
| IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | |
| PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf | |
| PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf | |
| PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf | |
| PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf | |
| CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf | |
| # | |
| # UEFI & PI | |
| # | |
| UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf | |
| UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf | |
| UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf | |
| UefiLib|MdePkg/Library/UefiLib/UefiLib.inf | |
| UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf | |
| HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf | |
| DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | |
| UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf | |
| PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf | |
| PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf | |
| DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf | |
| DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf | |
| UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf | |
| # | |
| # Generic Modules | |
| # | |
| UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf | |
| UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf | |
| OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf | |
| CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf | |
| SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf | |
| GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf | |
| CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf | |
| # | |
| # CPU | |
| # | |
| MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf | |
| LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf | |
| # | |
| # Platform | |
| # | |
| TimerLib|CorebootPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.inf | |
| ResetSystemLib|CorebootPayloadPkg/Library/ResetSystemLib/ResetSystemLib.inf | |
| SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf | |
| PlatformHookLib|CorebootPayloadPkg/Library/PlatformHookLib/PlatformHookLib.inf | |
| PlatformBdsLib|CorebootPayloadPkg/Library/PlatformBdsLib/PlatformBdsLib.inf | |
| # | |
| # Misc | |
| # | |
| DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf | |
| PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf | |
| PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | |
| !if $(SOURCE_DEBUG_ENABLE) == TRUE | |
| PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf | |
| DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf | |
| !else | |
| PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf | |
| DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf | |
| !endif | |
| CbParseLib|CorebootModulePkg/Library/CbParseLib/CbParseLib.inf | |
| DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf | |
| LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf | |
| [LibraryClasses.IA32.SEC] | |
| DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf | |
| PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | |
| HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf | |
| MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf | |
| DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf | |
| ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf | |
| [LibraryClasses.IA32.PEI_CORE, LibraryClasses.IA32.PEIM] | |
| PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf | |
| HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf | |
| MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf | |
| ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf | |
| ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf | |
| !if $(SOURCE_DEBUG_ENABLE) | |
| DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf | |
| !endif | |
| [LibraryClasses.common.DXE_CORE] | |
| PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | |
| HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf | |
| MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf | |
| ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf | |
| ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf | |
| !if $(SOURCE_DEBUG_ENABLE) | |
| DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf | |
| !endif | |
| CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf | |
| [LibraryClasses.common.DXE_DRIVER] | |
| PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf | |
| HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf | |
| MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf | |
| ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf | |
| ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf | |
| CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf | |
| [LibraryClasses.common.DXE_RUNTIME_DRIVER] | |
| PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf | |
| HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf | |
| MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf | |
| ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf | |
| [LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION] | |
| PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | |
| MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf | |
| ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf | |
| HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf | |
| ################################################################################ | |
| # | |
| # Pcd Section - list of all EDK II PCD Entries defined by this Platform. | |
| # | |
| ################################################################################ | |
| [PcdsFeatureFlag] | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE | |
| [PcdsFixedAtBuild] | |
| gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7 | |
| gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F | |
| !if $(SOURCE_DEBUG_ENABLE) | |
| gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17 | |
| !else | |
| gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F | |
| !endif | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE | |
| !if $(SOURCE_DEBUG_ENABLE) | |
| gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2 | |
| !endif | |
| [PcdsPatchableInModule.common] | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x03F8 | |
| ################################################################################ | |
| # | |
| # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform | |
| # | |
| ################################################################################ | |
| [PcdsDynamicDefault] | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0 | |
| gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0 | |
| ################################################################################ | |
| # | |
| # Components Section - list of all EDK II Modules needed by this Platform. | |
| # | |
| ################################################################################ | |
| [Components.IA32] | |
| # | |
| # SEC Core | |
| # | |
| CorebootModulePkg/SecCore/SecCore.inf | |
| # | |
| # PEI Core | |
| # | |
| MdeModulePkg/Core/Pei/PeiMain.inf | |
| # | |
| # PEIM | |
| # | |
| MdeModulePkg/Universal/PCD/Pei/Pcd.inf { | |
| <LibraryClasses> | |
| PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | |
| } | |
| IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf | |
| CorebootModulePkg/CbSupportPei/CbSupportPei.inf | |
| MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf | |
| [Components.X64] | |
| # | |
| # DXE Core | |
| # | |
| MdeModulePkg/Core/Dxe/DxeMain.inf { | |
| <LibraryClasses> | |
| NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf | |
| } | |
| # | |
| # Components that produce the architectural protocols | |
| # | |
| MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf | |
| UefiCpuPkg/CpuDxe/CpuDxe.inf | |
| IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf | |
| PcAtChipsetPkg/8254TimerDxe/8254Timer.inf | |
| MdeModulePkg/Universal/Metronome/Metronome.inf | |
| MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf | |
| MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf | |
| MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | |
| MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf | |
| MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf | |
| PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf | |
| MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf | |
| # | |
| # Following are the DXE drivers | |
| # | |
| MdeModulePkg/Universal/PCD/Dxe/Pcd.inf { | |
| <LibraryClasses> | |
| PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf | |
| } | |
| IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf | |
| UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf | |
| MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf | |
| MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf | |
| PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf | |
| MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf | |
| MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf | |
| MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf | |
| CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf | |
| # | |
| # SMBIOS Support | |
| # | |
| MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf | |
| # | |
| # ACPI Support | |
| # | |
| MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf | |
| # | |
| # PCI Support | |
| # | |
| DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf | |
| DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf | |
| # | |
| # SCSI/ATA/IDE/DISK Support | |
| # | |
| MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf | |
| MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf | |
| MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf | |
| DuetPkg/SataControllerDxe/SataControllerDxe.inf | |
| MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf | |
| MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf | |
| MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf | |
| MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf | |
| # | |
| # Usb Support | |
| # | |
| MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | |
| MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf | |
| MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf | |
| MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf | |
| MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf | |
| MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf | |
| # | |
| # ISA Support | |
| # | |
| MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | |
| # | |
| # Console Support | |
| # | |
| MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf | |
| MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf | |
| MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf | |
| MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf | |
| # | |
| # Framebuffer Gop | |
| # | |
| CorebootPayloadPkg/FbGop/FbGop.inf | |