From: Laszlo Ersek Date: Sat, 10 Mar 2018 19:20:14 +0000 (+0100) Subject: OvmfPkg/IoMmuDxe: list "AmdSevIoMmu.h" in the INF file X-Git-Tag: edk2-stable201903~2182 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3bbff22cc5a44727293df00e30cf58db3e36fb71 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 Cc: Brijesh Singh Cc: Jordan Justen Suggested-by: Michael Kinney Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Brijesh Singh Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- 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]