Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-10-05 Thread Sami Mujawar

Merged as 06a326caf125..942c9bd357d8

Thanks.

Regards,

Sami Mujawar


On 16/08/2021 03:52 PM, Chris Jones wrote:

Bugzilla: 3565 (https://bugzilla.tianocore.org/show_bug.cgi?id=3565)

This patch series updates the Acpiview GTDT parser and DynamicTables
GTDT generator to support ACPI 6.4. This involves the use of Acpi64.h
which requires the "SBSA Generic Watchdog" structure to be renamed to the
"Arm Generic Watchdog" strucutre.

The changes can be seen at: 
https://github.com/chris-jones-arm/edk2/tree/1822_64_acpi_generic_watchdog_v1

Chris Jones (2):
   DynamicTablesPkg: Rename SBSA generic watchdog
   ShellPkg: Update Acpiview GTDT parser to ACPI 6.4

  .../Include/ArmNameSpaceObjects.h |  8 +--
  .../Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c   | 60 +--
  .../Parsers/Gtdt/GtdtParser.c | 14 ++---
  .../UefiShellAcpiViewCommandLib.c |  2 +-
  4 files changed, 42 insertions(+), 42 deletions(-)





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81516): https://edk2.groups.io/g/devel/message/81516
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-09-23 Thread Gao, Zhichao
You can create the PR by yourself.

Thanks,
Zhichao

From: Sami Mujawar 
Sent: Thursday, September 23, 2021 4:37 PM
To: Gao; Gao, Zhichao ; devel@edk2.groups.io
Subject: Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

Hi Zhichao,

The following patch series have been reviewed and have received r-b from the 
maintainers.

• https://edk2.groups.io/g/devel/topic/84925099#79362 (ShellPkg & 
DynamicTablesPkg)

• https://edk2.groups.io/g/devel/topic/84868164#79285 (ShellPkg)

• https://edk2.groups.io/g/devel/topic/84968868#79489 (ShellPkg)

Some of the patch series have DynamicTablesPkg patches as well.
If you agree I can merge the 3 patch series listed above in edk2 master. Kindly 
let me know.

Regards,

Sami Mujawar


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81056): https://edk2.groups.io/g/devel/message/81056
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-09-23 Thread Sami Mujawar
Hi Zhichao,

The following patch series have been reviewed and have received r-b from the 
maintainers.

· https://edk2.groups.io/g/devel/topic/84925099#79362 (ShellPkg & 
DynamicTablesPkg)

· https://edk2.groups.io/g/devel/topic/84868164#79285 (ShellPkg)

· https://edk2.groups.io/g/devel/topic/84968868#79489 (ShellPkg)

Some of the patch series have DynamicTablesPkg patches as well.
If you agree I can merge the 3 patch series listed above in edk2 master. Kindly 
let me know.

Regards,

Sami Mujawar


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81018): https://edk2.groups.io/g/devel/message/81018
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-09-08 Thread Gao, Zhichao
Reviewed-by: Zhichao Gao 

Thanks,
Zhichao

