From 3bbff22cc5a44727293df00e30cf58db3e36fb71 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 20:20:14 +0100 Subject: [PATCH] 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 --- OvmfPkg/IoMmuDxe/IoMmuDxe.inf | 1 + 1 file changed, 1 insertion(+) 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]