public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy
@ 2017-02-13  7:20 hegdenag
  2017-02-13  7:20 ` [PATCH v2 1/2] NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Abort hegdenag
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hegdenag @ 2017-02-13  7:20 UTC (permalink / raw)
  To: edk2-devel; +Cc: jiaxin.wu, ting.ye, lubo.zhang, siyuan.fu, sriram-s

v2: Updated list of reviewers.

Today, iSCSI driver checks whether there are AIP instances
installed by iSCSI HBA adapter and if yes, the iSCSI driver
will return EFI_ABORTED in its driver binding Start. 
We can not guarantee the existence of AIP instances always during
iSCSI DBStart. Hence, we might end up doing a iScsiStart even if
the intent of the customer was to use only iSCSI on HBA.
The series of patch will define a new PCD value for the PCD 
PcdIScsiAIPNetworkBootPolicy, "Always use iSCSI HBA and ignore
UEFI iSCSI", update iScsiStart to check this PCD value and return
EFI_ABORT in this case even before checking for AIP instances.

hegdenag (2):
  NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Abort
  NetworkPkg/NetworkPkg.dec: Update comments for the PCD

 NetworkPkg/IScsiDxe/IScsiDriver.c |  8 +++++++-
 NetworkPkg/IScsiDxe/IScsiDriver.h | 19 +++++++++++--------
 NetworkPkg/NetworkPkg.dec         |  5 +++--
 3 files changed, 21 insertions(+), 11 deletions(-)

-- 
2.8.3.windows.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-14  3:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13  7:20 [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy hegdenag
2017-02-13  7:20 ` [PATCH v2 1/2] NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Abort hegdenag
2017-02-13  7:20 ` [PATCH v2 2/2] NetworkPkg/NetworkPkg.dec: Update comments for the PCD hegdenag
2017-02-13  7:45 ` [PATCH v2 0/2] NetworkPkg/iScsiDxe: Update iScsiStart Policy Wu, Jiaxin
2017-02-13  8:10 ` Subramanian, Sriram
2017-02-13 10:28 ` Zhang, Lubo
2017-02-14  2:56 ` Ye, Ting
2017-02-14  3:33 ` Fu, Siyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox