summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2020-07-17 14:11:24 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-07-17 20:51:55 +0000
commit23d982e20528261b0bb3a704131d78d7e05bc59d (patch)
treede9850c116d9fac06b9d3e8b5e432e4ff15aa979 /OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
parent79f802a50ee942e297c86138e6c19cab77a3a2eb (diff)
downloadedk2-23d982e20528261b0bb3a704131d78d7e05bc59d.tar.gz
edk2-23d982e20528261b0bb3a704131d78d7e05bc59d.tar.bz2
edk2-23d982e20528261b0bb3a704131d78d7e05bc59d.zip
OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRU
Partially implement LsiScsiControllerStart() and LsiScsiControllerStop() to insert the scaffolding of EXT_SCSI_PASS_THRU functions. v3: Squash the newline below the declaration of LSI_SCSI_FROM_PASS_THRU v2: Remove the closing of PciIo protocol from LsiScsiControllerStop(). Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20200717061130.8881-6-glin@suse.com>
Diffstat (limited to 'OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf')
-rw-r--r--OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf b/OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
index 7ce11fcc6a..14f9c68308 100644
--- a/OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
+++ b/OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
@@ -26,9 +26,12 @@
[LibraryClasses]
BaseLib
+ BaseMemoryLib
+ MemoryAllocationLib
UefiBootServicesTableLib
UefiDriverEntryPoint
UefiLib
[Protocols]
+ gEfiExtScsiPassThruProtocolGuid ## BY_START
gEfiPciIoProtocolGuid ## TO_START