From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 24D33941626 for ; Wed, 4 Sep 2024 11:39:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=iyE+a9NiKnlNL1mD/Cx02Z+T6dtbOPV2FLtboPr7mPc=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240830; t=1725449977; v=1; x=1725709176; b=AjheRiXRaTwMtaYrAPyMHIKRrGZOsAjGSc7ROqg2xwEvHcMXY0xvmuZWVCxGknPUOIN4G0Ga Pb4OdGW/tzQMiEg2MPrlLkueAK1JOVDCfCbg+dJ2XB/MjenQfmea7JphLk3NEWqI9gBOG7NyGdu fApx2g4l3vbwHYI2G48hzvAosAMdqQPUi015QPtpOmPLXXZo/Xxnmjk6TLxKF1bi4F/X4g4k84e jk+d+uInnYl9k8pPQk6nQq0U01ikXZ33OzW4WrBlj+xRivQ0i1ow4qomPA07RuCm2ZkfsdGS0Gc V+q/enVQ513GIp6C69Urnznpf62IcT6nVkurfPnOzVdtA== X-Received: by 127.0.0.2 with SMTP id RM1mYY7687511xUSOWeDANTh; Wed, 04 Sep 2024 04:39:36 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.47869.1725449975869930445 for ; Wed, 04 Sep 2024 04:39:36 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E39D5FEC; Wed, 4 Sep 2024 04:40:01 -0700 (PDT) X-Received: from e126645.arm.com (unknown [10.57.75.149]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 78A763F73F; Wed, 4 Sep 2024 04:39:34 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: ardb+tianocore@kernel.org, sami.mujawar@arm.com, Thomas Abraham , Pierre Gondois Subject: [edk2-devel] [PATCH 2/3] Platform/ARM: Move PcdEnforceSecureRngAlgorithms to MdePkg Date: Wed, 4 Sep 2024 13:39:04 +0200 Message-Id: <20240904113905.1736428-3-Pierre.Gondois@arm.com> In-Reply-To: <20240904113905.1736428-1-Pierre.Gondois@arm.com> References: <20240904113905.1736428-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 04 Sep 2024 04:39:36 -0700 Resent-From: pierre.gondois@arm.com Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: z90dcTjObXzINVYfr0Y1YBVIx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b=AjheRiXR; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Pierre Gondois Reflect the deplacement of PcdEnforceSecureRngAlgorithms from the NetworkPkg to the MdePkg. Signed-off-by: Pierre Gondois --- Platform/ARM/JunoPkg/ArmJuno.dsc | 2 +- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/ARM/JunoPkg/ArmJuno.dsc b/Platform/ARM/JunoPkg/ArmJ= uno.dsc index 89ce9abb240b..b0edecdc399c 100644 --- a/Platform/ARM/JunoPkg/ArmJuno.dsc +++ b/Platform/ARM/JunoPkg/ArmJuno.dsc @@ -219,7 +219,7 @@ [PcdsFixedAtBuild.common] # # Juno Support Trng. Override PcdEnforceSecureRngAlgorithms. # - gEfiNetworkPkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms|TRUE + gEfiMdePkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms|TRUE =20 [PcdsPatchableInModule] # Console Resolution (Full HD) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/= VExpressPkg/ArmVExpress.dsc.inc index 931eff2355d4..6d7d955b9b8f 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -452,7 +452,7 @@ [PcdsFixedAtBuild.common] # =20 !if $(ENABLE_UNSAFE_RNGLIB) =3D=3D TRUE - gEfiNetworkPkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms|FALSE + gEfiMdePkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms|FALSE !endif =20 [PcdsDynamicHii.common.DEFAULT] --=20 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120492): https://edk2.groups.io/g/devel/message/120492 Mute This Topic: https://groups.io/mt/108262993/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-