Revision: 16859
          http://sourceforge.net/p/edk2/code/16859
Author:   hwu1225
Date:     2015-02-13 05:29:35 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
PcAtChipsetPkg: Refine the format of meta data files.

(Sync patch r16626 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <[email protected]>
Reviewed-by: Ruiyu Ni <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/16626

Modified Paths:
--------------
    branches/UDK2014.SP1/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
    
branches/UDK2014.SP1/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
    branches/UDK2014.SP1/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
    branches/UDK2014.SP1/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
    
branches/UDK2014.SP1/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf

Modified: 
branches/UDK2014.SP1/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
===================================================================
--- branches/UDK2014.SP1/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf     
2015-02-13 05:28:14 UTC (rev 16858)
+++ branches/UDK2014.SP1/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf     
2015-02-13 05:29:35 UTC (rev 16859)
@@ -1,7 +1,7 @@
 ## @file
 # 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
 #
-# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
 # This program and the accompanying materials                          
 # are licensed and made available under the terms and conditions of the BSD 
License         
 # which accompanies this distribution.  The full text of the license may be 
found at        
@@ -38,7 +38,7 @@
   PcdLib
   
 [Protocols]
-  gEfiLegacy8259ProtocolGuid                    # PROTOCOL ALWAYS_PRODUCED
+  gEfiLegacy8259ProtocolGuid                    ## PRODUCES
   gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES
 
 [Pcd]

Modified: 
branches/UDK2014.SP1/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
===================================================================
--- 
branches/UDK2014.SP1/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
   2015-02-13 05:28:14 UTC (rev 16858)
+++ 
branches/UDK2014.SP1/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
   2015-02-13 05:29:35 UTC (rev 16859)
@@ -1,15 +1,15 @@
 ## @file
-#  
-#    Component description file for the IDE Controller Init module.
+# IDE Controller Init driver that provide IDE_CONTROLLER_INIT protocol and 
will be used by
+# IDE Bus driver to support platform dependent timing information.
 #
-#  Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD 
License
-#  which accompanies this distribution.  The full text of the license may be 
found at
-#  http://opensource.org/licenses/bsd-license.php
+# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD 
License
+# which accompanies this distribution.  The full text of the license may be 
found at
+# http://opensource.org/licenses/bsd-license.php
 #
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #
 ##
 

Modified: branches/UDK2014.SP1/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
===================================================================
--- branches/UDK2014.SP1/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf   
2015-02-13 05:28:14 UTC (rev 16858)
+++ branches/UDK2014.SP1/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf   
2015-02-13 05:29:35 UTC (rev 16859)
@@ -1,7 +1,7 @@
 ## @file
 # Timer Architectural Protocol module using High Precesion Event Timer (HPET).
 #
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
 # This program and the accompanying materials                          
 # are licensed and made available under the terms and conditions of the BSD 
License         
 # which accompanies this distribution.  The full text of the license may be 
found at        
@@ -47,8 +47,8 @@
   IoApicLib
 
 [Protocols]
-  gEfiTimerArchProtocolGuid                     # PROTOCOL ALWAYS_PRODUCED
-  gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED
+  gEfiTimerArchProtocolGuid                     ## PRODUCES
+  gEfiCpuArchProtocolGuid                       ## CONSUMES
 
 [FeaturePcd]
   gPcAtChipsetPkgTokenSpaceGuid.PcdHpetMsiEnable    ## CONSUMES

Modified: branches/UDK2014.SP1/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
===================================================================
--- branches/UDK2014.SP1/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf  2015-02-13 
05:28:14 UTC (rev 16858)
+++ branches/UDK2014.SP1/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf  2015-02-13 
05:29:35 UTC (rev 16859)
@@ -1,7 +1,7 @@
 ## @file
-#   Component description file for PCAT ISA ACPI driver
+# IsaAcpi driver to install EFI_ISA_ACPI_PROTOCOL.
 #
-# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
 # This program and the accompanying materials
 # are licensed and made available under the terms and conditions of the BSD 
License
 # which accompanies this distribution.  The full text of the license may be 
found at

Modified: 
branches/UDK2014.SP1/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
===================================================================
--- 
branches/UDK2014.SP1/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
     2015-02-13 05:28:14 UTC (rev 16858)
+++ 
branches/UDK2014.SP1/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
     2015-02-13 05:29:35 UTC (rev 16859)
@@ -1,19 +1,18 @@
 ## @file
+# PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
 #
-#  PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
+# This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime services 
to Runtime Service Table.
+# It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
 #
-#  This driver provides GetTime, SetTime, GetWakeupTime, SetWakeupTime 
services to Runtime Service Table.
-#  It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD 
License
+# which accompanies this distribution.  The full text of the license may be 
found at
+# http://opensource.org/licenses/bsd-license.php
 #
-#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD 
License
-#  which accompanies this distribution.  The full text of the license may be 
found at
-#  http://opensource.org/licenses/bsd-license.php
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 
IMPLIED.
-#
 ##
 
 [Defines]


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to