This patch series implement the driver for LSI 53C895A SCSI controller for OVMF so that the user can access the storage devices connected to QEMU "lsi" controller. The driver is disabled by default since LSI 53C895A is considered as a legacy device. To enable the driver, please add "-D LSI_SCSI_ENABLE" when building OvmfPkg.
The patch series is also available in my git branch: https://github.com/lcp/edk2/tree/ovmf-lsi-v1 Cc: Jordan Justen <jordan.l.jus...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Cc: Ard Biesheuvel <ard.biesheu...@arm.com> Gary Lin (11): OvmfPkg/LsiScsiDxe: Create the empty driver OvmfPkg/LsiScsiDxe: Install the skeleton of driver binding OvmfPkg/LsiScsiDxe: Report the name of the driver OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsi OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRU OvmfPkg/LsiScsiDxe: Report Targets and LUNs OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the device OvmfPkg/LsiScsiDxe: Map DMA buffer OvmfPkg/LsiScsiDxe: Examine the incoming SCSI Request Packet OvmfPkg/LsiScsiDxe: Process the SCSI Request Packet Maintainers.txt: Add myself as the reviewer for LsiScsi driver Maintainers.txt | 4 + OvmfPkg/Include/IndustryStandard/LsiScsi.h | 80 ++ OvmfPkg/LsiScsiDxe/LsiScsi.c | 1130 ++++++++++++++++++++ OvmfPkg/LsiScsiDxe/LsiScsi.h | 199 ++++ OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf | 46 + OvmfPkg/OvmfPkg.dec | 8 + OvmfPkg/OvmfPkgIa32.dsc | 4 + OvmfPkg/OvmfPkgIa32.fdf | 3 + OvmfPkg/OvmfPkgIa32X64.dsc | 4 + OvmfPkg/OvmfPkgIa32X64.fdf | 3 + OvmfPkg/OvmfPkgX64.dsc | 4 + OvmfPkg/OvmfPkgX64.fdf | 3 + 12 files changed, 1488 insertions(+) create mode 100644 OvmfPkg/Include/IndustryStandard/LsiScsi.h create mode 100644 OvmfPkg/LsiScsiDxe/LsiScsi.c create mode 100644 OvmfPkg/LsiScsiDxe/LsiScsi.h create mode 100644 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#61900): https://edk2.groups.io/g/devel/message/61900 Mute This Topic: https://groups.io/mt/75228754/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-