> -Original Message-
> From: Sami Mujawar 
> Sent: Wednesday, August 18, 2021 5:57 PM
> To: Christopher Jones ;
> devel@edk2.groups.io
> Cc: Ni, Ray ; Gao, Zhichao ;
> Alexei Fedorov ; Ben Adderson
> ; Akanksha Jain ;
> Matteo Carlini ; nd 
> Subject: Re: [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming
> 
> This patch series looks good to me.
> 
> Reviewed-by: Sami Mujawar 
> 
> Regards,
> 
> Sami Mujawar
> 
> On 16/08/2021, 15:52, "Chris Jones"  wrote:
> 
> Bugzilla: 3565 (https://bugzilla.tianocore.org/show_bug.cgi?id=3565)
> 
> This patch series updates the Acpiview GTDT parser and DynamicTables
> GTDT generator to support ACPI 6.4. This involves the use of Acpi64.h
> which requires the "SBSA Generic Watchdog" structure to be renamed to
> the
> "Arm Generic Watchdog" strucutre.
> 
> The changes can be seen at: https://github.com/chris-jones-
> arm/edk2/tree/1822_64_acpi_generic_watchdog_v1
> 
> Chris Jones (2):
>   DynamicTablesPkg: Rename SBSA generic watchdog
>   ShellPkg: Update Acpiview GTDT parser to ACPI 6.4
> 
>  .../Include/ArmNameSpaceObjects.h |  8 +--
>  .../Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c   | 60 +--
>  .../Parsers/Gtdt/GtdtParser.c | 14 ++---
>  .../UefiShellAcpiViewCommandLib.c |  2 +-
>  4 files changed, 42 insertions(+), 42 deletions(-)
> 
> --
> Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80395): https://edk2.groups.io/g/devel/message/80395
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-09-08 Thread Chris Jones
I believe this patch series is just waiting for approval from the ShellPkg 
maintainers. As this has been waiting for several weeks, please could this get 
reviewed soon.


Thanks,
Chris


From: Sami Mujawar 
Sent: Wednesday, August 18, 2021 10:57 AM
To: Christopher Jones ; devel@edk2.groups.io 

Cc: ray...@intel.com ; zhichao@intel.com 
; Alexei Fedorov ; Ben Adderson 
; Akanksha Jain ; Matteo Carlini 
; nd 
Subject: Re: [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

This patch series looks good to me.

Reviewed-by: Sami Mujawar 

Regards,

Sami Mujawar

On 16/08/2021, 15:52, "Chris Jones"  wrote:

Bugzilla: 3565 (https://bugzilla.tianocore.org/show_bug.cgi?id=3565)

This patch series updates the Acpiview GTDT parser and DynamicTables
GTDT generator to support ACPI 6.4. This involves the use of Acpi64.h
which requires the "SBSA Generic Watchdog" structure to be renamed to the
"Arm Generic Watchdog" strucutre.

The changes can be seen at: 
https://github.com/chris-jones-arm/edk2/tree/1822_64_acpi_generic_watchdog_v1

Chris Jones (2):
  DynamicTablesPkg: Rename SBSA generic watchdog
  ShellPkg: Update Acpiview GTDT parser to ACPI 6.4

 .../Include/ArmNameSpaceObjects.h |  8 +--
 .../Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c   | 60 +--
 .../Parsers/Gtdt/GtdtParser.c | 14 ++---
 .../UefiShellAcpiViewCommandLib.c |  2 +-
 4 files changed, 42 insertions(+), 42 deletions(-)

--
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#80364): https://edk2.groups.io/g/devel/message/80364
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-08-18 Thread Sami Mujawar
This patch series looks good to me.

Reviewed-by: Sami Mujawar 

Regards,

Sami Mujawar

On 16/08/2021, 15:52, "Chris Jones"  wrote:

Bugzilla: 3565 (https://bugzilla.tianocore.org/show_bug.cgi?id=3565)

This patch series updates the Acpiview GTDT parser and DynamicTables
GTDT generator to support ACPI 6.4. This involves the use of Acpi64.h
which requires the "SBSA Generic Watchdog" structure to be renamed to the
"Arm Generic Watchdog" strucutre.

The changes can be seen at: 
https://github.com/chris-jones-arm/edk2/tree/1822_64_acpi_generic_watchdog_v1

Chris Jones (2):
  DynamicTablesPkg: Rename SBSA generic watchdog
  ShellPkg: Update Acpiview GTDT parser to ACPI 6.4

 .../Include/ArmNameSpaceObjects.h |  8 +--
 .../Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c   | 60 +--
 .../Parsers/Gtdt/GtdtParser.c | 14 ++---
 .../UefiShellAcpiViewCommandLib.c |  2 +-
 4 files changed, 42 insertions(+), 42 deletions(-)

-- 
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79486): https://edk2.groups.io/g/devel/message/79486
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [PATCH v1 0/2] ACPI 6.4 SBSA generic watchdog renaming

2021-08-16 Thread Chris Jones
Bugzilla: 3565 (https://bugzilla.tianocore.org/show_bug.cgi?id=3565)

This patch series updates the Acpiview GTDT parser and DynamicTables
GTDT generator to support ACPI 6.4. This involves the use of Acpi64.h
which requires the "SBSA Generic Watchdog" structure to be renamed to the
"Arm Generic Watchdog" strucutre.

The changes can be seen at: 
https://github.com/chris-jones-arm/edk2/tree/1822_64_acpi_generic_watchdog_v1

Chris Jones (2):
  DynamicTablesPkg: Rename SBSA generic watchdog
  ShellPkg: Update Acpiview GTDT parser to ACPI 6.4

 .../Include/ArmNameSpaceObjects.h |  8 +--
 .../Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c   | 60 +--
 .../Parsers/Gtdt/GtdtParser.c | 14 ++---
 .../UefiShellAcpiViewCommandLib.c |  2 +-
 4 files changed, 42 insertions(+), 42 deletions(-)

-- 
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79362): https://edk2.groups.io/g/devel/message/79362
Mute This Topic: https://groups.io/mt/84925099/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-