Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
764 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Instance of BaseFspSwitchStackLib
|
---|
3 | #
|
---|
4 | # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = BaseFspSwitchStackLib
|
---|
13 | FILE_GUID = 68E79161-F7CE-4A61-8C72-F4DF6FF35CAA
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = FspSwitchStackLib
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | FspSwitchStackLib.c
|
---|
20 |
|
---|
21 | [Sources.IA32]
|
---|
22 | Ia32/Stack.nasm
|
---|
23 |
|
---|
24 | [Sources.X64]
|
---|
25 | X64/Stack.nasm
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | IntelFsp2Pkg/IntelFsp2Pkg.dec
|
---|
30 |
|
---|
31 | [LibraryClasses]
|
---|
32 | BaseLib
|
---|
33 | IoLib
|
---|
34 |
|
---|
35 | [Pcd]
|
---|
36 | gIntelFsp2PkgTokenSpaceGuid.PcdFspSaveRestorePageTableEnable
|
---|
Note:
See
TracBrowser
for help on using the repository browser.