public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Zhichao" <zhichao.gao@intel.com>
To: "Lien, HoraceX" <horacex.lien@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: Re: [edk2-devel] [PATCH] ShellPkg/Pci.c: Update supported link speed to PCIe Gen6
Date: Mon, 27 May 2024 13:02:36 +0000	[thread overview]
Message-ID: <PH7PR11MB63773E430A4604CFEFABD2E6F6F02@PH7PR11MB6377.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20240527054035.205-1-horacex.lien@intel.com>

Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>

Thanks,
Zhichao

> -----Original Message-----
> From: Lien, HoraceX <horacex.lien@intel.com>
> Sent: Monday, May 27, 2024 1:41 PM
> To: devel@edk2.groups.io
> Cc: Lien, HoraceX <horacex.lien@intel.com>; Gao, Zhichao
> <zhichao.gao@intel.com>
> Subject: [PATCH] ShellPkg/Pci.c: Update supported link speed to PCIe Gen6
> 
> From: HoraceX Lien <horacex.lien@intel.com>
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4779
> 
> Refer to PCI express base specification Reversion 6.2, table 7-23 Link
> Capabilities Register.
> Supported Link Speeds Vector bit 5: speed 64 GT/s.
> Add the support to shell command 'pci'.
> 
> Signed-off-by: HoraceX Lien <horacex.lien@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> ---
>  ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> index 7b11f49d0d..93622733a5 100644
> --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
> @@ -4809,6 +4809,9 @@ ExplainPcieLinkCap (
>      case 5:       MaxLinkSpeed = L"32.0 GT/s";       break;+    case 6:+
> MaxLinkSpeed = L"64.0 GT/s";+      break;     default:       MaxLinkSpeed =
> L"Reserved";       break;@@ -5015,6 +5018,9 @@ ExplainPcieLinkStatus (
>      case 5:       CurLinkSpeed = L"32.0 GT/s";       break;+    case 6:+
> CurLinkSpeed = L"64.0 GT/s";+      break;     default:       CurLinkSpeed =
> L"Reserved";       break;--
> 2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119282): https://edk2.groups.io/g/devel/message/119282
Mute This Topic: https://groups.io/mt/106325909/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



      reply	other threads:[~2024-05-27 13:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-27  5:40 [edk2-devel] [PATCH] ShellPkg/Pci.c: Update supported link speed to PCIe Gen6 Lien, HoraceX
2024-05-27 13:02 ` Gao, Zhichao [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=PH7PR11MB63773E430A4604CFEFABD2E6F6F02@PH7PR11MB6377.namprd11.prod.outlook.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