Last change
on this file since 81913 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:
856 bytes
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Driver clears the encryption attribute from MMIO regions when SEV is enabled
|
---|
4 | #
|
---|
5 | # Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #**/
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 1.25
|
---|
13 | BASE_NAME = AmdSevDxe
|
---|
14 | FILE_GUID = 2ec9da37-ee35-4de9-86c5-6d9a81dc38a7
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | ENTRY_POINT = AmdSevDxeEntryPoint
|
---|
18 |
|
---|
19 | [Sources]
|
---|
20 | AmdSevDxe.c
|
---|
21 |
|
---|
22 | [Packages]
|
---|
23 | MdeModulePkg/MdeModulePkg.dec
|
---|
24 | MdePkg/MdePkg.dec
|
---|
25 | OvmfPkg/OvmfPkg.dec
|
---|
26 |
|
---|
27 | [LibraryClasses]
|
---|
28 | BaseLib
|
---|
29 | BaseMemoryLib
|
---|
30 | DebugLib
|
---|
31 | DxeServicesTableLib
|
---|
32 | MemEncryptSevLib
|
---|
33 | MemoryAllocationLib
|
---|
34 | PcdLib
|
---|
35 | UefiDriverEntryPoint
|
---|
36 |
|
---|
37 | [Depex]
|
---|
38 | TRUE
|
---|
39 |
|
---|
40 | [FeaturePcd]
|
---|
41 | gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
|
---|
Note:
See
TracBrowser
for help on using the repository browser.