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.11457.1628181512244987238 for ; Thu, 05 Aug 2021 09:38:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=iCKBWJDR; 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 C15B4209F30C; Thu, 5 Aug 2021 09:38:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C15B4209F30C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1628181511; bh=lcJaFsj3IlFTwwA+3wxfDBFJ6xmOpvQ515sERgKSWkQ=; h=From:To:Cc:Subject:Date:From; b=iCKBWJDRxeLMJnTCwDoDfKy9h88zuyuYnRbAyt2GGhCDqU/iJqcU+yHwp3l5wzdEt gCHXOV6n2JokhsZcqJa3SmeVuA/1CAgKzcpS0n9Sh7NBTSwznEAnfMSlCOsToxRSyN bUUewbTPm36yieQwWDpP/fq+KwEpgLPYkgHsUVrE= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements Date: Thu, 5 Aug 2021 12:38:12 -0400 Message-Id: <20210805163816.2757-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=3D3532 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3533 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3534 This patch series groups together several bug fixes and improvements to AcpiPlatform. Note that the following patch from a different series that is on the mailing list is currently required for MinPlatformPkg to build: https://edk2.groups.io/g/devel/message/78711 Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Michael Kubacki (4): MinPlatformPkg/AcpiPlatform: Use PCD for WSMT OEM revision MinPlatformPkg/AcpiPlatform: Use CreatorId and CreatorRevision in headers MinPlatformPkg/AcpiPlatform: Set X_GPE1_BLK GAS structure to zeroes MinPlatformPkg/AcpiPlatform: Remove unused BoardAcpiTableLib Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c | 7 ++++-= -- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/Wsmt/Wsmt.c | 4 +--- Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.h | 1 - Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) --=20 2.28.0.windows.1