OvmfPkg/LsiScsiDxe: Create the empty driver
Create the driver with only a dummy LsiScsiEntryPoint() for the further implementation of the driver for LSI 53C895A SCSI controller. v2: Fix the mixed-case GUID string 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-2-glin@suse.com>
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
#
|
||||
DEFINE PVSCSI_ENABLE = TRUE
|
||||
DEFINE MPT_SCSI_ENABLE = TRUE
|
||||
DEFINE LSI_SCSI_ENABLE = FALSE
|
||||
|
||||
#
|
||||
# Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to
|
||||
@@ -785,6 +786,9 @@
|
||||
!endif
|
||||
!if $(MPT_SCSI_ENABLE) == TRUE
|
||||
OvmfPkg/MptScsiDxe/MptScsiDxe.inf
|
||||
!endif
|
||||
!if $(LSI_SCSI_ENABLE) == TRUE
|
||||
OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
|
||||
!endif
|
||||
MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
||||
MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
||||
|
Reference in New Issue
Block a user