]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. EDK_RELEASE_VERSION removed;
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Apr 2009 09:09:56 +0000 (09:09 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Apr 2009 09:09:56 +0000 (09:09 +0000)
2. INF file header description reviewed;
3. remove useless #include ;

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8162 6f19259b-4bc3-4df7-8a09-765794883524

31 files changed:
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c
IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h
IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h
IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf

index 2beb13bd468da445a4f90ae33e432976a8bb098d..4ef431430e3e65ef07132105d9cd1b3a7d535942 100644 (file)
@@ -8,7 +8,7 @@
 # manner, and informs a ISA Device Driver when it is to start managing an ISA\r
 # Controller.\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2009, 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
@@ -25,9 +25,7 @@
   FILE_GUID                      = 240612B5-A063-11d4-9A3A-0090273FC14D\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeIsaBus\r
 \r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
index 0e1438b82e4f8ba2b00d4b00789ad71a9aed1a33..f36bb6c39f6b16460d986d5022001cdd9cdbeb87 100644 (file)
@@ -11,7 +11,7 @@
 # \r
 #  Conforming to EFI driver model\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
+# Copyright (c) 2007 - 2009, 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
@@ -29,9 +29,7 @@
   FILE_GUID                      = 0abd8284-6da3-4616-971a-83a5148067ba\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeIsaFloppy\r
 \r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
index b3cfdae0e31fd4b8d6bf635c2f7164d6fc791aff..5d075c9584ba15f1c075b5e5c964fad8cb76434c 100644 (file)
@@ -2,7 +2,7 @@
 # Component description file for IsaSerial module.\r
 #\r
 # Serial driver for standard UARTS on an ISA bus.\r
-# Copyright (c) 2007 - 2008, Intel Corporation\r
+# Copyright (c) 2007 - 2009, 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
@@ -20,7 +20,6 @@
   FILE_GUID                      = 93B80003-9FB3-11d4-9A3A-0090273FC14D\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
   ENTRY_POINT                    = InitializeIsaSerial\r
 \r
index b6764409ee381085d34328aed4bf75208fbb2569..11dceaedf8fab1a08314156fd23fef0e942e8405 100644 (file)
@@ -2,9 +2,8 @@
 # Ps2 Keyboard Driver\r
 #\r
 # This dirver directly uses IsaIo protocol service to support KeyBoard work.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation\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
@@ -22,9 +21,7 @@
   FILE_GUID                      = 3DC82376-637B-40a6-A8FC-A565417F2C38\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializePs2Keyboard\r
 \r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
index a3f1284f541db9227488f65fd2045559573d34a1..b7b8b4ab1b7ebd1f902ea992e6a38ebaddaf9ba8 100644 (file)
@@ -2,9 +2,8 @@
 # Ps2 Mouse Simulate TouchPad Driver\r
 #\r
 # This dirver directly uses IsaIo protocol service to support a faked Ps2 TouchPad work.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation\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
@@ -22,9 +21,7 @@
   FILE_GUID                      = 2899C94A-1FB6-4b1a-B96B-8364975303E0\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializePs2MouseAbsolutePointer\r
 \r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
index d7dea0e76bb9f8cc6e997bda4ce12e3fd85a39b0..0afabbd86acc7e7a4050f44f4ef38ffd56820444 100644 (file)
@@ -2,9 +2,8 @@
 # Ps2 Mouse Driver\r
 #\r
 # This dirver directly uses IsaIo protocol service to support Ps2 mouse work.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation\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
@@ -22,9 +21,7 @@
   FILE_GUID                      = 202A2B0E-9A31-4812-B291-8747DF152439\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializePs2Mouse\r
 \r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
index 47f47b5bd4773f71dbc6379a8462a3eb97e81faf..7b56d34f80459956330bb17d3ebc8c1be3e4b385 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # IDE bus driver. This driver will enumerate IDE device and export the blockIo\r
 #  protocol for every device.\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2009, 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
@@ -21,9 +21,7 @@
   FILE_GUID                      = 69FD8E47-A161-4550-B01A-5594CEB2B2B2\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeIdeBus\r
 \r
 #\r
index b5fa1e1f32130330c52247e4a1c55236e25f5c7c..09548dc630dc4f4b10100de04407347f25967b0a 100644 (file)
@@ -1,10 +1,10 @@
 #/** @file\r
-# Component description file for PciBus module.\r
+#  Component description file for PciBus module.\r
 #\r
-# PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO\r
+#  PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO\r
 #  space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable\r
 #  support hot plug.\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+#  Copyright (c) 2006 - 2009, 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
@@ -22,9 +22,7 @@
   FILE_GUID                      = 93B80004-9FB3-11d4-9A3A-0090273FC14D\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PciBusEntryPoint\r
 \r
 #\r
index 226503970cb88dd7556167561cd0a00fcd33f194..43e7cb062ef0d48f76833258f44359d299ce0b67 100644 (file)
@@ -14,7 +14,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include "PciBus.h"\r
 #include "PciEnumerator.h"\r
-#include "PciResourceSupport.h"\r
 #include "PciOptionRomSupport.h"\r
 \r
 /**\r
index 09757f94cc9a0e866c44a2b95e301d56d682429d..6b8e5b629498b8e8bb6b41b41abf8e1b6e3b14c9 100644 (file)
@@ -2,7 +2,7 @@
 # Component name for module VgaMiniPort\r
 #\r
 # FIX ME!\r
-# Copyright (c) 2006, Intel Corporation.\r
+# Copyright (c) 2006 - 2009, 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
@@ -21,9 +21,7 @@
   FILE_GUID                      = 15C5E761-58D8-461a-9173-CAB020916264\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PciVgaMiniPortDriverEntryPoint\r
 \r
 #\r
index 9cc71bcca46c32f080caff36888841503b2dc6fc..f406c9b6116fa1b8052d14d44dcaae801f5bd7fa 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Uefi Tiano Decomression Library\r
+#  Uefi Tiano Decomression Library\r
 #\r
-# Uefi Decompression library instance\r
-# Copyright (c) 2006, Intel Corporation.\r
+#  Uefi Decompression library instance\r
+#  Copyright (c) 2006 - 2009, 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
@@ -21,9 +21,7 @@
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = UefiDecompressLib\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   CONSTRUCTOR                    = TianoDecompressLibConstructor\r
 \r
 #\r
index b476fc6338e2a5ad7bad2521c37fcc4fe160c4b8..773db9b7230d80cc0bc45e932429cc37b4678de0 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# DXE report status code library\r
+#  DXE report status code library\r
 #\r
-# Retrieve status code and report status code in DXE phase\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  Retrieve status code and report status code in DXE phase\r
+#  Copyright (c) 2006 - 2009, 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
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
index 43699aa3a16227a6ad43f8cfa266e02cbc1a44b6..a845c9cd4c4bb270171277864de53b5c1e7ad6e2 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Memory Status Code Library for UEFI drivers\r
+#  Memory Status Code Library for UEFI drivers\r
 #\r
-# Lib to provide memory journal status code reporting Routines\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  Lib to provide memory journal status code reporting Routines\r
+#  Copyright (c) 2006 - 2009, 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
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = OemHookStatusCodeLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
index a21c21955945b20813e6a7b4ef2aef694c7db8f1..629c5f546950abbb018c1ddb10f723f427831cf5 100644 (file)
@@ -15,9 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H\r
 #define _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H\r
 \r
-\r
-#include <PiDxe.h>\r
-\r
 #include <Library/PciIncompatibleDeviceSupportLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/DebugLib.h>\r
index 79bf05e27f696adecf612855f4ac367c2aaa063e..b5f7cc66702161b5ff5b34d7cdf2485bd4956200 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# PCI Incompatible device support Library\r
+#  PCI Incompatible device support Library\r
 #\r
-# Check PCI incompatible devices and set necessary configuration\r
-# Copyright (c) 2007 - 2008, Intel Corporation.\r
+#  Check PCI incompatible devices and set necessary configuration\r
+#  Copyright (c) 2007 - 2009, 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
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PciIncompatibleDeviceSupportLib|DXE_DRIVER UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
index 689095917aadda32486301e93c239025c3821869..decf82c9e43cefaebcc02acdf1387c2c160e5186 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Debug Library based on report status code library\r
+#  Debug Library based on report status code library\r
 #\r
-# Debug Library for PEIMs and DXE drivers that send debug messages to ReportStatusCode\r
-# Copyright (c) 2006, Intel Corporation.\r
+#  Debug Library for PEIMs and DXE drivers that send debug messages to ReportStatusCode\r
+#  Copyright (c) 2006 - 2009, 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
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DebugLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER PEIM SEC PEI_CORE UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
index 90fcbacb705aa5aa9fd8cf8ccb0134670e16579b..fcb4ad449a8ce92037502dfcf896484a7fcff1da 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
-# Recovery Library for PEIM\r
+#  Recovery Library for PEIM\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  Copyright (c) 2006 - 2009, 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
@@ -20,9 +20,6 @@
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = RecoveryLib|PEIM\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
index 47507151c28bbad469af24b38a35240a99bc791b..da30f256d96b98d66790f38ff06c6ae1d5f3a122 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Report status code library\r
+#  Report status code library\r
 #\r
-# ReportStatusCodeLib for PEIM which depends upon Pei Services table\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  ReportStatusCodeLib for PEIM which depends upon Pei Services table\r
+#  Copyright (c) 2006 - 2009, 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
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ReportStatusCodeLib|SEC PEIM PEI_CORE\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
-\r
+  \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
index 929e230c7178396920467e4368a7345e01f801b6..e4851a48d84e7e37bd7e00a5f8f200c99dc22476 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Graphics Library for UEFI drivers\r
+#  Graphics Library for UEFI drivers\r
 #\r
-# This library provides supports for basic graphic functions.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  This library provides supports for basic graphic functions.\r
+#  Copyright (c) 2006 - 2009, 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
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = S3Lib|PEIM\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
index 165ad3b1f292b4c41de4c0c46bbeda426b2792a3..77b32f3938a12b1ae50ffa1223ba2211581432a9 100644 (file)
@@ -15,8 +15,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _BDS_PLATFORM_H_\r
 #define _BDS_PLATFORM_H_\r
 \r
-#include <PiDxe.h>\r
-\r
 #include <Library/DebugLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
index 004bd3abf028a77b9db104a09139db551eec4b97..f50dc2cada0c2a48f1592b1373a11e5a7f93a9f3 100644 (file)
@@ -3,7 +3,7 @@
 #  Provide NULL implementation for PlatformBdsLib library class interfaces which\r
 #  should be implemented by OEM.\r
 #  \r
-#  Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
+#  Copyright (c) 2007 - 2009, Intel Corporation. <BR>\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
index 4e335f40082f762624f7705df37065fe0abe8767..bd8006db1c84f7adbe5c7500a56dacb4c9ffe97c 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# DXE report status code library\r
+#  DXE report status code library\r
 #\r
-# Retrieve status code and report status code in DXE phase\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  Retrieve status code and report status code in DXE phase\r
+#  Copyright (c) 2006 - 2009, 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
@@ -21,9 +21,8 @@
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_SMM_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
+  \r
   CONSTRUCTOR                    = ReportStatusCodeLibConstruct\r
   DESTRUCTOR                     = ReportStatusCodeLibDestruct\r
 #\r
index 27530bc929214a2b66bf2368a0727808c30956f9..d278730a853efdb89ad09f0ccb25f6a6517f37f1 100644 (file)
@@ -1,16 +1,16 @@
 #/** @file\r
-# Component description file for VgaClass module.\r
+#  Component description file for VgaClass module.\r
 #\r
-#This driver produces a VGA console.\r
-#Copyright (c) 2006, Intel Corporation.\r
+#  This driver produces a VGA console.\r
+#  Copyright (c) 2006, 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
+#  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
 #                                                                                          \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
+#  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
@@ -21,9 +21,7 @@
   FILE_GUID                      = BF89F10D-B205-474f-96E3-7A7BB1B4A407\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeVgaClass\r
 \r
 #\r
index 3b2c069963e99da11b890e344bccf499c03cc88f..7e75436f53b19fa33e9e636b54494e7b2ce9fff1 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Component description file for DataHub module.\r
+#  Component description file for DataHub module.\r
 #\r
-# This driver initializes and installs the Data Hub protocol.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  This driver initializes and installs the Data Hub protocol.\r
+#  Copyright (c) 2006 - 2009, 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
@@ -20,9 +20,7 @@
   FILE_GUID                      = 53BCC14F-C24F-434C-B294-8ED2D4CC1860\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = DataHubInstall\r
 \r
 #\r
index 3d222d42e86524e8f99175677b634c6ddded7ecf..03be3e8b7c02afc89231e0546fccf27cd578879c 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Component description file for Data Hub filter driver.\r
+#  Component description file for Data Hub filter driver.\r
 #\r
-# This driver takes DEBUG () info from Data Hub and writes it to StdErr if it exists.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  This driver takes DEBUG () info from Data Hub and writes it to StdErr if it exists.\r
+#  Copyright (c) 2006 - 2009, 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
@@ -20,9 +20,7 @@
   FILE_GUID                      = CA515306-00CE-4032-874E-11B755FF6866\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = DataHubStdErrInitialize\r
 \r
 #\r
index 010d84021010c217a0f06b0b93d9c8f7a0ac7306..d8b04edeb4982f8f575cbec9f8b8ed5e6686eb33 100644 (file)
@@ -2,7 +2,7 @@
 #  Single Segment Pci Configuration PPI\r
 #\r
 #  This file declares PciCfg PPI used to access PCI configuration space in PEI\r
-#  Copyright (c) 2006 - 2007, Intel Corporation\r
+#  Copyright (c) 2006 - 2009, 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
@@ -20,9 +20,7 @@
   FILE_GUID                      = 27A5159D-5E61-4809-919A-422E887101EF\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PeimInitializePciCfg\r
 \r
 #\r
index e8a5a99fc90767d67f29aa30764350b7392f1c03..c250c0c92ef883dcabc0a574fe2942d93cfed665 100644 (file)
   FILE_GUID                      = 801ADCA0-815E-46a4-84F7-657F53621A57\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
+  ENTRY_POINT                    = SectionExtractionEntryPoint  \r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
-  ENTRY_POINT                    = SectionExtractionEntryPoint\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
 \r
 [Sources]\r
   SectionExtraction.c\r
index 946f8112639cdf2d5903d4a026c89e4f0c1503f1..1fece54af0c6f5b33a570348a02d59548fd14a56 100644 (file)
@@ -1,10 +1,10 @@
 #/** @file\r
-# DXE status code driver.\r
+#  DXE status code driver.\r
 #\r
-# Status Code Architectural Protocol implementation as defined in Tiano\r
+#  Status Code Architectural Protocol implementation as defined in Tiano\r
 #  Architecture Specification. This driver has limited functionality\r
 #  at runtime and will not log to Data Hub at runtime.\r
-# Copyright (c) 2006, Intel Corporation.\r
+#  Copyright (c) 2006 - 2009, 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
@@ -22,9 +22,7 @@
   FILE_GUID                      = FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = DxeStatusCodeDriverEntry\r
 \r
 #\r
index f8b20c01c78237b52eca93c04c11f9b01092d1d7..af9cdfc875d2ec77e4fcbb9bdb07e61198ec7478 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Generic Status code Pei driver\r
+#  Generic Status code Pei driver\r
 #\r
-# Customized output devices based on feature flags.\r
-# Copyright (c) 2006, Intel Corporation.\r
+#  Customized output devices based on feature flags.\r
+#  Copyright (c) 2006 - 2009, 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
@@ -20,9 +20,7 @@
   FILE_GUID                      = 1EC0F53A-FDE0-4576-8F25-7A1A410F58EB\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PeiStatusCodeDriverEntry\r
 \r
 #\r
index a83c3102ce0f1c281175a0ba0802842aae165c49..d4ced59c7d3135ee234718a753a095f41c4bb929 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Component description file for PeiVariable module.\r
-# This module will produce EFI_PEI_READ_ONLY_VARIABLE_PPI and EFI_PEI_READ_ONLY_VARIABLE2_PPI\r
-#\r
-# Framework PEIM to provide the Variable functionality.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  Component description file for PeiVariable module.\r
+#  \r
+#  This module will produce EFI_PEI_READ_ONLY_VARIABLE_PPI and EFI_PEI_READ_ONLY_VARIABLE2_PPI\r
+#  Framework PEIM to provide the Variable functionality.\r
+#  Copyright (c) 2006 - 2009, 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
@@ -26,9 +26,7 @@
   FILE_GUID                      = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PeimInitializeVariableServices\r
 \r
 #\r