[edk2-devel] [edk2-platforms PATCH 0/4] Marvell misc improvements

Marcin Wojtas posted 4 patches 2 years, 11 months ago
Failed in applying to current master (apply log)
Platform/Marvell/Cn913xDb/Cn913xDbA.dsc                        |  2 ++
Silicon/Marvell/Armada7k8k/Drivers/PlatInitDxe/PlatInitDxe.inf |  4 ++++
Silicon/Marvell/Armada7k8k/Drivers/PlatInitDxe/PlatInitDxe.c   |  5 +++-
Platform/Marvell/Cn913xDb/Cn913xDbA.fdf.inc                    |  6 +++--
Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl    |  1 +
Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl    |  2 ++
Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0McBin/Dsdt.asl | 24 +++++++++++++++++++-
Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl     |  1 +
Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn913xDbA/Dsdt.asl     |  1 +
9 files changed, 42 insertions(+), 4 deletions(-)
[edk2-devel] [edk2-platforms PATCH 0/4] Marvell misc improvements
Posted by Marcin Wojtas 2 years, 11 months ago
Hi,

This short patchset applies minor modifications to the
platforms based on the Marvell SoCs. It updates the
initial print, allows to use a new Linux mvpp2 driver
feature with ACPI, adds missing port in MacchiatoBin
description and allows to use (however limited)
ACPI for CN9132 variant.

More details can be found in the commit logs.
The patchest is publicly available in the github:
https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/misc-uspstream-r20210416

Best regards,
Marcin

Marcin Wojtas (4):
  Marvell: PlatInitDxe: Use more adequate print during init
  Marvell: Armada7k8/OcteonTx: Enhance NIC ACPI description
  SolidRun/Armada80x0McBin: Add 2.5G NIC port description in ACPI
  Marvell/Cn9132Db: Enable ACPI support

 Platform/Marvell/Cn913xDb/Cn913xDbA.dsc                        |  2 ++
 Silicon/Marvell/Armada7k8k/Drivers/PlatInitDxe/PlatInitDxe.inf |  4 ++++
 Silicon/Marvell/Armada7k8k/Drivers/PlatInitDxe/PlatInitDxe.c   |  5 +++-
 Platform/Marvell/Cn913xDb/Cn913xDbA.fdf.inc                    |  6 +++--
 Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl    |  1 +
 Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl    |  2 ++
 Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0McBin/Dsdt.asl | 24 +++++++++++++++++++-
 Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl     |  1 +
 Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn913xDbA/Dsdt.asl     |  1 +
 9 files changed, 42 insertions(+), 4 deletions(-)

-- 
2.29.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#74220): https://edk2.groups.io/g/devel/message/74220
Mute This Topic: https://groups.io/mt/82152756/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/4] Marvell misc improvements
Posted by Ard Biesheuvel 2 years, 11 months ago
On Fri, 16 Apr 2021 at 22:54, Marcin Wojtas <mw@semihalf.com> wrote:
>
> Hi,
>
> This short patchset applies minor modifications to the
> platforms based on the Marvell SoCs. It updates the
> initial print, allows to use a new Linux mvpp2 driver
> feature with ACPI, adds missing port in MacchiatoBin
> description and allows to use (however limited)
> ACPI for CN9132 variant.
>
> More details can be found in the commit logs.
> The patchest is publicly available in the github:
> https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/misc-uspstream-r20210416
>
> Best regards,
> Marcin
>
> Marcin Wojtas (4):
>   Marvell: PlatInitDxe: Use more adequate print during init
>   Marvell: Armada7k8/OcteonTx: Enhance NIC ACPI description
>   SolidRun/Armada80x0McBin: Add 2.5G NIC port description in ACPI
>   Marvell/Cn9132Db: Enable ACPI support
>

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>

Pushed as c896c358ad59..f3fe738fe89d

>  Platform/Marvell/Cn913xDb/Cn913xDbA.dsc                        |  2 ++
>  Silicon/Marvell/Armada7k8k/Drivers/PlatInitDxe/PlatInitDxe.inf |  4 ++++
>  Silicon/Marvell/Armada7k8k/Drivers/PlatInitDxe/PlatInitDxe.c   |  5 +++-
>  Platform/Marvell/Cn913xDb/Cn913xDbA.fdf.inc                    |  6 +++--
>  Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl    |  1 +
>  Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl    |  2 ++
>  Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0McBin/Dsdt.asl | 24 +++++++++++++++++++-
>  Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl     |  1 +
>  Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn913xDbA/Dsdt.asl     |  1 +
>  9 files changed, 42 insertions(+), 4 deletions(-)
>
> --
> 2.29.0
>


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