From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web10.1563.1685668476005525134 for ; Thu, 01 Jun 2023 18:14:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=ao/yk84F; spf=pass (domain: byosoft.com.cn, ip: 121.46.250.151, mailfrom: gaoliming@byosoft.com.cn) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 3EC01DDA7B7 for ; Fri, 2 Jun 2023 09:14:33 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1685668473; bh=7VZhDpg6REnnwGaTQhMvAjugarskg2y8d5kqKOPy/0Q=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=ao/yk84FqDmeoyI11nvh2YWAk4+1YTqsdJULwqJMs7C2kDYf7ZOZjNpemh1bKlZl6 P1ff/YADUNchpdAdjOIWTSLhPhx9UyWahZ5NZNovp4DA47PUCL+xPXmXvISz9vPlwf ZpPyBEskz5znEi+aqLIoR2Z5KfAg3cyzaRrZMRjI= Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 3A61ADDA7BE for ; Fri, 2 Jun 2023 09:14:33 +0800 (CST) Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 076BDDDA798 for ; Fri, 2 Jun 2023 09:14:33 +0800 (CST) Authentication-Results: cxsh.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 925D1DDA7BB for ; Fri, 2 Jun 2023 09:14:29 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 02 Jun 2023 09:14:25 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Jiewen Yao'" References: <20230601115339.720-1-aryeh.chen@intel.com> In-Reply-To: <20230601115339.720-1-aryeh.chen@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxXSBNZGVQa2cgQUNQSTY1OiBVcGRhdGUgTUFEVCBSZXZpc2lvbiBwcmUgQUNQSSBTcGVjIDYuNQ==?= Date: Fri, 2 Jun 2023 09:14:27 +0800 Message-ID: <029401d994ef$93b9c420$bb2d4c60$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJSJGZQsRdpILFMjqO0BuGnMEWIaq6FllhA Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io = =B4=FA=B1=ED Chen, Aryeh > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA6=D4=C21=C8=D5 19:54 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Aryeh Chen ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Jiewen Yao = > =D6=F7=CC=E2: [edk2-devel] [PATCH v1] MdePkg ACPI65: Update MADT = Revision pre > ACPI Spec 6.5 >=20 > From: Aryeh Chen >=20 > Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4474 >=20 > ACPI_Spec_6_5_Aug29 Table 5.19 page #128 that MADT Revision > field is 6. >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4306 >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Jiewen Yao > Signed-off-by: Aryeh Chen > --- > MdePkg/Include/IndustryStandard/Acpi65.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 { > /// >=20 > /// MADT Revision (as defined in ACPI 6.5 spec.) >=20 > /// >=20 > -#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION > 0x05 >=20 > +#define EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION > 0x06 >=20 >=20 >=20 > /// >=20 > /// Multiple APIC Flags >=20 > -- > 2.34.0.windows.1 >=20 >=20 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > 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: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D >=20