<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello Michael/Gao/Zhiguang,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Any update on this?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Ashish</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com><br>
<b>Sent:</b> Tuesday, May 18, 2021 3:14 PM<br>
<b>To:</b> devel@edk2.groups.io <devel@edk2.groups.io>; Ashish Singhal <ashishsingha@nvidia.com>; michael.d.kinney@intel.com <michael.d.kinney@intel.com>; gaoliming@byosoft.com.cn <gaoliming@byosoft.com.cn>; zhiguang.liu@intel.com <zhiguang.liu@intel.com><br>
<b>Cc:</b> Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com><br>
<b>Subject:</b> RE: [edk2-devel] [PATCH 1/1] MdePkg: Update DBG2 and SPCR header with NVIDIA 16550 Subtype</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">External email: Use caution opening links or attachments<br>
<br>
<br>
Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com><br>
<br>
> -----Original Message-----<br>
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ashish<br>
> Singhal via groups.io<br>
> Sent: Tuesday, May 18, 2021 2:38 PM<br>
> To: devel@edk2.groups.io; michael.d.kinney@intel.com;<br>
> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com<br>
> Cc: Ashish Singhal <ashishsingha@nvidia.com><br>
> Subject: [edk2-devel] [PATCH 1/1] MdePkg: Update DBG2 and SPCR header with<br>
> NVIDIA 16550 Subtype<br>
><br>
> Add macros for NVIDIA 16550 UART specific debug port subtype in both<br>
> DBG2 as well as SPCR header file.<br>
><br>
> Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com><br>
><br>
> ---<br>
>  MdePkg/Include/IndustryStandard/DebugPort2Table.h            | 1 +<br>
>  .../IndustryStandard/SerialPortConsoleRedirectionTable.h     | 5 +++++<br>
>  2 files changed, 6 insertions(+)<br>
><br>
> diff --git a/MdePkg/Include/IndustryStandard/DebugPort2Table.h<br>
> b/MdePkg/Include/IndustryStandard/DebugPort2Table.h<br>
> index 3faa30b76a..6a6fd2590e 100644<br>
> --- a/MdePkg/Include/IndustryStandard/DebugPort2Table.h<br>
> +++ b/MdePkg/Include/IndustryStandard/DebugPort2Table.h<br>
> @@ -43,6 +43,7 @@ typedef struct {<br>
>  #define   EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_FULL_16550<br>
> 0x0000<br>
>  #define<br>
> EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_16550_SUBSET_COMPATIBLE_WITH_<br>
> MS_DBGP_SPEC  0x0001<br>
>  #define   EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_PL011_UART<br>
> 0x0003<br>
> +#define   EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_NVIDIA_16550_UART<br>
> 0x0005<br>
>  #define<br>
> EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_SBSA_GENERIC_UART_2X<br>
> 0x000d<br>
>  #define   EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_SBSA_GENERIC_UART<br>
> 0x000e<br>
>  #define   EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_DCC<br>
> 0x000f<br>
> diff --git<br>
> a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h<br>
> b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h<br>
> index 2066c7895e..ba19567f52 100644<br>
> --- a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h<br>
> +++ b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.<br>
> +++ h<br>
> @@ -80,6 +80,11 @@ typedef struct {<br>
>  ///<br>
>  #define<br>
> EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_INTERFACE_TYPE_AR<br>
> M_PL011_UART            0x03<br>
><br>
> +///<br>
> +/// NVIDIA 16550 UART<br>
> +///<br>
> +#define<br>
> EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_INTERFACE_TYPE_NV<br>
> IDIA_16550_UART         0x05<br>
> +<br>
>  ///<br>
>  /// ARM SBSA Generic UART (2.x) supporting 32-bit only accesses [deprecated]<br>
> ///<br>
> --<br>
> 2.17.1<br>
><br>
><br>
><br>
> <br>
><br>
<br>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose,
 or store or copy the information in any medium. Thank you.<br>
</div>
</span></font></div>
</body>
</html>


 <div width="1" style="color:white;clear:both">_._,_._,_</div> <hr>   Groups.io Links:<p>   You receive all messages sent to this group.    <p> <a target="_blank" href="https://edk2.groups.io/g/devel/message/75427">View/Reply Online (#75427)</a> |    |  <a target="_blank" href="https://groups.io/mt/82919032/1813853">Mute This Topic</a>  | <a href="https://edk2.groups.io/g/devel/post">New Topic</a><br>    <a href="https://edk2.groups.io/g/devel/editsub/1813853">Your Subscription</a> | <a href="mailto:devel+owner@edk2.groups.io">Contact Group Owner</a> |  <a href="https://edk2.groups.io/g/devel/unsub">Unsubscribe</a>  [edk2-devel-archive@redhat.com]<br> <div width="1" style="color:white;clear:both">_._,_._,_</div>