Last change
on this file since 89916 was 80721, checked in by vboxsync, 6 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:
912 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # This library defines some routines that are generic for IA32 family CPU.
|
---|
3 | #
|
---|
4 | # The library routines are UEFI specification compliant.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = BaseUefiCpuLib
|
---|
14 | MODULE_UNI_FILE = BaseUefiCpuLib.uni
|
---|
15 | FILE_GUID = 34C24FD7-7A90-45c2-89FD-946473D9CE98
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = UefiCpuLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources.IA32]
|
---|
27 | Ia32/InitializeFpu.nasm
|
---|
28 |
|
---|
29 | [Sources.X64]
|
---|
30 | X64/InitializeFpu.nasm
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.