]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
PcAtChipsetPkg: Add PeiAcpiTimerLib to save Frequency in HOB
[mirror_edk2.git] / PcAtChipsetPkg / Library / AcpiTimerLib / DxeAcpiTimerLib.inf
index 3446c03eda21ec0dc8eecf24bc5a246e6469e0a5..601041c8013765ce8dacf698c96be6d6c1f2a773 100644 (file)
@@ -2,9 +2,12 @@
 #  DXE ACPI Timer Library\r
 #\r
 #  Provides basic timer support using the ACPI timer hardware.  The performance\r
 #  DXE ACPI Timer Library\r
 #\r
 #  Provides basic timer support using the ACPI timer hardware.  The performance\r
-#  counter features are provided by the processors time stamp counter. \r
+#  counter features are provided by the processors time stamp counter.\r
 #\r
 #\r
-#  Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Note: The implementation uses the lower 24-bits of the ACPI timer and\r
+#  is compatible with both 24-bit and 32-bit ACPI timers.\r
+#\r
+#  Copyright (c) 2013 - 2018, 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
 #  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
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeAcpiTimerLib\r
   FILE_GUID                      = E624B98C-845A-4b94-9B50-B20475D552B9\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeAcpiTimerLib\r
   FILE_GUID                      = E624B98C-845A-4b94-9B50-B20475D552B9\r
-  MODULE_TYPE                    = BASE\r
+  MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = TimerLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
-  CONSTRUCTOR                    = AcpiTimerLibConstructor\r
+  CONSTRUCTOR                    = DxeAcpiTimerLibConstructor\r
   MODULE_UNI_FILE                = DxeAcpiTimerLib.uni\r
 \r
 [Sources]\r
   MODULE_UNI_FILE                = DxeAcpiTimerLib.uni\r
 \r
 [Sources]\r
@@ -39,6 +42,7 @@
   PciLib\r
   IoLib\r
   DebugLib\r
   PciLib\r
   IoLib\r
   DebugLib\r
+  HobLib\r
 \r
 [Pcd]\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber             ## CONSUMES\r
 \r
 [Pcd]\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber             ## CONSUMES\r
@@ -49,4 +53,4 @@
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset     ## CONSUMES\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress          ## CONSUMES\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset               ## CONSUMES\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset     ## CONSUMES\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress          ## CONSUMES\r
   gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset               ## CONSUMES\r
-  gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddressMask      ## CONSUMES
\ No newline at end of file
+  gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddressMask      ## CONSUMES\r