summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe
diff options
context:
space:
mode:
authorJiaxin Wu <Jiaxin.wu@intel.com>2018-09-25 11:36:50 +0800
committerJiaxin Wu <Jiaxin.wu@intel.com>2018-09-27 09:00:06 +0800
commit0bcbdf9c74453ec564540571b767bd84e153c37e (patch)
treeb64b42365a6d0aaf08142ef058f48a1100073da9 /NetworkPkg/IScsiDxe
parent897720daef33f6b9cf8fca61168cd7f024eb7a29 (diff)
downloadedk2-0bcbdf9c74453ec564540571b767bd84e153c37e.tar.gz
edk2-0bcbdf9c74453ec564540571b767bd84e153c37e.tar.bz2
edk2-0bcbdf9c74453ec564540571b767bd84e153c37e.zip
NetworkPkg/IScsiDxe: Add the clarification compared to IScsiDxe in MdeModulePkg.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1205 This patch is to add the driver usage/difference clarification compared to IScsiDxe in MdeModulePkg. Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'NetworkPkg/IScsiDxe')
-rw-r--r--NetworkPkg/IScsiDxe/IScsiDxe.inf12
1 files changed, 11 insertions, 1 deletions
diff --git a/NetworkPkg/IScsiDxe/IScsiDxe.inf b/NetworkPkg/IScsiDxe/IScsiDxe.inf
index 61a0693a07..195dc19125 100644
--- a/NetworkPkg/IScsiDxe/IScsiDxe.inf
+++ b/NetworkPkg/IScsiDxe/IScsiDxe.inf
@@ -2,7 +2,17 @@
# Client-side iSCSI service.
#
# The iSCSI driver provides iSCSI service in the preboot environment and supports
-# booting over iSCSI.
+# booting over iSCSI. This driver supports both IPv4 and IPv6 network stack.
+#
+# Notes:
+# 1) This driver can't co-work with the IScsiDxe driver in MdeModulePkg.
+# 2) This driver includes more bug fixes and supports more features (e.g. IPv6, Dns
+# support for target URL configuration, iSCSI keyword support) than the IscsiDxe
+# driver in MdeModulePkg. So, we recommend using this driver even though both of
+# them can be used.
+# 3) This driver depends on OpenSSL. To use this driver, please follow the
+# instructions found in the file "OpenSSL-HOWTO.txt" located in
+# CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.
#
# Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials