[edk2-devel] [edk2-platforms][PATCH V3 0/2] Uart segregation patch series

Rohit Mathew posted 2 patches 1 year, 9 months ago
Failed in applying to current master (apply log)
Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc       |  8 +--
Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc      |  6 +-
Platform/ARM/SgiPkg/SgiPlatform.dsc.inc        |  3 +-
Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc      |  3 +-
Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc   |  4 +-
Platform/ARM/SgiPkg/PlatformStandaloneMm2.dsc  |  4 +-
Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 66 +-------------------
7 files changed, 14 insertions(+), 80 deletions(-)
[edk2-devel] [edk2-platforms][PATCH V3 0/2] Uart segregation patch series
Posted by Rohit Mathew 1 year, 9 months ago
Changes since V1:
- Rebased on top of latest master branch.
- Updated copyright and date.

Changes since V2:
- Addressed comments from Thomas.

This patch series aims at routing uart logs via different sets of uart ports,
namely secure port for secure partition logs and non-secure port for all other
logs.

The first patch deals with removing redundant DSDT descriptions. For sgi575,
a hardcoded uart base address was being used within the DSDT which hindered
migration to the required uart ports. The addition of this patch solves this
issue.

The second patch deals with the migration and grouping of uart related PCDs for
all Neoverese reference design platforms

Dependency:
https://edk2.groups.io/g/devel/message/90674

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

Rohit Mathew (2):
  Platform/Sgi: Remove redundant platform description from DSDT
  Platform/Sgi: Route logs to different sets of consoles

 Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc       |  8 +--
 Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc      |  6 +-
 Platform/ARM/SgiPkg/SgiPlatform.dsc.inc        |  3 +-
 Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc      |  3 +-
 Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc   |  4 +-
 Platform/ARM/SgiPkg/PlatformStandaloneMm2.dsc  |  4 +-
 Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 66 +-------------------
 7 files changed, 14 insertions(+), 80 deletions(-)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90676): https://edk2.groups.io/g/devel/message/90676
Mute This Topic: https://groups.io/mt/91920025/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 V3 0/2] Uart segregation patch series
Posted by Thomas Abraham 1 year, 9 months ago

On 22/06/2022 12:56, Rohit Mathew via groups.io wrote:
> Changes since V1:
> - Rebased on top of latest master branch.
> - Updated copyright and date.
> 
> Changes since V2:
> - Addressed comments from Thomas.
> 
> This patch series aims at routing uart logs via different sets of uart ports,
> namely secure port for secure partition logs and non-secure port for all other
> logs.
> 
> The first patch deals with removing redundant DSDT descriptions. For sgi575,
> a hardcoded uart base address was being used within the DSDT which hindered
> migration to the required uart ports. The addition of this patch solves this
> issue.
> 
> The second patch deals with the migration and grouping of uart related PCDs for
> all Neoverese reference design platforms
> 
> Dependency:
> https://edk2.groups.io/g/devel/message/90674
> 
> Link to github branch with the patches in this series -
> https://github.com/rohit-arm/edk2-platforms/tree/uart_segregation
> 
> Rohit Mathew (2):
>    Platform/Sgi: Remove redundant platform description from DSDT
>    Platform/Sgi: Route logs to different sets of consoles
> 
>   Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc       |  8 +--
>   Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc      |  6 +-
>   Platform/ARM/SgiPkg/SgiPlatform.dsc.inc        |  3 +-
>   Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc      |  3 +-
>   Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc   |  4 +-
>   Platform/ARM/SgiPkg/PlatformStandaloneMm2.dsc  |  4 +-
>   Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 66 +-------------------
>   7 files changed, 14 insertions(+), 80 deletions(-)
> 

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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90680): https://edk2.groups.io/g/devel/message/90680
Mute This Topic: https://groups.io/mt/91920025/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 V3 0/2] Uart segregation patch series
Posted by Ard Biesheuvel 1 year, 9 months ago
On Wed, 22 Jun 2022 at 14:10, Thomas Abraham <thomas.abraham@arm.com> wrote:
>
>
>
> On 22/06/2022 12:56, Rohit Mathew via groups.io wrote:
> > Changes since V1:
> > - Rebased on top of latest master branch.
> > - Updated copyright and date.
> >
> > Changes since V2:
> > - Addressed comments from Thomas.
> >
> > This patch series aims at routing uart logs via different sets of uart ports,
> > namely secure port for secure partition logs and non-secure port for all other
> > logs.
> >
> > The first patch deals with removing redundant DSDT descriptions. For sgi575,
> > a hardcoded uart base address was being used within the DSDT which hindered
> > migration to the required uart ports. The addition of this patch solves this
> > issue.
> >
> > The second patch deals with the migration and grouping of uart related PCDs for
> > all Neoverese reference design platforms
> >
> > Dependency:
> > https://edk2.groups.io/g/devel/message/90674
> >
> > Link to github branch with the patches in this series -
> > https://github.com/rohit-arm/edk2-platforms/tree/uart_segregation
> >
> > Rohit Mathew (2):
> >    Platform/Sgi: Remove redundant platform description from DSDT
> >    Platform/Sgi: Route logs to different sets of consoles
> >
> >   Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc       |  8 +--
> >   Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc      |  6 +-
> >   Platform/ARM/SgiPkg/SgiPlatform.dsc.inc        |  3 +-
> >   Platform/ARM/SgiPkg/SgiPlatformMm.dsc.inc      |  3 +-
> >   Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc   |  4 +-
> >   Platform/ARM/SgiPkg/PlatformStandaloneMm2.dsc  |  4 +-
> >   Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 66 +-------------------
> >   7 files changed, 14 insertions(+), 80 deletions(-)
> >
>
> For this series -
> Reviewed-by: Thomas Abraham <thomas.abraham@arm.com>

Pushed as 14c218dd05ef..433b5b1b0f7f

Thanks all,


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