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 D3C8A740035 for ; Wed, 8 May 2024 15:29:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=bbjbedT4DYPcdvO60VJDd1IwU+95sFYmemCyvcEFXB8=; 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=1715182174; v=1; b=4tPhLeEct6qGk2eP6RJhdxVD6jZmU7fctS8ixkOrM4V1nugMriKJ4voC78+3TyL7//fDAdJy /c/BArTbhb/694fbJTK4XliDGD5D6zw7xpf1gDT+eF8/ltAYABodRbWc3QzxfQq5lZUMc/AcwU5 O0J7riZXb+bMu4AajWeVgmipoGgLdXRpu/dgkTuvqSrQEx6GMFbwU5EkJovlN+aZX/Goun625cz 18Nq1qNkArs5ImY0NpMe+w5W+RT5Lh0TnAkVdbh5NodqFzQzoodFgih4LeZnGd7qLEtxjfi1yPb bmrIsxI8vKk/kRKydmf+KJn2s/FsDVya5rq1mlJXLwMpg== X-Received: by 127.0.0.2 with SMTP id A3FDYY7687511xdwPGWNDywT; Wed, 08 May 2024 08:29:34 -0700 X-Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web10.15707.1715182172618824433 for ; Wed, 08 May 2024 08:29:32 -0700 X-Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1e4bf0b3e06so39863815ad.1 for ; Wed, 08 May 2024 08:29:32 -0700 (PDT) X-Gm-Message-State: crWqLb0CGYfGUbZ5bOBljKIWx7686176AA= X-Google-Smtp-Source: AGHT+IFTwg3MqMU9A2MK6h409gZ0PWuezCibGKiDJG+jVaR7/fOONrq1+bul0Z9pJjpyiYB/racMSg== X-Received: by 2002:a17:903:41cc:b0:1e3:e093:b5f0 with SMTP id d9443c01a7336-1eeb018707dmr36320315ad.8.1715182171817; Wed, 08 May 2024 08:29:31 -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 kt7-20020a170903088700b001e862f0b319sm12032291plb.264.2024.05.08.08.29.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 08:29:31 -0700 (PDT) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [edk2-devel] [PATCH v1 02/14] EmulatorPkg: : Add Hash2DxeCrypto to EmulatorPkg Date: Wed, 8 May 2024 08:29:13 -0700 Message-Id: <20240508152925.741226-3-doug.edk2@gmail.com> In-Reply-To: <20240508152925.741226-1-doug.edk2@gmail.com> References: <20240508152925.741226-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 08:29:32 -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=4tPhLeEc; 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 (#118675): https://edk2.groups.io/g/devel/message/118675 Mute This Topic: https://groups.io/mt/105983240/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-