[edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file

Chris Jones posted 13 patches 4 years, 6 months ago
Failed in applying to current master (apply log)
MdePkg/Include/IndustryStandard/Acpi.h   |    4 +-
MdePkg/Include/IndustryStandard/Acpi64.h | 3148 ++++++++++++++++++++
MdePkg/MdePkg.ci.yaml                    |    2 +
3 files changed, 3152 insertions(+), 2 deletions(-)
create mode 100644 MdePkg/Include/IndustryStandard/Acpi64.h
[edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
Posted by Chris Jones 4 years, 6 months ago
Bugzilla: 3516 (https://bugzilla.tianocore.org/show_bug.cgi?id=3516)

This patch series introduces a header file for the latest version of the
ACPI 6.4 specification, January 2021. This header contains all updates
to the ACPI specification in addition to addressing a few small errors
from the previous ACPI header files.

Changes since v1:
1. Patch 13/13
    - Remove EFI_ACPI_6_4_GIC_STRUCTURE field name changes. [Liming]
    - Add Acpi64.h to IgnoreFiles list in MdePkg.ci.yaml. [Liming]

The changes can be seen at: https://github.com/chris-jones-arm/edk2/tree/1661_add_acpi_64_header_v2

Chris Jones (13):
  MdePkg: Add ACPI 6.4 header file
  MdePkg: Increment FADT version
  MdePkg: Rename SBSA Generic Watchdog to Arm Generic Watchdog
  MdePkg: Update PMTT to ACPI 6.4
  MdePkg: Add SPA Location Cookie field to SPA Range structure
  MdePkg: Remove DPPT table
  MdePkg: Add flags and MinTransferSize to Generic Initiator
  MdePkg: Add 'Type 5' PCC structure
  MdePkg: Add Multiprocessor Wakeup structure
  MdePkg: Add the Platform Health Assessment Table (PHAT)
  MdePkg: Add Secure Access Components in the SDEV table
  MdePkg: Add Cache ID to PPTT
  MdePkg: Fix broken coding style in Acpi64.h

 MdePkg/Include/IndustryStandard/Acpi.h   |    4 +-
 MdePkg/Include/IndustryStandard/Acpi64.h | 3148 ++++++++++++++++++++
 MdePkg/MdePkg.ci.yaml                    |    2 +
 3 files changed, 3152 insertions(+), 2 deletions(-)
 create mode 100644 MdePkg/Include/IndustryStandard/Acpi64.h

-- 
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



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


Re: [edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
Posted by Sami Mujawar 4 years, 6 months ago
For this series.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar

On 05/08/2021, 17:25, "Chris Jones" <christopher.jones@arm.com> wrote:

    Bugzilla: 3516 (https://bugzilla.tianocore.org/show_bug.cgi?id=3516)

    This patch series introduces a header file for the latest version of the
    ACPI 6.4 specification, January 2021. This header contains all updates
    to the ACPI specification in addition to addressing a few small errors
    from the previous ACPI header files.

    Changes since v1:
    1. Patch 13/13
        - Remove EFI_ACPI_6_4_GIC_STRUCTURE field name changes. [Liming]
        - Add Acpi64.h to IgnoreFiles list in MdePkg.ci.yaml. [Liming]

    The changes can be seen at: https://github.com/chris-jones-arm/edk2/tree/1661_add_acpi_64_header_v2

    Chris Jones (13):
      MdePkg: Add ACPI 6.4 header file
      MdePkg: Increment FADT version
      MdePkg: Rename SBSA Generic Watchdog to Arm Generic Watchdog
      MdePkg: Update PMTT to ACPI 6.4
      MdePkg: Add SPA Location Cookie field to SPA Range structure
      MdePkg: Remove DPPT table
      MdePkg: Add flags and MinTransferSize to Generic Initiator
      MdePkg: Add 'Type 5' PCC structure
      MdePkg: Add Multiprocessor Wakeup structure
      MdePkg: Add the Platform Health Assessment Table (PHAT)
      MdePkg: Add Secure Access Components in the SDEV table
      MdePkg: Add Cache ID to PPTT
      MdePkg: Fix broken coding style in Acpi64.h

     MdePkg/Include/IndustryStandard/Acpi.h   |    4 +-
     MdePkg/Include/IndustryStandard/Acpi64.h | 3148 ++++++++++++++++++++
     MdePkg/MdePkg.ci.yaml                    |    2 +
     3 files changed, 3152 insertions(+), 2 deletions(-)
     create mode 100644 MdePkg/Include/IndustryStandard/Acpi64.h

    -- 
    Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")




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


回复: [edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
Posted by gaoliming 4 years, 6 months ago
Create PR https://github.com/tianocore/edk2/pull/1887 for this patch set. 

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Sami
> Mujawar
> 发送时间: 2021年8月6日 16:19
> 收件人: Christopher Jones <Christopher.Jones@arm.com>;
> devel@edk2.groups.io
> 抄送: Akanksha Jain <Akanksha.Jain2@arm.com>; Ben Adderson
> <Ben.Adderson@arm.com>; Michael Kinney <michael.d.kinney@intel.com>;
> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com; Leif Lindholm
> <leif.lindholm@linaro.org>; Matteo Carlini <Matteo.Carlini@arm.com>; nd
> <nd@arm.com>
> 主题: Re: [edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
> 
> For this series.
> 
> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
> 
> Regards,
> 
> Sami Mujawar
> 
> On 05/08/2021, 17:25, "Chris Jones" <christopher.jones@arm.com> wrote:
> 
>     Bugzilla: 3516 (https://bugzilla.tianocore.org/show_bug.cgi?id=3516)
> 
>     This patch series introduces a header file for the latest version of the
>     ACPI 6.4 specification, January 2021. This header contains all updates
>     to the ACPI specification in addition to addressing a few small errors
>     from the previous ACPI header files.
> 
>     Changes since v1:
>     1. Patch 13/13
>         - Remove EFI_ACPI_6_4_GIC_STRUCTURE field name changes.
> [Liming]
>         - Add Acpi64.h to IgnoreFiles list in MdePkg.ci.yaml. [Liming]
> 
>     The changes can be seen at:
> https://github.com/chris-jones-arm/edk2/tree/1661_add_acpi_64_header_v
> 2
> 
>     Chris Jones (13):
>       MdePkg: Add ACPI 6.4 header file
>       MdePkg: Increment FADT version
>       MdePkg: Rename SBSA Generic Watchdog to Arm Generic Watchdog
>       MdePkg: Update PMTT to ACPI 6.4
>       MdePkg: Add SPA Location Cookie field to SPA Range structure
>       MdePkg: Remove DPPT table
>       MdePkg: Add flags and MinTransferSize to Generic Initiator
>       MdePkg: Add 'Type 5' PCC structure
>       MdePkg: Add Multiprocessor Wakeup structure
>       MdePkg: Add the Platform Health Assessment Table (PHAT)
>       MdePkg: Add Secure Access Components in the SDEV table
>       MdePkg: Add Cache ID to PPTT
>       MdePkg: Fix broken coding style in Acpi64.h
> 
>      MdePkg/Include/IndustryStandard/Acpi.h   |    4 +-
>      MdePkg/Include/IndustryStandard/Acpi64.h | 3148
> ++++++++++++++++++++
>      MdePkg/MdePkg.ci.yaml                    |    2 +
>      3 files changed, 3152 insertions(+), 2 deletions(-)
>      create mode 100644 MdePkg/Include/IndustryStandard/Acpi64.h
> 
>     --
>     Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")
> 
> 
> 
> 
> 
> 





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


回复: [edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
Posted by gaoliming 4 years, 6 months ago
Thanks for your update. Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

If no other comments, I will merge this patch set for 202108 stable tag. 

Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chris Jones
> 发送时间: 2021年8月6日 0:25
> 收件人: devel@edk2.groups.io
> 抄送: Sami Mujawar <Sami.Mujawar@arm.com>; Akanksha Jain
> <Akanksha.Jain2@arm.com>; Ben Adderson <Ben.Adderson@arm.com>;
> Michael Kinney <michael.d.kinney@intel.com>; gaoliming@byosoft.com.cn;
> zhiguang.liu@intel.com; Leif Lindholm <leif.lindholm@linaro.org>; Matteo
> Carlini <Matteo.Carlini@arm.com>; nd@arm.com
> 主题: [edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
> 
> Bugzilla: 3516 (https://bugzilla.tianocore.org/show_bug.cgi?id=3516)
> 
> This patch series introduces a header file for the latest version of the
> ACPI 6.4 specification, January 2021. This header contains all updates
> to the ACPI specification in addition to addressing a few small errors
> from the previous ACPI header files.
> 
> Changes since v1:
> 1. Patch 13/13
>     - Remove EFI_ACPI_6_4_GIC_STRUCTURE field name changes. [Liming]
>     - Add Acpi64.h to IgnoreFiles list in MdePkg.ci.yaml. [Liming]
> 
> The changes can be seen at:
> https://github.com/chris-jones-arm/edk2/tree/1661_add_acpi_64_header_v
> 2
> 
> Chris Jones (13):
>   MdePkg: Add ACPI 6.4 header file
>   MdePkg: Increment FADT version
>   MdePkg: Rename SBSA Generic Watchdog to Arm Generic Watchdog
>   MdePkg: Update PMTT to ACPI 6.4
>   MdePkg: Add SPA Location Cookie field to SPA Range structure
>   MdePkg: Remove DPPT table
>   MdePkg: Add flags and MinTransferSize to Generic Initiator
>   MdePkg: Add 'Type 5' PCC structure
>   MdePkg: Add Multiprocessor Wakeup structure
>   MdePkg: Add the Platform Health Assessment Table (PHAT)
>   MdePkg: Add Secure Access Components in the SDEV table
>   MdePkg: Add Cache ID to PPTT
>   MdePkg: Fix broken coding style in Acpi64.h
> 
>  MdePkg/Include/IndustryStandard/Acpi.h   |    4 +-
>  MdePkg/Include/IndustryStandard/Acpi64.h | 3148
> ++++++++++++++++++++
>  MdePkg/MdePkg.ci.yaml                    |    2 +
>  3 files changed, 3152 insertions(+), 2 deletions(-)
>  create mode 100644 MdePkg/Include/IndustryStandard/Acpi64.h
> 
> --
> Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")
> 
> 
> 
> 
> 





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