diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-03-10 20:20:14 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-03-13 14:30:35 +0100 |
commit | 3bbff22cc5a44727293df00e30cf58db3e36fb71 (patch) | |
tree | 892135e049e5ef2c9a1214abcac1c717f894345e | |
parent | 2762bbe9a7b594cb53709dbc8bfb579b3f76d624 (diff) | |
download | edk2-3bbff22cc5a44727293df00e30cf58db3e36fb71.tar.gz edk2-3bbff22cc5a44727293df00e30cf58db3e36fb71.tar.bz2 edk2-3bbff22cc5a44727293df00e30cf58db3e36fb71.zip |
OvmfPkg/IoMmuDxe: list "AmdSevIoMmu.h" in the INF file
The header file declares the AmdSevInstallIoMmuProtocol() function, which
is implemented in "AmdSevIoMmu.c" and called from "IoMmuDxe.c".
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Suggested-by: Michael Kinney <michael.d.kinney@intel.com>
Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
-rw-r--r-- | OvmfPkg/IoMmuDxe/IoMmuDxe.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/IoMmuDxe/IoMmuDxe.inf b/OvmfPkg/IoMmuDxe/IoMmuDxe.inf index 3078497068..547b513526 100644 --- a/OvmfPkg/IoMmuDxe/IoMmuDxe.inf +++ b/OvmfPkg/IoMmuDxe/IoMmuDxe.inf @@ -26,6 +26,7 @@ [Sources]
AmdSevIoMmu.c
+ AmdSevIoMmu.h
IoMmuDxe.c
[Packages]
|