[edk2-devel] [PATCH 6/8] NetWorkPkg/Pcd.inc: Enable the MD5 for iSCSI

Maciej Rabeda maciej.rabeda at linux.intel.com
Mon Mar 30 12:01:28 UTC 2020


Reviewed-by: Maciej Rabeda <maciej.rabeda at linux.intel.com>

On 27-Mar-20 02:56, Gao, Zhichao wrote:
> 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 <maciej.rabeda at linux.intel.com>
> Cc: Jiaxin Wu <jiaxin.wu at intel.com>
> Cc: Siyuan Fu <siyuan.fu at intel.com>
> Signed-off-by: Zhichao Gao <zhichao.gao at intel.com>
> ---
>   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

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56627): https://edk2.groups.io/g/devel/message/56627
Mute This Topic: https://groups.io/mt/72579468/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list