X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OptionRomPkg%2FCirrusLogic5430Dxe%2FCirrusLogic5430Dxe.inf;h=df7a9f3d4d4427a20af81f30ad8881dc3fb372ff;hp=a540feff2949abd1643baa94becdd10757e9f04d;hb=3276b5739a7776256635aa19099a101c79d3549f;hpb=87f8ccbe19e09b6ece2c72bb70add08d0cc627f7 diff --git a/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf b/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf index a540feff29..df7a9f3d4d 100644 --- a/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf +++ b/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # Component description file for CirrusLogic5430 module # # Cirrus Logic 5430 Controller Driver.This driver is a sample implementation @@ -9,7 +9,7 @@ # requires both the UGA Draw and the UGA I/O Protocol. Please refer to Microsoft's # documentation on UGA for details on how to write a UGA driver that is able # to function both in the EFI pre-boot environment and from the OS runtime. -# Copyright (c) 2006 - 2007, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -19,35 +19,42 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 - BASE_NAME = CirrusLogic5430UgaDraw + BASE_NAME = CirrusLogic5430Dxe FILE_GUID = 555F76EA-785F-40d7-9174-153C43636C68 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeCirrusLogic5430 + PCI_VENDOR_ID = 0x1013 + PCI_DEVICE_ID = 0x00A8 + PCI_CLASS_CODE = 0x030000 + PCI_REVISION = 0x00 + COMPRESS = TRUE + # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -# DRIVER_BINDING = gCirrusLogic5430DriverBinding -# COMPONENT_NAME = gCirrusLogic5430ComponentName +# DRIVER_BINDING = gCirrusLogic5430DriverBinding +# COMPONENT_NAME = gCirrusLogic5430ComponentName # -[Sources.common] +[Sources] ComponentName.c DriverSupportedEfiVersion.c CirrusLogic5430UgaDraw.c CirrusLogic5430GraphicsOutput.c CirrusLogic5430.c CirrusLogic5430.h + Edid.c + CirrusLogic5430I2c.h + CirrusLogic5430I2c.c [Packages] MdePkg/MdePkg.dec @@ -59,15 +66,22 @@ UefiLib UefiDriverEntryPoint DebugLib - + BaseMemoryLib + DevicePathLib + TimerLib [Protocols] gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiUgaDrawProtocolGuid # PROTOCOL BY_START gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START + gEfiEdidDiscoveredProtocolGuid # PROTOCOL BY_START + gEfiEdidActiveProtocolGuid # PROTOCOL BY_START + gEfiDevicePathProtocolGuid # PROTOCOL BY_START gEfiPciIoProtocolGuid # PROTOCOL TO_START - -[FeaturePcd.common] + gEfiEdidOverrideProtocolGuid # PROTOCOL TO_START + + +[FeaturePcd] gOptionRomPkgTokenSpaceGuid.PcdSupportGop gOptionRomPkgTokenSpaceGuid.PcdSupportUga