Reviewed-by: Siyuan Fu <[email protected]> > -----Original Message----- > From: Gao, Zhichao <[email protected]> > Sent: 2020年3月27日 9:56 > To: [email protected] > Cc: Maciej Rabeda <[email protected]>; Wu, Jiaxin > <[email protected]>; Fu, Siyuan <[email protected]> > Subject: [PATCH 6/8] NetWorkPkg/Pcd.inc: Enable the MD5 for iSCSI > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1682 > > iSCSI driver required the MD5 function. Change the PcdMD5Enable > to TRUE when NETWORK_ISCSI_ENABLE is TURE. > > Cc: Maciej Rabeda <[email protected]> > Cc: Jiaxin Wu <[email protected]> > Cc: Siyuan Fu <[email protected]> > Signed-off-by: Zhichao Gao <[email protected]> > --- > NetworkPkg/NetworkPcds.dsc.inc | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/NetworkPkg/NetworkPcds.dsc.inc > b/NetworkPkg/NetworkPcds.dsc.inc > index f874b382ef..7a81f0cb2d 100644 > --- a/NetworkPkg/NetworkPcds.dsc.inc > +++ b/NetworkPkg/NetworkPcds.dsc.inc > @@ -5,7 +5,7 @@ > # by using "!include NetworkPkg/NetworkPcds.dsc.inc" to specify PCD settings > # according to the value of flags described in "NetworkDefines.dsc.inc". > # > -# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR> > # > # SPDX-License-Identifier: BSD-2-Clause-Patent > # > @@ -14,3 +14,6 @@ > !if $(NETWORK_ALLOW_HTTP_CONNECTIONS) == TRUE > gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE > !endif > +!if $(NETWORK_ISCSI_ENABLE) == TRUE > + gEfiCryptoPkgTokenSpaceGuid.PcdMD5Enable|TRUE > +!endif > -- > 2.21.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56453): https://edk2.groups.io/g/devel/message/56453 Mute This Topic: https://groups.io/mt/72579468/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
