[edk2-devel] [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage

Rohit Mathew posted 2 patches 1 year, 9 months ago
Failed in applying to current master (apply log)
.../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf    |  3 +++
.../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf    |  3 +++
.../SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf  |  3 +++
.../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf    |  3 +++
.../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf    |  3 +++
.../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf    |  3 +++
.../ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf  |  3 +++
.../ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf  |  3 +++
Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc        |  2 +-
Platform/ARM/SgiPkg/AcpiTables/SsdtRos.asl      | 17 ++++++++++++++++-
10 files changed, 41 insertions(+), 2 deletions(-)
[edk2-devel] [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage
Posted by Rohit Mathew 1 year, 9 months ago
Patch 433b5b1b0f7f ("Platform/Sgi: Route logs to different sets of
consoles") setup the routing of console messages to a different set
of UART ports. Following up with this change, this patch series updates
the ACPI tables to route the console messages to the console UART and
adds a device entry for the debug UART.

Link to github branch for the patches in this series -
https://github.com/rohit-arm/edk2-platforms/tree/serial_port_acpi

Rohit Mathew (2):
  Platform/Sgi: Update ACPI tables to use console UART
  Platform/Sgi: Add serial debug controller to SSDT

 .../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf    |  3 +++
 .../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf    |  3 +++
 .../SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf  |  3 +++
 .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf    |  3 +++
 .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf    |  3 +++
 .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf    |  3 +++
 .../ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf  |  3 +++
 .../ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf  |  3 +++
 Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc        |  2 +-
 Platform/ARM/SgiPkg/AcpiTables/SsdtRos.asl      | 17 ++++++++++++++++-
 10 files changed, 41 insertions(+), 2 deletions(-)

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91032): https://edk2.groups.io/g/devel/message/91032
Mute This Topic: https://groups.io/mt/92169054/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage
Posted by Sami Mujawar 1 year, 7 months ago
Apologies for the delay.

Merged as f4679715a40d..8d8bb28d2c4b

Regards,

Sami Mujawar

On 04/07/2022 05:59 pm, Rohit Mathew wrote:
> Patch 433b5b1b0f7f ("Platform/Sgi: Route logs to different sets of
> consoles") setup the routing of console messages to a different set
> of UART ports. Following up with this change, this patch series updates
> the ACPI tables to route the console messages to the console UART and
> adds a device entry for the debug UART.
>
> Link to github branch for the patches in this series -
> https://github.com/rohit-arm/edk2-platforms/tree/serial_port_acpi
>
> Rohit Mathew (2):
>    Platform/Sgi: Update ACPI tables to use console UART
>    Platform/Sgi: Add serial debug controller to SSDT
>
>   .../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf    |  3 +++
>   .../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf    |  3 +++
>   .../SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf  |  3 +++
>   .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf    |  3 +++
>   .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf    |  3 +++
>   .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf    |  3 +++
>   .../ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf  |  3 +++
>   .../ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf  |  3 +++
>   Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc        |  2 +-
>   Platform/ARM/SgiPkg/AcpiTables/SsdtRos.asl      | 17 ++++++++++++++++-
>   10 files changed, 41 insertions(+), 2 deletions(-)
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93853): https://edk2.groups.io/g/devel/message/93853
Mute This Topic: https://groups.io/mt/92169054/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage
Posted by Rohit Mathew 1 year, 9 months ago
Hi Team,

Gentle reminder for this patch set.

Regards,
Rohit

On Mon, Jul 4, 2022 at 05:59 PM, Rohit Mathew wrote:

> 
> Patch 433b5b1b0f7f ("Platform/Sgi: Route logs to different sets of
> consoles") setup the routing of console messages to a different set
> of UART ports. Following up with this change, this patch series updates
> the ACPI tables to route the console messages to the console UART and
> adds a device entry for the debug UART.
> 
> Link to github branch for the patches in this series -
> https://github.com/rohit-arm/edk2-platforms/tree/serial_port_acpi
> 
> Rohit Mathew (2):
> Platform/Sgi: Update ACPI tables to use console UART
> Platform/Sgi: Add serial debug controller to SSDT
> 
> .../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf | 3 +++
> .../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf | 3 +++
> .../SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 3 +++
> .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf | 3 +++
> .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf | 3 +++
> .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf | 3 +++
> .../ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 3 +++
> .../ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf | 3 +++
> Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc | 2 +-
> Platform/ARM/SgiPkg/AcpiTables/SsdtRos.asl | 17 ++++++++++++++++-
> 10 files changed, 41 insertions(+), 2 deletions(-)
> 
> --=20
> 2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91474): https://edk2.groups.io/g/devel/message/91474
Mute This Topic: https://groups.io/mt/92169054/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [edk2-platforms][PATCH 0/2] Platform/Sgi: Update serial port usage
Posted by Thomas Abraham 1 year, 9 months ago

On 04/07/2022 17:59, Rohit Mathew wrote:
> Patch 433b5b1b0f7f ("Platform/Sgi: Route logs to different sets of
> consoles") setup the routing of console messages to a different set
> of UART ports. Following up with this change, this patch series updates
> the ACPI tables to route the console messages to the console UART and
> adds a device entry for the debug UART.
> 
> Link to github branch for the patches in this series -
> https://github.com/rohit-arm/edk2-platforms/tree/serial_port_acpi
> 
> Rohit Mathew (2):
>    Platform/Sgi: Update ACPI tables to use console UART
>    Platform/Sgi: Add serial debug controller to SSDT
> 
>   .../SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf    |  3 +++
>   .../SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf    |  3 +++
>   .../SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf  |  3 +++
>   .../ARM/SgiPkg/AcpiTables/RdN2AcpiTables.inf    |  3 +++
>   .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf    |  3 +++
>   .../ARM/SgiPkg/AcpiTables/RdV1AcpiTables.inf    |  3 +++
>   .../ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf  |  3 +++
>   .../ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf  |  3 +++
>   Platform/ARM/SgiPkg/AcpiTables/Spcr.aslc        |  2 +-
>   Platform/ARM/SgiPkg/AcpiTables/SsdtRos.asl      | 17 ++++++++++++++++-
>   10 files changed, 41 insertions(+), 2 deletions(-)
> 

For this series -
Reviewed-by: Thomas Abraham <thomas.abraham@arm.com>
Tested-by: Thomas Abraham <thomas.abraham@arm.com>

Thanks.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91048): https://edk2.groups.io/g/devel/message/91048
Mute This Topic: https://groups.io/mt/92169054/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-