From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B6B28D8108C for ; Wed, 25 Oct 2023 07:25:11 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=e7oTFiZJs6JkcZ0u5LyXaPvGgQ/1CmoFmQSGOiFwL5w=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1698218710; v=1; b=dM38T73jZpw2MpHQZdnydzPo2ZsD80pG6b4EZ3x9XNgQ0TzfqbrAdy76qVwcyEvEXJtaTAZp DIkEuoWJ4F2SSzzpPuptAYqOscOAhSJnB6Lq2jVE5P5UgXsyX4VFIkHQwJFc91CWqwXBfUajOYv IlsdF3NqGEptDedLJ3Rc7QMs= X-Received: by 127.0.0.2 with SMTP id 4znjYY7687511xFHbS26IpR1; Wed, 25 Oct 2023 00:25:10 -0700 X-Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web10.168262.1698218705785236843 for ; Wed, 25 Oct 2023 00:25:09 -0700 X-Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 57740DDA819 for ; Wed, 25 Oct 2023 15:23:56 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 52E68DDA813 for ; Wed, 25 Oct 2023 15:23:56 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 71591DDA80E for ; Wed, 25 Oct 2023 15:23:50 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Wed, 25 Oct 2023 15:23:40 +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 via groups.io" To: "'Jinlong Xu'" , Cc: "'Michael D Kinney'" References: <20231020111348.2921-1-jinlong.xu@intel.com> In-Reply-To: <20231020111348.2921-1-jinlong.xu@intel.com> Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIOWbnuWkjTogW1BBVENIIHYyIDIvNV0gTWRlUGtnIEFDUEk2NTogQWRkIDB4MEIvUFJNIHRvIEdlbmVyaWMgQWRkcmVzcyBTdHJ1Y3R1cmU=?= Date: Wed, 25 Oct 2023 15:23:38 +0800 Message-ID: <001801da0714$2d4a10e0$87de32a0$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQLEN7L9g6cEaz4M85YYKPT8bkgGUK6FuI+g Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: AylBUxcwYDU4k5VdAHBqqYepx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=dM38T73j; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none Jinlong: I want to confirm whether there is only one patch. If yes, why patch show= s 2/5? Seemly, this is the second one of the patch serial.=20 For this change, Reviewed-by: Liming Gao =20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Jinlong Xu > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA10=D4=C220=C8=D5 19:14 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming Gao > > =D6=F7=CC=E2: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Addre= ss > Structure >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4567 >=20 > ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism > (PRM) > in Address Space ID of Generic Address Structure (GAS) >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Signed-off-by: Jinlong Xu > --- > MdePkg/Include/IndustryStandard/Acpi65.h | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h > b/MdePkg/Include/IndustryStandard/Acpi65.h > index 6caadf240498..86754a0e123a 100644 > --- a/MdePkg/Include/IndustryStandard/Acpi65.h > +++ b/MdePkg/Include/IndustryStandard/Acpi65.h > @@ -43,6 +43,7 @@ typedef struct { > #define EFI_ACPI_6_5_GENERAL_PURPOSE_IO 0x08 >=20 > #define EFI_ACPI_6_5_GENERIC_SERIAL_BUS 0x09 >=20 > #define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL 0x0A >=20 > +#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM 0x0B >=20 > #define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE 0x7F >=20 >=20 >=20 > // >=20 > -- > 2.39.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110018): https://edk2.groups.io/g/devel/message/110018 Mute This Topic: https://groups.io/mt/102173802/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-