]> git.proxmox.com Git - mirror_edk2.git/commitdiff
TscTimerLib in PerformancePkg is a BASE type library, which should be used by any...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Feb 2011 02:02:06 +0000 (02:02 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Feb 2011 02:02:06 +0000 (02:02 +0000)
But its constructor uses the global variable mTscFrequency to store frequency, which doesn't work on XIP PEIM.
Split it to two LIBs for PEI and DXE separately.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11312 6f19259b-4bc3-4df7-8a09-765794883524


No differences found