X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=PcAtChipsetPkg%2FLibrary%2FAcpiTimerLib%2FBaseAcpiTimerLib.inf;h=48caebff13543aa5522aea2abf8928ac3124a096;hp=0a9df954e9d4d5cf4cbc85c7429cbd73bae101bf;hb=9ff926d6d7c694c09f63008819b8930b9fa79d1a;hpb=83d1ffb92f165547d750586ef954c54f59b7fab3 diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf index 0a9df954e9..48caebff13 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf @@ -1,10 +1,10 @@ ## @file -# ACPI Timer Library +# Base ACPI Timer Library # # Provides basic timer support using the ACPI timer hardware. The performance # counter features are provided by the processors time stamp counter. # -# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
# 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 @@ -17,13 +17,13 @@ [Defines] INF_VERSION = 0x00010005 - BASE_NAME = AcpiTimerLib + BASE_NAME = BaseAcpiTimerLib FILE_GUID = 564DE85F-049E-4481-BF7A-CA04D2788CF9 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM CONSTRUCTOR = AcpiTimerLibConstructor - MODULE_UNI_FILE = AcpiTimerLibModStrs.uni + MODULE_UNI_FILE = BaseAcpiTimerLib.uni [Sources] AcpiTimerLib.c @@ -49,3 +49,4 @@ gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset ## CONSUMES gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress ## CONSUMES gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset ## CONSUMES + gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddressMask ## CONSUMES \ No newline at end of file