]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / OptionRomPkg / CirrusLogic5430Dxe / CirrusLogic5430Dxe.inf
index 82bdce01119a05d1e6a3e540008d7e2a2d60cc20..0e714c4268857ea1d85fae786c38419c3f325ab4 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,9 +9,9 @@
 #  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 - 2009, Intel Corporation\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\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
@@ -41,7 +45,7 @@
 #  COMPONENT_NAME                =  gCirrusLogic5430ComponentName\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   DriverSupportedEfiVersion.c\r
   CirrusLogic5430UgaDraw.c\r
@@ -77,7 +81,7 @@
   gEfiEdidOverrideProtocolGuid                  # PROTOCOL TO_START\r
 \r
 \r
-[FeaturePcd.common]\r
+[FeaturePcd]\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportGop\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportUga\r
 \r