Revision: 16626 http://sourceforge.net/p/edk2/code/16626 Author: shenshushi Date: 2015-01-20 07:31:57 +0000 (Tue, 20 Jan 2015) Log Message: ----------- PcAtChipsetPkg: Refine the format of meta data files.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu <shumin....@intel.com> Reviewed-by: Ruiyu Ni <ruiyu...@intel.com> Modified Paths: -------------- trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf Modified: trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf =================================================================== --- trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf 2015-01-20 06:45:01 UTC (rev 16625) +++ trunk/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf 2015-01-20 07:31:57 UTC (rev 16626) @@ -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: trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf =================================================================== --- trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf 2015-01-20 06:45:01 UTC (rev 16625) +++ trunk/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf 2015-01-20 07:31:57 UTC (rev 16626) @@ -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: trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf =================================================================== --- trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf 2015-01-20 06:45:01 UTC (rev 16625) +++ trunk/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf 2015-01-20 07:31:57 UTC (rev 16626) @@ -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: trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf =================================================================== --- trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf 2015-01-20 06:45:01 UTC (rev 16625) +++ trunk/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf 2015-01-20 07:31:57 UTC (rev 16626) @@ -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: trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf =================================================================== --- trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf 2015-01-20 06:45:01 UTC (rev 16625) +++ trunk/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf 2015-01-20 07:31:57 UTC (rev 16626) @@ -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] ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits