Re: [edk2-devel] [PATCH v3 06/11] OvmfPkg/LsiScsiDxe: Report Targets and LUNs

2020-07-17 Thread Laszlo Ersek
On 07/17/20 08:11, Gary Lin wrote: > Implement LsiScsiGetNextTargetLun(), LsiScsiBuildDevicePath(), > LsiScsiGetTargetLun(), and LsiScsiGetNextTarget() to report Targets and > LUNs and build the device path. > > This commit also introduces two PCD value: PcdLsiScsiMaxTargetLimit and > PcdLsiScsiMa

[edk2-devel] [PATCH v3 06/11] OvmfPkg/LsiScsiDxe: Report Targets and LUNs

2020-07-16 Thread Gary Lin
Implement LsiScsiGetNextTargetLun(), LsiScsiBuildDevicePath(), LsiScsiGetTargetLun(), and LsiScsiGetNextTarget() to report Targets and LUNs and build the device path. This commit also introduces two PCD value: PcdLsiScsiMaxTargetLimit and PcdLsiScsiMaxLunLimit as the limits for Targets and LUNs.