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