public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
@ 2023-10-20 11:13 Jinlong Xu
  2023-10-25  7:23 ` [edk2-devel] 回复: " gaoliming via groups.io
  0 siblings, 1 reply; 6+ messages in thread
From: Jinlong Xu @ 2023-10-20 11:13 UTC (permalink / raw)
  To: devel; +Cc: Michael D Kinney, Liming Gao

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4567

ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism (PRM)
in Address Space ID of Generic Address Structure (GAS)

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Jinlong Xu <jinlong.xu@intel.com>
---
 MdePkg/Include/IndustryStandard/Acpi65.h | 1 +
 1 file changed, 1 insertion(+)

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
 #define EFI_ACPI_6_5_GENERIC_SERIAL_BUS              0x09
 #define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL  0x0A
+#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM      0x0B
 #define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE       0x7F
 
 //
-- 
2.39.2.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109833): https://edk2.groups.io/g/devel/message/109833
Mute This Topic: https://groups.io/mt/102078727/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* [edk2-devel] 回复: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
  2023-10-20 11:13 [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure Jinlong Xu
@ 2023-10-25  7:23 ` gaoliming via groups.io
  2023-10-25  7:28   ` [edk2-devel] " Jinlong Xu
  0 siblings, 1 reply; 6+ messages in thread
From: gaoliming via groups.io @ 2023-10-25  7:23 UTC (permalink / raw)
  To: 'Jinlong Xu', devel; +Cc: 'Michael D Kinney'

Jinlong:
  I want to confirm whether there is only one patch. If yes, why patch shows
2/5? Seemly, this is the second one of the patch serial. 

  For this change, Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>   

Thanks
Liming
> -----邮件原件-----
> 发件人: Jinlong Xu <jinlong.xu@intel.com>
> 发送时间: 2023年10月20日 19:14
> 收件人: devel@edk2.groups.io
> 抄送: Michael D Kinney <michael.d.kinney@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>
> 主题: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address
> Structure
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4567
> 
> ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism
> (PRM)
> in Address Space ID of Generic Address Structure (GAS)
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Jinlong Xu <jinlong.xu@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/Acpi65.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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
> 
>  #define EFI_ACPI_6_5_GENERIC_SERIAL_BUS              0x09
> 
>  #define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL  0x0A
> 
> +#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM      0x0B
> 
>  #define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE       0x7F
> 
> 
> 
>  //
> 
> --
> 2.39.2.windows.1





-=-=-=-=-=-=-=-=-=-=-=-
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]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
  2023-10-25  7:23 ` [edk2-devel] 回复: " gaoliming via groups.io
@ 2023-10-25  7:28   ` Jinlong Xu
  2023-10-31  9:19     ` Jinlong Xu
  0 siblings, 1 reply; 6+ messages in thread
From: Jinlong Xu @ 2023-10-25  7:28 UTC (permalink / raw)
  To: Gao, Liming, devel@edk2.groups.io; +Cc: Kinney, Michael D

Just one patch, in patch v1, the commit message check failed, sorry for I never use PatchCheck.py to check the commit message in patch v1 

Thanks
Jinlong

-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn> 
Sent: Wednesday, October 25, 2023 3:24 PM
To: Xu, Jinlong <jinlong.xu@intel.com>; devel@edk2.groups.io
Cc: Kinney, Michael D <michael.d.kinney@intel.com>
Subject: 回复: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure

Jinlong:
  I want to confirm whether there is only one patch. If yes, why patch shows 2/5? Seemly, this is the second one of the patch serial. 

  For this change, Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>   

