Re: [edk2-devel] [PATCH 01/11] OvmfPkg/LsiScsiDxe: Create the empty driver

2020-07-07 Thread Gary Lin
On Tue, Jul 07, 2020 at 09:59:04AM +0200, Laszlo Ersek wrote: > On 07/01/20 06:04, Gary Lin wrote: > > Create the driver with only a dummy LsiScsiEntryPoint() for the further > > implementation of the driver for LSI 53C895A SCSI controller. > > > > Cc: Jordan Justen > > Cc: Laszlo Ersek > > Cc:

Re: [edk2-devel] [PATCH 01/11] OvmfPkg/LsiScsiDxe: Create the empty driver

2020-07-07 Thread Laszlo Ersek
On 07/01/20 06:04, Gary Lin wrote: > Create the driver with only a dummy LsiScsiEntryPoint() for the further > implementation of the driver for LSI 53C895A SCSI controller. > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Gary Lin > --- > OvmfPkg/LsiScsiDxe/LsiSc

[edk2-devel] [PATCH 01/11] OvmfPkg/LsiScsiDxe: Create the empty driver

2020-06-30 Thread Gary Lin
Create the driver with only a dummy LsiScsiEntryPoint() for the further implementation of the driver for LSI 53C895A SCSI controller. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Signed-off-by: Gary Lin --- OvmfPkg/LsiScsiDxe/LsiScsi.c | 25 + OvmfPkg/Lsi