From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail03.groups.io (mail03.groups.io [45.79.227.220]) by spool.mail.gandi.net (Postfix) with ESMTPS id D0620AC0A52 for ; Fri, 12 Apr 2024 07:14:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=j7xg971DCB8LkTn6U6KEm7jns6ObX8H9kmPeqMzCiUs=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id: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=1712906086; v=1; b=Tv40dynnaHPHgqL/lBzyePo5kpZQ0hsLbbBytdBNFEQgjVk9xkF2uKBmOKzraBBRRB4yIkm6 GyP7dlM8Xv9aHQbszv7lxdEwUoTYoXNIb5kT30E69Gwme4DXbF95rPbuRaBP/3U11tpVGzkTB3Z KS9CJE17P8UQgSE/6mnTtYqz3DPqitaROJVYjIi5KjLmdWP0Go2zXca//cLFBC8FikMA4y8vYJi 6fC4gyb2vubjP2wgZ2czD96XII2404XhsFIPHXbeM4WNqlrAGZmuiW3StDwTQQF6E3zEN2HTiQ2 CoKbRRoH728ZwBM1l7Ogj+FYITaE6Lj3kfEng9PMToZ5Q== X-Received: by 127.0.0.2 with SMTP id tXgzYY7687511xLOkMm9xTQL; Fri, 12 Apr 2024 00:14:46 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.15]) by mx.groups.io with SMTP id smtpd.web11.40836.1712906085762232201 for ; Fri, 12 Apr 2024 00:14:45 -0700 X-CSE-ConnectionGUID: DDDXXgDbSDCxCJsQoEQr6Q== X-CSE-MsgGUID: xkIYwjCyRNekQMl+CNVVFQ== X-IronPort-AV: E=McAfee;i="6600,9927,11041"; a="8529186" X-IronPort-AV: E=Sophos;i="6.07,195,1708416000"; d="scan'208";a="8529186" X-Received: from orviesa009.jf.intel.com ([10.64.159.149]) by fmvoesa109.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2024 00:14:45 -0700 X-CSE-ConnectionGUID: pxRpuk4xTuyjw5++bHg3Zg== X-CSE-MsgGUID: MJzvC1TrQ+iaRF/vqLL+HA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,195,1708416000"; d="scan'208";a="21114409" X-Received: from shpfwdbuild003.ccr.corp.intel.com ([10.239.56.82]) by orviesa009.jf.intel.com with ESMTP; 12 Apr 2024 00:14:44 -0700 From: "Xu, Wei6" To: devel@edk2.groups.io Cc: Wei6 Xu , Rahul Kumar , Jiewen Yao , Michael D Kinney Subject: [edk2-devel] [PATCH v2 0/1] SecurityPkg/Tcg2Config: Hide BIOS unsupported hash algorithm from UI Date: Fri, 12 Apr 2024 15:14:39 +0800 Message-Id: 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: Fri, 12 Apr 2024 00:14:45 -0700 Resent-From: wei6.xu@intel.com Reply-To: devel@edk2.groups.io,wei6.xu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 5WMY5HD2CjEp6VbBzwjwChXax7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Tv40dynn; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.227.220 as permitted sender) smtp.mailfrom=bounce@groups.io REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4731 V1: The patch is to hide BIOS unsupported hash algorithm from UI to avoid user to the select wrong hash algorithm which may cause an assert. V2: Rename BiosHashAlgBitmap to Tcg2HashAlgBitmap to avoid confusion. Beacuse it not legacy BIOS related. Cc: Rahul Kumar Cc: Jiewen Yao Cc: Michael D Kinney Wei6 Xu (1): SecurityPkg/Tcg2Config: Hide BIOS unsupported hash algorithm from UI SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 61 ++++++++++++++------- 1 file changed, 41 insertions(+), 20 deletions(-) -- 2.29.2.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117644): https://edk2.groups.io/g/devel/message/117644 Mute This Topic: https://groups.io/mt/105478365/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-