Reviewed-by: Liming Gao <[email protected]> > -----邮件原件----- > 发件人: [email protected] <[email protected]> 代表 Chen, Aryeh > 发送时间: 2023年6月1日 19:54 > 收件人: [email protected] > 抄送: Aryeh Chen <[email protected]>; Michael D Kinney > <[email protected]>; Liming Gao <[email protected]>; > Zhiguang Liu <[email protected]>; Jiewen Yao <[email protected]> > 主题: [edk2-devel] [PATCH v1] MdePkg ACPI65: Update MADT Revision pre > ACPI Spec 6.5 > > From: Aryeh Chen <[email protected]> > > 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. > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306 > > Cc: Michael D Kinney <[email protected]> > Cc: Liming Gao <[email protected]> > Cc: Zhiguang Liu <[email protected]> > Cc: Jiewen Yao <[email protected]> > Signed-off-by: Aryeh Chen <[email protected]> > --- > 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 > > > > > -=-=-=-=-=-= > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#105555): > https://edk2.groups.io/g/devel/message/105555 > Mute This Topic: https://groups.io/mt/99261894/4905953 > Group Owner: [email protected] > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [[email protected]] > -=-=-=-=-=-= >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#105608): https://edk2.groups.io/g/devel/message/105608 Mute This Topic: https://groups.io/mt/99277939/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
