public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdePkg: Include Acpi hearder file
@ 2020-04-15 11:40 Wasim Khan
  2020-04-16 16:53 ` [edk2-devel] " Laszlo Ersek
  0 siblings, 1 reply; 2+ messages in thread
From: Wasim Khan @ 2020-04-15 11:40 UTC (permalink / raw)
  To: devel; +Cc: michael.d.kinney, liming.gao, v.sethi, Wasim Khan

ACPI memory mapped configuration space access (MCFG) table requires
defination of EFI_ACPI_DESCRIPTION_HEADER.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
---
 .../IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
index 3356ec9..8a4933d 100644
--- a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
+++ b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.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
 //
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [PATCH] MdePkg: Include Acpi hearder file
  2020-04-15 11:40 [PATCH] MdePkg: Include Acpi hearder file Wasim Khan
@ 2020-04-16 16:53 ` Laszlo Ersek
  0 siblings, 0 replies; 2+ messages in thread
From: Laszlo Ersek @ 2020-04-16 16:53 UTC (permalink / raw)
  To: devel, wasim.khan; +Cc: michael.d.kinney, liming.gao, v.sethi

On 04/15/20 13:40, Wasim Khan wrote:
> ACPI memory mapped configuration space access (MCFG) table requires
> defination of EFI_ACPI_DESCRIPTION_HEADER.
> 
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> ---
>  .../IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h        | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
> index 3356ec9..8a4933d 100644
> --- a/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
> +++ b/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.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
>  //
> 

There's a typo in the subject: s/hearder/header/.

(I'll let the MdePkg maintainers review this patch beyond this
superficial comment.)

Thanks
Laszlo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-16 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 11:40 [PATCH] MdePkg: Include Acpi hearder file Wasim Khan
2020-04-16 16:53 ` [edk2-devel] " Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox