X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CorebootModulePkg%2FCbSupportDxe%2FCbSupportDxe.inf;fp=CorebootModulePkg%2FCbSupportDxe%2FCbSupportDxe.inf;h=0000000000000000000000000000000000000000;hp=751832f3b66f4ddfce7219a0d5b2a796894f8890;hb=f684c3f5eef4be691e137ae64e7d00521ec201de;hpb=ae3c247dbc943d707e5007f12f5a5862b4e97781 diff --git a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf deleted file mode 100644 index 751832f3b6..0000000000 --- a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf +++ /dev/null @@ -1,60 +0,0 @@ -## @file -# Coreboot Support DXE Module -# -# Report some MMIO/IO resources to dxe core, extract smbios and acpi tables from coreboot and install. -# -# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.
-# -# SPDX-License-Identifier: BSD-2-Clause-Patent -# -## - -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = CbSupportDxe - FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3 - MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 - ENTRY_POINT = CbDxeEntryPoint - -# -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 X64 EBC -# - -[Sources] - CbSupportDxe.c - CbSupportDxe.h - -[Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - IntelFrameworkPkg/IntelFrameworkPkg.dec - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec - CorebootModulePkg/CorebootModulePkg.dec - -[LibraryClasses] - UefiDriverEntryPoint - UefiBootServicesTableLib - DxeServicesTableLib - DebugLib - BaseMemoryLib - UefiLib - HobLib - -[Guids] - gEfiAcpiTableGuid - gEfiSmbiosTableGuid - gUefiSystemTableInfoGuid - gUefiAcpiBoardInfoGuid - gUefiFrameBufferInfoGuid - -[Pcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution - gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution - gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution - -[Depex] - TRUE