]> git.proxmox.com Git - mirror_edk2.git/commitdiff
PcAtChipsetPkg: Refine the format of meta data files.
authorShumin Qiu <shumin.qiu@intel.com>
Tue, 20 Jan 2015 07:31:57 +0000 (07:31 +0000)
committershenshushi <shenshushi@Edk2>
Tue, 20 Jan 2015 07:31:57 +0000 (07:31 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16626 6f19259b-4bc3-4df7-8a09-765794883524

PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf

index 2b4a06b6493bf417593324d0043dfd33cfa6141b..09bcbbb05483e2d4b9da3862d26b37182e0e4097 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # 8259 Interrupt Controller driver that provides Legacy 8259 protocol.\r
 #\r
-# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>\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
@@ -38,7 +38,7 @@
   PcdLib\r
   \r
 [Protocols]\r
-  gEfiLegacy8259ProtocolGuid                    # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiLegacy8259ProtocolGuid                    ## PRODUCES\r
   gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
index 30bfd975b5f4381526b4c6a8fe2343d3d37862ad..5e917c8d135d34222f365a0494672dac245b889c 100644 (file)
@@ -1,15 +1,15 @@
 ## @file\r
-#  \r
-#    Component description file for the IDE Controller Init module.\r
+# IDE Controller Init driver that provide IDE_CONTROLLER_INIT protocol and will be used by\r
+# IDE Bus driver to support platform dependent timing information.\r
 #\r
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\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
+# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\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
 #\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
index c40e3331ed6be4c31fb580172f5c907c3206c224..8cc4c4d87b9ffaa92cb2f50e1a2a598193254199 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Timer Architectural Protocol module using High Precesion Event Timer (HPET).\r
 #\r
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\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
@@ -47,8 +47,8 @@
   IoApicLib\r
 \r
 [Protocols]\r
-  gEfiTimerArchProtocolGuid                     # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiTimerArchProtocolGuid                     ## PRODUCES\r
+  gEfiCpuArchProtocolGuid                       ## CONSUMES\r
 \r
 [FeaturePcd]\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdHpetMsiEnable    ## CONSUMES\r
index 8fb8e4b6d2018fd97b07ec8c68641879a1865951..ef710b3cffb11a225c0131ab661023da1da4ab43 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
-#   Component description file for PCAT ISA ACPI driver\r
+# IsaAcpi driver to install EFI_ISA_ACPI_PROTOCOL.\r
 #\r
-# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>\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
index da4a9f53b502e3dc89996001d0f70fe294adc821..e94fa58e6e4ec9855ab9b0f7f6bcbdad8bdc8fb4 100644 (file)
@@ -1,18 +1,17 @@
 ## @file\r
+# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
 #\r
-#  PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.\r
+# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
+# It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.\r
 #\r
-#  This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services to Runtime Service Table.\r
-#  It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.\r
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\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
 #\r
-#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\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
-#\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