]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
Port CirrusLogic5430 from EDK II code base.
[mirror_edk2.git] / OptionRomPkg / CirrusLogic5430Dxe / CirrusLogic5430Dxe.inf
diff --git a/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf b/OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
new file mode 100644 (file)
index 0000000..a540fef
--- /dev/null
@@ -0,0 +1,75 @@
+#/** @file\r
+# Component description file for CirrusLogic5430 module\r
+#\r
+# Cirrus Logic 5430 Controller Driver.This driver is a sample implementation\r
+#  of the UGA Draw Protocol for the Cirrus Logic 5430 family of PCI video controllers.\r
+#  This driver is only usable in the EFI pre-boot environment. This sample is\r
+#  intended to show how the UGA Draw Protocol is able to function. The UGA I/O\r
+#  Protocol is not implemented in this sample. A fully compliant EFI UGA driver\r
+#  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
+#\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
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = CirrusLogic5430UgaDraw\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
+#\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
+#\r
+\r
+[Sources.common]\r
+  ComponentName.c\r
+  DriverSupportedEfiVersion.c\r
+  CirrusLogic5430UgaDraw.c\r
+  CirrusLogic5430GraphicsOutput.c\r
+  CirrusLogic5430.c\r
+  CirrusLogic5430.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  OptionRomPkg/OptionRomPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiBootServicesTableLib\r
+  MemoryAllocationLib\r
+  UefiLib\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+\r
+\r
+[Protocols]\r
+  gEfiDriverSupportedEfiVersionProtocolGuid     # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiUgaDrawProtocolGuid                       # PROTOCOL BY_START\r
+  gEfiGraphicsOutputProtocolGuid                # PROTOCOL BY_START\r
+  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START\r
+  \r
+[FeaturePcd.common]\r
+  gOptionRomPkgTokenSpaceGuid.PcdSupportGop\r
+  gOptionRomPkgTokenSpaceGuid.PcdSupportUga\r
+\r
+[Pcd]\r
+  gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r