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.web11.9866.1628175448819556931 for ; Thu, 05 Aug 2021 07:57:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=nldjdaIP; 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 3C0B420B36E8; Thu, 5 Aug 2021 07:57:28 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3C0B420B36E8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1628175448; bh=CCgYN5AUQRbE+Y/V10Nah/sqH3QoEiurTaBf8a/+Y80=; h=From:To:Cc:Subject:Date:From; b=nldjdaIPONZTFg5zjLpSLnO03Rx1EvV+1aOS5YxzThCMEcXfEpfqFDswG9X9zDYtl 9ARPVWaBQPsHFuLT6/1U4JsGeSgcUawvoXfXx8c+pbDA4kbWv4y7Baknp7pfDP/HxR cgDolUyh933PsfrIZr09NYlnS+THazia2aKmDrZY= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-platforms][PATCH v1 0/5] MinPlatformPkg: TestPointCheckLib bug fixes and improvements Date: Thu, 5 Aug 2021 10:57:01 -0400 Message-Id: <20210805145706.2470-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=3D3531 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3518 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3520 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3521 This patch series groups together several bug fixes and improvements to TestPointCheckLib. The first patch is required for the others since it fixes a MinPlatformPkg build issue that occurs with the current edk2/master branch. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Michael Kubacki (5): MinPlatformPkg/TestPointCheckLib: Fix MessageLength cast issue MinPlatformPkg/TestPointCheckLib: Set required size field in protocol MinPlatformPkg/TestPointCheckLib: Fix incorrect array index MinPlatformPkg/TestPointCheckLib: Improve adjacent region checking MinPlatformPkg/TestPointCheckLib: Make OutTable parameter optional Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeCheckAcp= i.c | 32 +++++------ Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeCheckSmi= HandlerInstrument.c | 4 +- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeCheckSmm= Info.c | 56 ++++++++++---------- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeCheckTcg= TrustedBoot.c | 1 + Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPoin= tCheckLib.c | 15 +++++- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPoin= tCheckLib.c | 4 +- Platform/Intel/MinPlatformPkg/Test/TestPointStubDxe/TestPointStubDxe.c = | 10 ++-- Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPoin= tCheckLib.inf | 1 + 8 files changed, 70 insertions(+), 53 deletions(-) --=20 2.28.0.windows.1