Last change
on this file since 108794 was 105670, checked in by vboxsync, 8 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Library provides the helper functions for SEV guest
|
---|
3 | #
|
---|
4 | # Copyright (c) 2017 - 2024, Advanced Micro Devices. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 1.25
|
---|
13 | BASE_NAME = DxeMemEncryptSevLib
|
---|
14 | FILE_GUID = c1594631-3888-4be4-949f-9c630dbc842b
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = MemEncryptSevLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build
|
---|
21 | # tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdeModulePkg/MdeModulePkg.dec
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | OvmfPkg/OvmfPkg.dec
|
---|
30 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
31 |
|
---|
32 | [Sources]
|
---|
33 | DxeMemEncryptSevLibInternal.c
|
---|
34 | PeiDxeMemEncryptSevLibInternal.c
|
---|
35 |
|
---|
36 | [Sources.X64]
|
---|
37 | X64/DxeSnpSystemRamValidate.c
|
---|
38 | X64/MemEncryptSevLib.c
|
---|
39 | X64/PeiDxeVirtualMemory.c
|
---|
40 | X64/SnpPageStateChangeInternal.c
|
---|
41 | X64/VirtualMemory.c
|
---|
42 | X64/VirtualMemory.h
|
---|
43 |
|
---|
44 | [Sources.IA32]
|
---|
45 | Ia32/MemEncryptSevLib.c
|
---|
46 |
|
---|
47 | [LibraryClasses]
|
---|
48 | BaseLib
|
---|
49 | CacheMaintenanceLib
|
---|
50 | CpuLib
|
---|
51 | DebugLib
|
---|
52 | MemoryAllocationLib
|
---|
53 | PcdLib
|
---|
54 | CcExitLib
|
---|
55 | AmdSvsmLib
|
---|
56 |
|
---|
57 | [FeaturePcd]
|
---|
58 | gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
|
---|
59 |
|
---|
60 | [Pcd]
|
---|
61 | gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask
|
---|
62 | gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr
|
---|
Note:
See
TracBrowser
for help on using the repository browser.