summaryrefslogtreecommitdiffstats
path: root/PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.c
Commit message (Expand)AuthorAgeFilesLines
* Add BaseTscTimerLib, and then merge the three TscTimerLib to one directory.lzeng142011-10-301-320/+0
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-251-0/+44
* Fix GCC build error.lzeng142011-08-221-1/+1
* Allocate memory buffer to store TscFrequency, and InstallConfigurationTable w...lzeng142011-08-171-6/+11
* Store and get TSC Frequency with system configuration Table.lzeng142011-04-201-13/+15
* Add comments for the two parameters of DxeTscTimerLibConstructor.lzeng142011-02-221-0/+3
* TscTimerLib in PerformancePkg is a BASE type library, which should be used by...lzeng142011-02-151-0/+266