From: "Zhiguang Liu" <zhiguang.liu@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Liu, Zhiguang" <zhiguang.liu@intel.com>
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>,
"Gao, Liming" <liming.gao@intel.com>,
"Anandraj, James Sushanth" <james.sushanth.anandraj@intel.com>
Subject: Re: [edk2-devel] [PATCH] MdePkg: add definitions for ACPI NVDIMM Device Path
Date: Wed, 20 May 2020 06:03:37 +0000 [thread overview]
Message-ID: <BN7PR11MB2804D1FF3F74566F3FE332F190B60@BN7PR11MB2804.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1610A4D3F464F008.3891@groups.io>
Hi all,
Please review this patch and I want this patch to catch 202005 stable tag?
Thanks
Zhiguang
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> Zhiguang Liu
> Sent: Wednesday, May 20, 2020 1:18 PM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
> <liming.gao@intel.com>; Anandraj, James Sushanth
> <james.sushanth.anandraj@intel.com>
> Subject: [edk2-devel] [PATCH] MdePkg: add definitions for ACPI NVDIMM
> Device Path
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2716
>
> Add definitions for ACPI NVDIMM Device Path following UEFI spec.
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: James Anandraj <james.sushanth.anandraj@intel.com>
> ---
> MdePkg/Include/Protocol/DevicePath.h | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/MdePkg/Include/Protocol/DevicePath.h
> b/MdePkg/Include/Protocol/DevicePath.h
> index 4cf4b653ba..5914cde304 100644
> --- a/MdePkg/Include/Protocol/DevicePath.h
> +++ b/MdePkg/Include/Protocol/DevicePath.h
> @@ -282,6 +282,21 @@ typedef struct {
> //
>
> } ACPI_ADR_DEVICE_PATH;
>
>
>
> +///
>
> +/// ACPI NVDIMM Device Path SubType.
>
> +///
>
> +#define ACPI_NVDIMM_DP 0x04
>
> +///
>
> +///
>
> +typedef struct {
>
> + EFI_DEVICE_PATH_PROTOCOL Header;
>
> + ///
>
> + /// NFIT Device Handle, the _ADR of the NVDIMM device.
>
> + /// The value of this field comes from Section 9.20.3 of the ACPI 6.2A
> specification.
>
> + ///
>
> + UINT32 NFITDeviceHandle;
>
> +} ACPI_NVDIMM_DEVICE_PATH;
>
> +
>
> #define ACPI_ADR_DISPLAY_TYPE_OTHER 0
>
> #define ACPI_ADR_DISPLAY_TYPE_VGA 1
>
> #define ACPI_ADR_DISPLAY_TYPE_TV 2
>
> --
> 2.25.1.windows.1
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
>
> View/Reply Online (#59937): https://edk2.groups.io/g/devel/message/59937
> Mute This Topic: https://groups.io/mt/74343610/1779286
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [zhiguang.liu@intel.com]
> -=-=-=-=-=-=
parent reply other threads:[~2020-05-20 6:03 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1610A4D3F464F008.3891@groups.io>]
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=BN7PR11MB2804D1FF3F74566F3FE332F190B60@BN7PR11MB2804.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