public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
@ 2023-06-01 11:55 Chen, Aryeh
  2023-06-02 18:10 ` Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Chen, Aryeh @ 2023-06-01 11:55 UTC (permalink / raw)
  To: devel; +Cc: Aryeh Chen, Michael D Kinney, Liming Gao, Zhiguang Liu,
	Jiewen Yao

From: Aryeh Chen <aryeh.chen@intel.com>

Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=4474

ACPI_Spec_6_5_Aug29 Table 5.19 page #128 that MADT Revision
field is 6.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Aryeh Chen <aryeh.chen@intel.com>
---
 MdePkg/Include/IndustryStandard/Acpi65.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h b/MdePkg/Include/IndustryStandard/Acpi65.h
index 1e41ae9a27..6caadf2404 100644
--- a/MdePkg/Include/IndustryStandard/Acpi65.h
+++ b/MdePkg/Include/IndustryStandard/Acpi65.h
@@ -293,7 +293,7 @@ typedef struct {
 ///
 /// MADT Revision (as defined in ACPI 6.5 spec.)
 ///
-#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION  0x05
+#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION  0x06
 
 ///
 /// Multiple APIC Flags
-- 
2.34.0.windows.1


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

* Re: [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
  2023-06-01 11:55 [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5 Chen, Aryeh
@ 2023-06-02 18:10 ` Michael D Kinney
  2023-06-06 19:48   ` Michael D Kinney
  0 siblings, 1 reply; 3+ messages in thread
From: Michael D Kinney @ 2023-06-02 18:10 UTC (permalink / raw)
  To: Chen, Aryeh, devel@edk2.groups.io
  Cc: Gao, Liming, Liu, Zhiguang, Yao, Jiewen, Kinney, Michael D

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>



> -----Original Message-----
> From: Chen, Aryeh <aryeh.chen@intel.com>
> Sent: Thursday, June 1, 2023 4:56 AM
> To: devel@edk2.groups.io
> Cc: Chen, Aryeh <aryeh.chen@intel.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Liu,
> Zhiguang <zhiguang.liu@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>
> Subject: [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
> 
> From: Aryeh Chen <aryeh.chen@intel.com>
> 
> Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=4474
> 
> ACPI_Spec_6_5_Aug29 Table 5.19 page #128 that MADT Revision
> field is 6.
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Signed-off-by: Aryeh Chen <aryeh.chen@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/Acpi65.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h
> b/MdePkg/Include/IndustryStandard/Acpi65.h
> index 1e41ae9a27..6caadf2404 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi65.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi65.h
> @@ -293,7 +293,7 @@ typedef struct {
>  ///
> 
>  /// MADT Revision (as defined in ACPI 6.5 spec.)
> 
>  ///
> 
> -#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION  0x05
> 
> +#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION  0x06
> 
> 
> 
>  ///
> 
>  /// Multiple APIC Flags
> 
> --
> 2.34.0.windows.1


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

* Re: [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
  2023-06-02 18:10 ` Michael D Kinney
@ 2023-06-06 19:48   ` Michael D Kinney
  0 siblings, 0 replies; 3+ messages in thread
From: Michael D Kinney @ 2023-06-06 19:48 UTC (permalink / raw)
  To: Chen, Aryeh, devel@edk2.groups.io
  Cc: Gao, Liming, Liu, Zhiguang, Yao, Jiewen, Kinney, Michael D

Merged

https://github.com/tianocore/edk2/pull/4522

Mike

> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Friday, June 2, 2023 11:10 AM
> To: Chen, Aryeh <aryeh.chen@intel.com>; devel@edk2.groups.io
> Cc: Gao, Liming <gaoliming@byosoft.com.cn>; Liu, Zhiguang
> <zhiguang.liu@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: RE: [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec
> 6.5
> 
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> 
> 
> > -----Original Message-----
> > From: Chen, Aryeh <aryeh.chen@intel.com>
> > Sent: Thursday, June 1, 2023 4:56 AM
> > To: devel@edk2.groups.io
> > Cc: Chen, Aryeh <aryeh.chen@intel.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>;
> Liu,
> > Zhiguang <zhiguang.liu@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>
> > Subject: [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
> >
> > From: Aryeh Chen <aryeh.chen@intel.com>
> >
> > Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=4474
> >
> > ACPI_Spec_6_5_Aug29 Table 5.19 page #128 that MADT Revision
> > field is 6.
> >
> > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> > Cc: Jiewen Yao <jiewen.yao@intel.com>
> > Signed-off-by: Aryeh Chen <aryeh.chen@intel.com>
> > ---
> >  MdePkg/Include/IndustryStandard/Acpi65.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h
> > b/MdePkg/Include/IndustryStandard/Acpi65.h
> > index 1e41ae9a27..6caadf2404 100644
> > --- a/MdePkg/Include/IndustryStandard/Acpi65.h
> > +++ b/MdePkg/Include/IndustryStandard/Acpi65.h
> > @@ -293,7 +293,7 @@ typedef struct {
> >  ///
> >
> >  /// MADT Revision (as defined in ACPI 6.5 spec.)
> >
> >  ///
> >
> > -#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION  0x05
> >
> > +#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION  0x06
> >
> >
> >
> >  ///
> >
> >  /// Multiple APIC Flags
> >
> > --
> > 2.34.0.windows.1


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

end of thread, other threads:[~2023-06-06 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 11:55 [PATCH v2] MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5 Chen, Aryeh
2023-06-02 18:10 ` Michael D Kinney
2023-06-06 19:48   ` Michael D Kinney

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