Thanks
Liming
> -----邮件原件-----
> 发件人: Jinlong Xu <jinlong.xu@intel.com>
> 发送时间: 2023年10月20日 19:14
> 收件人: devel@edk2.groups.io
> 抄送: Michael D Kinney <michael.d.kinney@intel.com>; Liming Gao 
> <gaoliming@byosoft.com.cn>
> 主题: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address 
> Structure
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4567
> 
> ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism
> (PRM)
> in Address Space ID of Generic Address Structure (GAS)
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Jinlong Xu <jinlong.xu@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/Acpi65.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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
> 
>  #define EFI_ACPI_6_5_GENERIC_SERIAL_BUS              0x09
> 
>  #define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL  0x0A
> 
> +#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM      0x0B
> 
>  #define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE       0x7F
> 
> 
> 
>  //
> 
> --
> 2.39.2.windows.1





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110019): https://edk2.groups.io/g/devel/message/110019
Mute This Topic: https://groups.io/mt/102173814/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
  2023-10-25  7:28   ` [edk2-devel] " Jinlong Xu
@ 2023-10-31  9:19     ` Jinlong Xu
  2023-10-31 13:42       ` Laszlo Ersek
  0 siblings, 1 reply; 6+ messages in thread
From: Jinlong Xu @ 2023-10-31  9:19 UTC (permalink / raw)
  To: Gao, Liming, devel@edk2.groups.io; +Cc: Kinney, Michael D

Hi, Liming

Could you please help merge the patch? This is a portion of PRM ACPI  6.5 support feature.

Thanks
Jinlong

-----Original Message-----
From: Xu, Jinlong 
Sent: Wednesday, October 25, 2023 3:29 PM
To: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
Cc: Kinney, Michael D <michael.d.kinney@intel.com>
Subject: RE: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure

Just one patch, in patch v1, the commit message check failed, sorry for I never use PatchCheck.py to check the commit message in patch v1 

Thanks
Jinlong

-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn>
Sent: Wednesday, October 25, 2023 3:24 PM
To: Xu, Jinlong <jinlong.xu@intel.com>; devel@edk2.groups.io
Cc: Kinney, Michael D <michael.d.kinney@intel.com>
Subject: 回复: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure

Jinlong:
  I want to confirm whether there is only one patch. If yes, why patch shows 2/5? Seemly, this is the second one of the patch serial. 

  For this change, Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>   

Thanks
Liming
> -----邮件原件-----
> 发件人: Jinlong Xu <jinlong.xu@intel.com>
> 发送时间: 2023年10月20日 19:14
> 收件人: devel@edk2.groups.io
> 抄送: Michael D Kinney <michael.d.kinney@intel.com>; Liming Gao 
> <gaoliming@byosoft.com.cn>
> 主题: [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address 
> Structure
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4567
> 
> ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism
> (PRM)
> in Address Space ID of Generic Address Structure (GAS)
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Jinlong Xu <jinlong.xu@intel.com>
> ---
>  MdePkg/Include/IndustryStandard/Acpi65.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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
> 
>  #define EFI_ACPI_6_5_GENERIC_SERIAL_BUS              0x09
> 
>  #define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL  0x0A
> 
> +#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM      0x0B
> 
>  #define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE       0x7F
> 
> 
> 
>  //
> 
> --
> 2.39.2.windows.1





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110390): https://edk2.groups.io/g/devel/message/110390
Mute This Topic: https://groups.io/mt/102173814/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
  2023-10-31  9:19     ` Jinlong Xu
@ 2023-10-31 13:42       ` Laszlo Ersek
  2023-10-31 15:21         ` Laszlo Ersek
  0 siblings, 1 reply; 6+ messages in thread
From: Laszlo Ersek @ 2023-10-31 13:42 UTC (permalink / raw)
  To: devel, jinlong.xu, Gao, Liming; +Cc: Kinney, Michael D

On 10/31/23 10:19, Jinlong Xu wrote:
> Hi, Liming
> 
> Could you please help merge the patch? This is a portion of PRM ACPI  6.5 support feature.

Queued via <https://github.com/tianocore/edk2/pull/4984>.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110413): https://edk2.groups.io/g/devel/message/110413
Mute This Topic: https://groups.io/mt/102173814/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

* Re: [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure
  2023-10-31 13:42       ` Laszlo Ersek
@ 2023-10-31 15:21         ` Laszlo Ersek
  0 siblings, 0 replies; 6+ messages in thread
From: Laszlo Ersek @ 2023-10-31 15:21 UTC (permalink / raw)
  To: devel, jinlong.xu, Gao, Liming; +Cc: Kinney, Michael D

On 10/31/23 14:42, Laszlo Ersek wrote:
> On 10/31/23 10:19, Jinlong Xu wrote:
>> Hi, Liming
>>
>> Could you please help merge the patch? This is a portion of PRM ACPI  6.5 support feature.
> 
> Queued via <https://github.com/tianocore/edk2/pull/4984>.

Merged as commit 2426a356258f0f759eb0661e1f8c0196aac48123 via
<https://github.com/tianocore/edk2/pull/4984>.



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#110421): https://edk2.groups.io/g/devel/message/110421
Mute This Topic: https://groups.io/mt/102173814/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

end of thread, other threads:[~2023-10-31 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20 11:13 [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure Jinlong Xu
2023-10-25  7:23 ` [edk2-devel] 回复: " gaoliming via groups.io
2023-10-25  7:28   ` [edk2-devel] " Jinlong Xu
2023-10-31  9:19     ` Jinlong Xu
2023-10-31 13:42       ` Laszlo Ersek
2023-10-31 15:21         ` Laszlo Ersek

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