public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Name <username@nvidia.com>,
	devel@edk2.groups.io, Alexei.Fedorov@arm.com,
	pierre.gondois@arm.com, michael.d.kinney@intel.com,
	gaoliming@byosoft.com.cn, zhiguang.liu@intel.com
Cc: Swatisri Kantamsetti <swatisrik@nvidia.com>, "nd@arm.com" <nd@arm.com>
Subject: Re: [PATCH 2/2] MdePkg:IORT header update for IORT Rev E.e spec
Date: Mon, 6 Feb 2023 10:34:46 +0000	[thread overview]
Message-ID: <8a23858d-8772-bf07-ab8e-4141669403b2@arm.com> (raw)
In-Reply-To: <da89133b305b6e0478c5c03d0c53ecdac95912bb.1674671138.git.swatisrik@nvidia.com>

Hi Swatisri,

Thank you for this patch.

This patch must be 1/2 to prevent git bisect from failing. Otherwise 
these changes look good to me.

With that addressed,

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

Regards,

Sami Mujawar

On 25/01/2023 06:40 pm, Name wrote:
> From: Swatisri Kantamsetti <swatisrik@nvidia.com>
>
> The IO Remapping Table, Platform Design Document, Revision E.e,
> Sept 2022 (https://developer.arm.com/documentation/den0049/ee)
> added flags in SMMUv3 node for validity of ID mappings for MSIs
> related to control interrupts.
>
> Therefore, update the IORT header file to:
> - increment IORT table revision to 6
> - add support for DeviceId valid flag
>
> Signed-off-by: Swatisri Kantamsetti <swatisrik@nvidia.com>
> ---
>   MdePkg/Include/IndustryStandard/IoRemappingTable.h | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/MdePkg/Include/IndustryStandard/IoRemappingTable.h b/MdePkg/Include/IndustryStandard/IoRemappingTable.h
> index f48a4a95cd..544aa67a05 100644
> --- a/MdePkg/Include/IndustryStandard/IoRemappingTable.h
> +++ b/MdePkg/Include/IndustryStandard/IoRemappingTable.h
> @@ -9,6 +9,8 @@
>     @par Reference(s):
>     - IO Remapping Table, Platform Design Document, Revision E.d, Feb 2022
>       (https://developer.arm.com/documentation/den0049/)
> +  - IO Remapping Table, Platform Design Document, Revision E.e, Sept 2022
> +      (https://developer.arm.com/documentation/den0049/)
>   
>     @par Glossary:
>     - Ref  : Reference
> @@ -24,6 +26,7 @@
>   #define EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00  0x0
>   #define EFI_ACPI_IO_REMAPPING_TABLE_REVISION_04  0x4   // Deprecated
>   #define EFI_ACPI_IO_REMAPPING_TABLE_REVISION_05  0x5
> +#define EFI_ACPI_IO_REMAPPING_TABLE_REVISION_06  0x6
>   
>   #define EFI_ACPI_IORT_TYPE_ITS_GROUP     0x0
>   #define EFI_ACPI_IORT_TYPE_NAMED_COMP    0x1
> @@ -59,6 +62,7 @@
>   #define EFI_ACPI_IORT_SMMUv3_FLAG_COHAC_OVERRIDE    BIT0
>   #define EFI_ACPI_IORT_SMMUv3_FLAG_HTTU_OVERRIDE     BIT1
>   #define EFI_ACPI_IORT_SMMUv3_FLAG_PROXIMITY_DOMAIN  BIT3
> +#define EFI_ACPI_IORT_SMMUv3_FLAG_DEVICEID_VALID    BIT4
>   
>   #define EFI_ACPI_IORT_SMMUv3_MODEL_GENERIC           0x0
>   #define EFI_ACPI_IORT_SMMUv3_MODEL_HISILICON_HI161X  0x1

  parent reply	other threads:[~2023-02-06 10:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25 18:40 [PATCH 1/2] DynamicTablesPkg: IORT generator updates for Rev E.e spec Name
2023-01-25 18:40 ` [PATCH 2/2] MdePkg:IORT header update for IORT " Name
2023-01-29  5:59   ` 回复: " gaoliming
2023-02-03 18:47     ` Swatisri Kantamsetti
2023-02-10  5:26       ` 回复: [edk2-devel] " gaoliming
2023-02-06 10:34   ` Sami Mujawar [this message]
2023-02-03 16:40 ` [PATCH 1/2] DynamicTablesPkg: IORT generator updates for " PierreGondois
2023-02-06 10:38 ` Sami Mujawar

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=8a23858d-8772-bf07-ab8e-4141669403b2@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