From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.2203.1622684319328833089 for ; Wed, 02 Jun 2021 18:38:39 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=LqS01t7Z; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id 9A7B320B7178; Wed, 2 Jun 2021 18:38:38 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9A7B320B7178 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1622684318; bh=3WbTJ2a9sWPzR1Shy+wWiE3B0GMTE7yCv1iqhC9XsoE=; h=From:To:Cc:Subject:Date:From; b=LqS01t7Zx7jZRQTSntR0PCyjWugoX3J1CDcaqJ4DGd1EYxn9uRiyHT+dEbJhDXVwN t9Yicr4EzRlGMhcHQfoJbAJAScVyKf+xP109ewWHVdcS3EiQC28nj5WRg9d+uvWXf7 Hi1YeCgE5w4riWWrxbyjsforEs/wFG9ToEW5qX6s= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong , Jiewen Yao Subject: [edk2-platforms][PATCH v1 0/2] MinPlatformPkg: Disable TPM platform hierarchy Date: Wed, 2 Jun 2021 18:38:16 -0700 Message-Id: <20210603013818.1248-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3411 This patch series mostly focuses on disabling the TPM platform hierarchy (patch 2/2) in ConfigureTpmPlatformHierarchy() with a preliminary change to add the library being modified to the [Components] section in the MinPlatformPkg DSC file. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Cc: Jiewen Yao Signed-off-by: Michael Kubacki Jeremiah Cox (1): MinPlatformPkg/TpmPlatformHierarchyLib: Disable TPM platform hierarchy Michael Kubacki (1): MinPlatformPkg: Add TpmPlatformHierarchyLib to Components in DSC Platform/Intel/MinPlatformPkg/Tcg/Library/TpmPlatformHierarchyLib/TpmPla= tformHierarchyLib.c | 51 ++++++++++++++++++++ Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc = | 1 + 2 files changed, 52 insertions(+) --=20 2.28.0.windows.1