Last change
on this file since 80924 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
927 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Base CPU Timer Library
|
---|
3 | #
|
---|
4 | # Provides basic timer support using CPUID Leaf 0x15 XTAL frequency. The performance
|
---|
5 | # counter features are provided by the processors time stamp counter.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = BaseCpuTimerLib
|
---|
15 | FILE_GUID = F10B5B91-D15A-496C-B044-B5235721AA08
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = TimerLib|SEC PEI_CORE PEIM
|
---|
19 | MODULE_UNI_FILE = BaseCpuTimerLib.uni
|
---|
20 |
|
---|
21 | [Sources]
|
---|
22 | CpuTimerLib.c
|
---|
23 | BaseCpuTimerLib.c
|
---|
24 |
|
---|
25 | [Packages]
|
---|
26 | MdePkg/MdePkg.dec
|
---|
27 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
28 |
|
---|
29 | [LibraryClasses]
|
---|
30 | BaseLib
|
---|
31 | PcdLib
|
---|
32 | DebugLib
|
---|
33 |
|
---|
34 | [Pcd]
|
---|
35 | gUefiCpuPkgTokenSpaceGuid.PcdCpuCoreCrystalClockFrequency ## CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.