From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from walk.intel-email.com (walk.intel-email.com [101.227.64.242]) by mx.groups.io with SMTP id smtpd.web09.32577.1661480127157201704 for ; Thu, 25 Aug 2022 19:15:29 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@byosoft.com.cn header.s=cloud-union header.b=nqV943oP; spf=pass (domain: byosoft.com.cn, ip: 101.227.64.242, mailfrom: gaoliming@byosoft.com.cn) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 5FCFECD1F7EC for ; Fri, 26 Aug 2022 10:15:17 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1661480117; bh=KOQ7WYCw4XvZixISLQQQNRIqPNlAlCyT7Cyl1RJ7IUI=; h=From:To:Subject:Date; b=nqV943oPbjLXTnVGreKSSDby3N+EIwCXUrBn7sOpqnctXMVlUNigEpukqq0nIggWg Qz7R2ZMsuMlk8/TNAXZ68iK/y8EEs1w0lTiijKobb0SwAiY8VPjbU5RG3N3w5ro/IA uMMIgvJwkYn2MoVk/FFhqohZfx5K7JfypOrhm/Fc= Received: from localhost (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 5B9B4CD1F7EB for ; Fri, 26 Aug 2022 10:15:17 +0800 (CST) X-Virus-Scanned: by SpamTitan at intel-email.com Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 28573CD1F7CF for ; Fri, 26 Aug 2022 10:15:17 +0800 (CST) Authentication-Results: walk.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by walk.intel-email.com (Postfix) with SMTP id 2F13FCD1F7E4 for ; Fri, 26 Aug 2022 10:15:14 +0800 (CST) Received: from localhost.localdomain ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 26 Aug 2022 10:15:11 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: devel@edk2.groups.io Subject: [edk2-stable202208 0/3] Revert three patches for edk2 stable tag 202208 Date: Fri, 26 Aug 2022 10:14:53 +0800 Message-Id: <20220826021456.2428-1-gaoliming@byosoft.com.cn> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Sender: Liming Gao Content-Transfer-Encoding: quoted-printable Two features will be merged after the stable tag 202208 is created.=20 One behavior change will be discussed further.=20 Liming Gao (3): Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test" Revert "ShellPkg: Adds Local APIC parser to AcpiView" Revert "BaseTools: Fix DSC LibraryClass precedence rule" .../Parsers/Madt/MadtParser.c | 74 +- .../UnitTest/CpuPageTableLibUnitTestHost.c | 794 --- .../CpuPageTableLib/UnitTest/RandomNumber.c | 5009 ----------------- .../CpuPageTableLib/UnitTest/RandomTest.c | 926 --- .../CpuPageTableLib/UnitTest/TestHelper.c | 309 - .../Source/Python/Workspace/DscBuildData.py | 4 +- .../UnitTest/CpuPageTableLibUnitTest.h | 117 - .../UnitTest/CpuPageTableLibUnitTestHost.inf | 42 - .../CpuPageTableLib/UnitTest/RandomTest.h | 57 - UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc | 9 - UefiCpuPkg/UefiCpuPkg.ci.yaml | 4 +- 11 files changed, 10 insertions(+), 7335 deletions(-) delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTa= bleLibUnitTestHost.c delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomNum= ber.c delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomTes= t.c delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/TestHelpe= r.c delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTa= bleLibUnitTest.h delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTa= bleLibUnitTestHost.inf delete mode 100644 UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomTes= t.h --=20 2.27.0.windows.1