]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf
authorDonald Kuo <donald.kuo@intel.com>
Mon, 12 Aug 2019 04:34:39 +0000 (12:34 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 21 Aug 2019 13:36:56 +0000 (21:36 +0800)
commit30781febe2106cc0d7186e70136120353cd67df2
treeca7d4e6e1297ef9575f6ec2bcdeeff48aee75dbc
parent9c90d39b600bd33c7e0600865e6d860d46ce95f3
UefiCpuPkg: Adding a new TSC library by using CPUID(0x15) TSC leaf

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1909

Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Amy Chan <amy.chan@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Signed-off-by: Donald Kuo <donald.kuo@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
13 files changed:
UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.c [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.inf [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/CpuTimerLib.c [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/DxeCpuTimerLib.c [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/DxeCpuTimerLib.inf [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/DxeCpuTimerLib.uni [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/PeiCpuTimerLib.c [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/PeiCpuTimerLib.inf [new file with mode: 0644]
UefiCpuPkg/Library/CpuTimerLib/PeiCpuTimerLib.uni [new file with mode: 0644]
UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg/UefiCpuPkg.dsc
UefiCpuPkg/UefiCpuPkg.uni