public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: devel@edk2.groups.io, Chris Jones <christopher.jones@arm.com>
Cc: michael.d.kinney@intel.com, gaoliming@byosoft.com.cn,
	zhiguang.liu@intel.com, ray.ni@intel.com, zhichao.gao@intel.com,
	Alexei.Fedorov@arm.com, nd@arm.com
Subject: Re: [edk2-devel] [PATCH v3 0/7] Support ACPI 6.4 PPTT changes
Date: Fri, 10 Dec 2021 20:10:44 +0000	[thread overview]
Message-ID: <d8da815b-4a00-6b3d-1ea8-6e4062803f16@arm.com> (raw)
In-Reply-To: <16BF24D08620153C.20064@groups.io>

Merged as 0f1d7477c0a8..e81a81e5846e

Regards,

Sami Mujawar


On 09/12/2021 05:00 PM, Sami Mujawar via groups.io wrote:
> Hi Chris,
>
> Thank you for this patch series.
>
> Other than my feedback for optimisation in patch 7/7  (which I will 
> address before merging), this patch series looks good to me.
>
> For this series,
>
> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
>
> Regards,
>
> Sami Mujawar
>
> On 08/12/2021 04:06 PM, Chris Jones wrote:
>> Bugzilla: 3697 (https://bugzilla.tianocore.org/show_bug.cgi?id=3697)
>>
>> This patch series updates the Acpiview PPTT parser and DynamicTablesPkg
>> PPTT generator to support ACPI 6.4. This consists of two main changes:
>>   - The addition of the 'Cache ID' field.
>>   - The removal of the PPTT ID (type 2) structure.
>>
>> In addition add two 'Cache ID' defines and remove the type 2 PPTT
>> structure from Acpi64.h as these changes were missing when Acpi64.h was
>> introduced.
>>
>> Changes since v2:
>> 1. Added mantis ID for PPTT type 2 structure removal on relevant commit
>>     messages. No change to code.
>> 2. Applied uncrustify to all patches. No other changes to code.
>>
>> Changes since v1:
>> 1. Patch 3/7 ShellPkg:
>>      - Changed PPTT ID error message to say "removed" instead of 
>> "deprecated".
>> 2. Patch 4/7 ShellPkg:
>>      - Fixed a bug where 'CacheFlags' and 'CacheId' were only set 
>> after the
>>        validation function had finished. Instead set them inside the
>>        validation function using the first 'Ptr' parameter.
>> 3. Patch 7/7 DynamicTablesPkg:
>>      - Make IsCacheIdUnique() return BOOLEAN instead of EFI_STATUS.
>>      - Added a missing space to the definition of 'IsCacheIdUnique'.
>>
>> The changes can be seen at: 
>> https://github.com/chris-jones-arm/edk2/tree/1632_64_acpi_cache_id_v3
>>
>>
>> Chris Jones (7):
>>    MdePkg: Add missing Cache ID (in)valid define
>>    MdePkg: Remove PPTT ID type structure
>>    ShellPkg: Update Acpiview PPTT parser to ACPI 6.4
>>    ShellPkg: Add Cache ID to PPTT parser
>>    DynamicTablesPkg: Remove PPTT ID structure from ACPI 6.4 generator
>>    DynamicTablesPkg: Update PPTT generator to ACPI 6.4
>>    DynamicTablesPkg: Add CacheId to PPTT generator
>>
>>   .../Include/ArmNameSpaceObjects.h             |  27 +-
>>   .../Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c   | 296 +++++++-----------
>>   .../Acpi/Arm/AcpiPpttLibArm/PpttGenerator.h   |   4 -
>>   MdePkg/Include/IndustryStandard/Acpi64.h      |  18 +-
>>   .../Parsers/Pptt/PpttParser.c                 | 214 +++++++++----
>>   .../UefiShellAcpiViewCommandLib.c             |   2 +-
>>   6 files changed, 272 insertions(+), 289 deletions(-)
>>
>
>
>
> 
>
>


      parent reply	other threads:[~2021-12-10 20:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 16:06 [PATCH v3 0/7] Support ACPI 6.4 PPTT changes Chris Jones
2021-12-08 16:06 ` [PATCH v3 1/7] MdePkg: Add missing Cache ID (in)valid define Chris Jones
2021-12-08 16:06 ` [PATCH v3 2/7] MdePkg: Remove PPTT ID type structure Chris Jones
2021-12-08 16:06 ` [PATCH v3 3/7] ShellPkg: Update Acpiview PPTT parser to ACPI 6.4 Chris Jones
2021-12-08 16:06 ` [PATCH v3 4/7] ShellPkg: Add Cache ID to PPTT parser Chris Jones
2021-12-08 16:06 ` [PATCH v3 5/7] DynamicTablesPkg: Remove PPTT ID structure from ACPI 6.4 generator Chris Jones
2021-12-08 16:06 ` [PATCH v3 6/7] DynamicTablesPkg: Update PPTT generator to ACPI 6.4 Chris Jones
2021-12-08 16:06 ` [PATCH v3 7/7] DynamicTablesPkg: Add CacheId to PPTT generator Chris Jones
2021-12-09 13:19   ` Sami Mujawar
2021-12-09 13:42     ` Chris Jones
2021-12-09 17:00 ` [PATCH v3 0/7] Support ACPI 6.4 PPTT changes Sami Mujawar
     [not found] ` <16BF24D08620153C.20064@groups.io>
2021-12-10 20:10   ` Sami Mujawar [this message]

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=d8da815b-4a00-6b3d-1ea8-6e4062803f16@arm.com \
    --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