public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Wu, Hao A" <hao.a.wu@intel.com>
To: "Zhu, Weipu" <weipu.zhu@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Gao, Liming" <gaoliming@byosoft.com.cn>,
	"Liu, Zhiguang" <zhiguang.liu@intel.com>
Subject: Re: [PATCH v2 2/2] MdePkg: Add NVMe boot partition header definition
Date: Mon, 6 Feb 2023 05:17:55 +0000	[thread overview]
Message-ID: <DM6PR11MB4025390F1CE543F9061C795CCADA9@DM6PR11MB4025.namprd11.prod.outlook.com> (raw)
In-Reply-To: <4653d1c40553cb73e5f133de3655142b6a2b2710.1675319448.git.weipu.zhu@intel.com>

Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu

> -----Original Message-----
> From: Zhu, Weipu <weipu.zhu@intel.com>
> Sent: Thursday, February 2, 2023 2:42 PM
> To: devel@edk2.groups.io
> Cc: Zhu, Weipu <weipu.zhu@intel.com>; Wu, Hao A <hao.a.wu@intel.com>;
> Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Liu, Zhiguang <zhiguang.liu@intel.com>
> Subject: [PATCH v2 2/2] MdePkg: Add NVMe boot partition header definition
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4304
> 
> Add NVMe boot partition header definition to NVMe.h
> according to NVMe spec 2.0.
> 
> Signed-off-by: Weipu Zhu <weipu.zhu@intel.com>
> Cc: Hao Wu <hao.a.wu@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/Nvme.h | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/MdePkg/Include/IndustryStandard/Nvme.h
> b/MdePkg/Include/IndustryStandard/Nvme.h
> index 3b4e9fe67c..8b8a1bb7f3 100644
> --- a/MdePkg/Include/IndustryStandard/Nvme.h
> +++ b/MdePkg/Include/IndustryStandard/Nvme.h
> @@ -546,6 +546,19 @@ typedef struct {
>  #define NVME_RPMB_RESULT_AUTHKEY_NOT_PROGRAMMED  0x07
>  #define NVME_RPMB_RESULT_INVALID_DCB             0x08
> 
> +//
> +// Get Log Page - Boot Partition Log Header.
> +// (ref. NVMe Base spec. v2.0 Figure 262).
> +//
> +typedef struct {
> +  UINT8     LogIdentifier;   /* Log Identifier, shall be set to 15h */
> +  UINT8     Rsvd1[3];
> +  UINT32    Bpsz  : 15;      /* Boot Partition Size */
> +  UINT32    Rsvd2 : 16;
> +  UINT32    Abpid : 1;       /* Active Boot Partition ID */
> +  UINT8     Rsvd3[8];
> +} NVME_BOOT_PARTITION_HEADER;
> +
>  //
>  // NvmExpress Admin Identify Cmd
>  //
> --
> 2.37.1.windows.1


  reply	other threads:[~2023-02-06  5:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1675319448.git.weipu.zhu@intel.com>
2023-02-02  6:41 ` [PATCH v2 1/2] MdePkg: Add RPMB related commands and DCB definition for NVMe Weipu Zhu
2023-02-06  5:17   ` Wu, Hao A
2023-02-10  0:39     ` Michael D Kinney
2023-02-10  3:18       ` Michael D Kinney
2023-02-02  6:41 ` [PATCH v2 2/2] MdePkg: Add NVMe boot partition header definition Weipu Zhu
2023-02-06  5:17   ` Wu, Hao A [this message]
2023-02-10  0:39     ` Michael D Kinney

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=DM6PR11MB4025390F1CE543F9061C795CCADA9@DM6PR11MB4025.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