[edk2-devel] [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements

Michael Kubacki posted 4 patches 2 years, 8 months ago
Failed in applying to current master (apply log)
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(-)
[edk2-devel] [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements
Posted by Michael Kubacki 2 years, 8 months ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3532
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3533
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3534

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 <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

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(-)

-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#78740): https://edk2.groups.io/g/devel/message/78740
Mute This Topic: https://groups.io/mt/84688758/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements
Posted by Nate DeSimone 2 years, 7 months ago
The series has been pushed as 2bb0314~..d281e9e

-----Original Message-----
From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com> 
Sent: Thursday, August 5, 2021 9:38 AM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
Subject: [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements

From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3532
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3533
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3534

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 <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

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(-)

--
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80683): https://edk2.groups.io/g/devel/message/80683
Mute This Topic: https://groups.io/mt/84688758/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements
Posted by Michael D Kinney 2 years, 8 months ago
Hi Michael,

These all look like reasonable changes to me.

Acked-by: Michael D Kinney <michael.d.kinney@intel.com>

Mike

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael Kubacki
> Sent: Thursday, August 5, 2021 9:38 AM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
> Subject: [edk2-devel] [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3532
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3533
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3534
> 
> 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 <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> 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(-)
> 
> --
> 2.28.0.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#78740): https://edk2.groups.io/g/devel/message/78740
> Mute This Topic: https://groups.io/mt/84688758/1643496
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub [michael.d.kinney@intel.com]
> -=-=-=-=-=-=
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79606): https://edk2.groups.io/g/devel/message/79606
Mute This Topic: https://groups.io/mt/84688758/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements
Posted by Nate DeSimone 2 years, 7 months ago
For the series..

Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>

-----Original Message-----
From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com> 
Sent: Thursday, August 5, 2021 9:38 AM
To: devel@edk2.groups.io
Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
Subject: [edk2-platforms][PATCH v1 0/4] MinPlatformPkg: AcpiPlatform bug fixes and improvements

From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3532
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3533
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3534

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 <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

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(-)

--
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80682): https://edk2.groups.io/g/devel/message/80682
Mute This Topic: https://groups.io/mt/84688758/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-