]> git.proxmox.com Git - mirror_edk2.git/commit
PcAtChipsetPkg: AcpiTimerLib: Added StandaloneMm instance of AcpiTimerLib
authorKun Qin <kun.q@outlook.com>
Thu, 17 Dec 2020 22:47:07 +0000 (14:47 -0800)
committerKun Qin <kun.q@outlook.com>
Mon, 1 Feb 2021 18:03:35 +0000 (10:03 -0800)
commit79a951d19903ccfe5f5abe49ee69f797a9d80020
tree0bd152549c33bdafaaf23985a41cec66bfc46a2a
parent14a746bb6a92d59669c67a970479558734cf2383
PcAtChipsetPkg: AcpiTimerLib: Added StandaloneMm instance of AcpiTimerLib

This change added a new instance of AcpiTimerLib for StandaloneMm core
and drivers. It centralizes the common routines into shared files and
abstract the library constructor into corresponding files to accommodate
each constructor function prototypes.

Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Kun Qin <kun.q@outlook.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.c [new file with mode: 0644]
PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.h [new file with mode: 0644]
PcAtChipsetPkg/Library/AcpiTimerLib/StandaloneMmAcpiTimerLib.c [new file with mode: 0644]
PcAtChipsetPkg/Library/AcpiTimerLib/StandaloneMmAcpiTimerLib.inf [new file with mode: 0644]
PcAtChipsetPkg/PcAtChipsetPkg.dsc