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 82F69941076 for ; Thu, 9 May 2024 05:57:07 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=qsdEQK5Zg9nwLWBVLOWHfyhy/Tei07cQAwrx1tw0Y+o=; 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=20240206; t=1715234226; v=1; b=gaJP4SE/NCg0pDhNywvhoFbsPX30NnUueUaQtWXzB7rFZXU+jKLCCObe0aYl+GCupaK/c33h YdFdZ80yw5pJnDX7a5pV2OxKb4E5I08O22wAj1gMMKNX7ilyefESOowYYq3RX0CJqXJyXvUplwr kEU7UKpIiZY/8dx2NA9Vf7VlxtmdOTDJrA1T0SdFWSUFBwAhHavVZFXPtjHAC3FfxT3secT//wj J7zGyDhI1zOvhmk9qWrrqseAPfAkdaSKb8KiUWznR8pNCgCN2+g5B5JKPsUp4fLCGl7OcNILrbI FXqJ2g0m5nkaLUJoSF3dSH97VCzVpfADAjLKMBurFrPDw== X-Received: by 127.0.0.2 with SMTP id lnuBYY7687511xqHqoDqF6ZK; Wed, 08 May 2024 22:57:06 -0700 X-Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web11.3566.1715234220515977223 for ; Wed, 08 May 2024 22:57:00 -0700 X-Received: by mail-qk1-f182.google.com with SMTP id af79cd13be357-792b9790f6bso39086285a.2 for ; Wed, 08 May 2024 22:57:00 -0700 (PDT) X-Gm-Message-State: wZWfqv1B7fuIJNdk4TlTVApnx7686176AA= X-Google-Smtp-Source: AGHT+IF6pD6cVg/sBYWxTwXuh/adzfQcoWrUSzIbX1KVH2SyJFmyOkdyJSWZpcrMwTQQYFRqZzXdww== X-Received: by 2002:a05:6870:200f:b0:23c:a649:4a48 with SMTP id 586e51a60fabf-2409915a647mr4997632fac.36.1715234199399; Wed, 08 May 2024 22:56:39 -0700 (PDT) X-Received: from localhost.localdomain (c-67-160-15-86.hsd1.wa.comcast.net. [67.160.15.86]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-6f4d2b26cf5sm525611b3a.195.2024.05.08.22.56.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 22:56:39 -0700 (PDT) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH v2 02/13] EmulatorPkg: : Add Hash2DxeCrypto to EmulatorPkg Date: Wed, 8 May 2024 22:56:22 -0700 Message-Id: <20240509055633.828642-3-doug.edk2@gmail.com> In-Reply-To: <20240509055633.828642-1-doug.edk2@gmail.com> References: <20240509055633.828642-1-doug.edk2@gmail.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, 08 May 2024 22:57:00 -0700 Resent-From: dougflick@microsoft.com Reply-To: devel@edk2.groups.io,dougflick@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b="gaJP4SE/"; dmarc=pass (policy=none) header.from=groups.io; 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: Doug Flick This patch adds Hash2DxeCrypto to EmulatorPkg. The Hash2DxeCrypto is used to provide the hashing protocol services. Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Doug Flick [MSFT] --- EmulatorPkg/EmulatorPkg.dsc | 9 +++++++-- EmulatorPkg/EmulatorPkg.fdf | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 0a66294cb768..1c356bc8c732 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -128,10 +128,11 @@ [LibraryClasses] FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf=0D ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/I= magePropertiesRecordLib.inf=0D RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf=0D -=0D -!if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf=0D OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf=0D + BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf=0D +=0D +!if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecu= reLibNull.inf=0D AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf= =0D SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.inf=0D @@ -402,6 +403,10 @@ [Components] # Rng Protocol producer=0D #=0D SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf=0D + #=0D + # Hash2 Protocol producer=0D + #=0D + SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf=0D =0D !if $(SECURE_BOOT_ENABLE) =3D=3D TRUE=0D SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDx= e.inf=0D diff --git a/EmulatorPkg/EmulatorPkg.fdf b/EmulatorPkg/EmulatorPkg.fdf index d756c144d94d..73d5b0068d3f 100644 --- a/EmulatorPkg/EmulatorPkg.fdf +++ b/EmulatorPkg/EmulatorPkg.fdf @@ -198,6 +198,11 @@ [FV.FvRecovery] #=0D INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf=0D =0D +#=0D +# Hash2 Protocol producer=0D +#=0D +INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf=0D +=0D #=0D # Secure Boot Key Enroll=0D #=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118729): https://edk2.groups.io/g/devel/message/118729 Mute This Topic: https://groups.io/mt/105996594/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-