public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <christopher.jones@arm.com>
Cc: "'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>,
	<zhiguang.liu@intel.com>,
	"'Leif Lindholm'" <leif.lindholm@linaro.org>,
	"'Matteo Carlini'" <Matteo.Carlini@arm.com>, <nd@arm.com>
Subject: 回复: [edk2-devel] [PATCH v2 00/13] Add ACPI 6.4 header file
Date: Fri, 6 Aug 2021 09:28:19 +0800	[thread overview]
Message-ID: <017f01d78a62$56bbb810$04332830$@byosoft.com.cn> (raw)
In-Reply-To: <20210805162522.13201-1-christopher.jones@arm.com>

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




  parent reply	other threads:[~2021-08-06  1:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05 16:25 [PATCH v2 00/13] Add ACPI 6.4 header file Chris Jones
2021-08-05 16:25 ` [PATCH v2 01/13] MdePkg: " Chris Jones
2021-08-05 16:25 ` [PATCH v2 02/13] MdePkg: Increment FADT version Chris Jones
2021-08-05 16:25 ` [PATCH v2 03/13] MdePkg: Rename SBSA Generic Watchdog to Arm Generic Watchdog Chris Jones
2021-08-05 16:25 ` [PATCH v2 04/13] MdePkg: Update PMTT to ACPI 6.4 Chris Jones
2021-08-05 16:25 ` [PATCH v2 05/13] MdePkg: Add SPA Location Cookie field to SPA Range structure Chris Jones
2021-08-05 16:25 ` [PATCH v2 06/13] MdePkg: Remove DPPT table Chris Jones
2021-08-05 16:25 ` [PATCH v2 07/13] MdePkg: Add flags and MinTransferSize to Generic Initiator Chris Jones
2021-08-05 16:25 ` [PATCH v2 08/13] MdePkg: Add 'Type 5' PCC structure Chris Jones
2021-08-05 16:25 ` [PATCH v2 09/13] MdePkg: Add Multiprocessor Wakeup structure Chris Jones
2021-08-05 16:25 ` [PATCH v2 10/13] MdePkg: Add the Platform Health Assessment Table (PHAT) Chris Jones
2021-08-05 16:25 ` [PATCH v2 11/13] MdePkg: Add Secure Access Components in the SDEV table Chris Jones
2021-08-05 16:25 ` [PATCH v2 12/13] MdePkg: Add Cache ID to PPTT Chris Jones
2021-08-05 16:25 ` [PATCH v2 13/13] MdePkg: Fix broken coding style in Acpi64.h Chris Jones
2021-08-06  1:28 ` gaoliming [this message]
2021-08-06  8:19 ` [PATCH v2 00/13] Add ACPI 6.4 header file Sami Mujawar
2021-08-11  1:27   ` 回复: [edk2-devel] " gaoliming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='017f01d78a62$56bbb810$04332830$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox