public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Liming Gao" <liming.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Gao, Liming" <liming.gao@intel.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Wasim Khan" <wasim.khan@nxp.com>
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>,
	Varun Sethi <V.Sethi@nxp.com>
Subject: Re: [edk2-devel] [PATCH v2] MdePkg: Include Acpi header file
Date: Fri, 19 Jun 2020 14:09:29 +0000	[thread overview]
Message-ID: <MWHPR11MB163074304EE087DBFCA5A21C80980@MWHPR11MB1630.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1619E6FD13E309C3.13400@groups.io>

PR: https://github.com/tianocore/edk2/pull/713

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Liming Gao
> Sent: Friday, June 19, 2020 5:12 PM
> To: Philippe Mathieu-Daudé <philmd@redhat.com>; Wasim Khan <wasim.khan@nxp.com>; devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Varun Sethi <V.Sethi@nxp.com>
> Subject: Re: [edk2-devel] [PATCH v2] MdePkg: Include Acpi header file
> 
> Reviewed-by: Liming Gao <liming.gao@intel.com>
> 
> -----Original Message-----
> From: Philippe Mathieu-Daudé <philmd@redhat.com>
> Sent: 2020年6月1日 19:18
> To: Wasim Khan <wasim.khan@nxp.com>; devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <liming.gao@intel.com>; Varun Sethi <V.Sethi@nxp.com>
> Subject: Re: [edk2-devel] [PATCH v2] MdePkg: Include Acpi header file
> 
> On 6/1/20 1:16 PM, Wasim Khan wrote:
> >
> >
> >> -----Original Message-----
> >> From: Philippe Mathieu-Daudé <philmd@redhat.com>
> >> Sent: Monday, June 1, 2020 2:17 PM
> >> To: devel@edk2.groups.io; Wasim Khan <wasim.khan@nxp.com>
> >> Cc: michael.d.kinney@intel.com; liming.gao@intel.com; Varun Sethi
> >> <V.Sethi@nxp.com>
> >> Subject: Re: [edk2-devel] [PATCH v2] MdePkg: Include Acpi header file
> >>
> >> On 4/20/20 9:48 AM, Wasim Khan wrote:
> >>> ACPI memory mapped configuration space access (MCFG) table requires
> >>> defination of EFI_ACPI_DESCRIPTION_HEADER.
> >>
> >> What about:
> >>
> >> - DynamicTablesPkg/Include/Library/TableHelperLib.h
> >> - DynamicTablesPkg/Include/StandardNameSpaceObjects.h
> >> - EmbeddedPkg/Include/Library/AcpiLib.h
> >
> > EmbeddedPkg/Include/Library/AcpiLib.h  => Acpi10.h is included in this file.
> > For other two, Acpi.h /Acpi10.h has been included in the files where above header file are used.
> 
> OK, thanks Wasim.
> 
> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
> 
> >
> >>
> >>>
> >>> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> >>> ---
> >>> Changes in v2: Corrected typo in subject
> >>>
> >>>  .../IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h        |
> >> 2 ++
> >>>  1 file changed, 2 insertions(+)
> >>>
> >>> diff --git
> >>>
> >> a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAcces
> >> s
> >>> Table.h
> >>>
> >> b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAcces
> >> s
> >>> Table.h
> >>> index 3356ec9..8a4933d 100644
> >>> ---
> >>>
> >> a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAcces
> >> s
> >>> Table.h
> >>> +++
> >> b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAc
> >>> +++ cessTable.h
> >>> @@ -10,6 +10,8 @@
> >>>  #ifndef _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_
> >>>  #define _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_
> >>>
> >>> +#include <IndustryStandard/Acpi.h>
> >>> +
> >>>  //
> >>>  // Ensure proper structure formats
> >>>  //
> >>>
> >
> 
> 
> 


      parent reply	other threads:[~2020-06-19 14:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20  7:48 [PATCH v2] MdePkg: Include Acpi header file Wasim Khan
2020-05-31 12:29 ` [edk2-devel] " Zhiguang Liu
2020-06-01  8:46 ` Philippe Mathieu-Daudé
2020-06-01 11:16   ` Wasim Khan
2020-06-01 11:17     ` Philippe Mathieu-Daudé
2020-06-19  9:11       ` Liming Gao
     [not found]       ` <1619E6FD13E309C3.13400@groups.io>
2020-06-19 14:09         ` Liming Gao [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=MWHPR11MB163074304EE087DBFCA5A21C80980@MWHPR11MB1630.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