[edk2] [platforms: PATCH v2 0/4] Armada7k8k new boards support

Marcin Wojtas posted 4 patches 5 years, 10 months ago
Failed in applying to current master (apply log)
Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc                                              |   4 +-
Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc                                              | 158 ++++++++++++++++++++
Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc                                       | 149 ++++++++++++++++++
Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf |   2 +-
4 files changed, 310 insertions(+), 3 deletions(-)
create mode 100644 Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc
create mode 100644 Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc
rename Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf (97%)
[edk2] [platforms: PATCH v2 0/4] Armada7k8k new boards support
Posted by Marcin Wojtas 5 years, 10 months ago
Hi,

v2 of the boards support adds NOOPT flag to all Armada boards
and upgrades version of the new files to 0x1A.

The patches are available in the github:
https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/boards-upstream-r20180613

I'm looking forward to review and any comments/remarks.

Best regards,
Marcin


Marcin Wojtas (4):
  Marvell/Armada7k8k: Use common .fdf file
  Marvell/Armada7k8k: Introduce support for Armada-8040-McBin
  Marvell/Armada7k8k: Introduce support for Armada-8040-Db
  Marvell/Armada70x0Db: Enable building with NOOPT flag

 Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc                                              |   4 +-
 Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc                                              | 158 ++++++++++++++++++++
 Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc                                       | 149 ++++++++++++++++++
 Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf |   2 +-
 4 files changed, 310 insertions(+), 3 deletions(-)
 create mode 100644 Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc
 create mode 100644 Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc
 rename Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf (97%)

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH v2 0/4] Armada7k8k new boards support
Posted by Leif Lindholm 5 years, 10 months ago
On Wed, Jun 13, 2018 at 11:02:49AM +0200, Marcin Wojtas wrote:
> Hi,
> 
> v2 of the boards support adds NOOPT flag to all Armada boards
> and upgrades version of the new files to 0x1A.
> 
> The patches are available in the github:
> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/boards-upstream-r20180613
> 
> I'm looking forward to review and any comments/remarks.

For me:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

But I'll wait until Ard has had the time to have a look before I push
anything.

Regards,

Leif

> Best regards,
> Marcin
> 
> 
> Marcin Wojtas (4):
>   Marvell/Armada7k8k: Use common .fdf file
>   Marvell/Armada7k8k: Introduce support for Armada-8040-McBin
>   Marvell/Armada7k8k: Introduce support for Armada-8040-Db
>   Marvell/Armada70x0Db: Enable building with NOOPT flag
> 
>  Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc                                              |   4 +-
>  Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc                                              | 158 ++++++++++++++++++++
>  Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc                                       | 149 ++++++++++++++++++
>  Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf |   2 +-
>  4 files changed, 310 insertions(+), 3 deletions(-)
>  create mode 100644 Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc
>  create mode 100644 Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc
>  rename Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf (97%)
> 
> -- 
> 2.7.4
> 
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH v2 0/4] Armada7k8k new boards support
Posted by Ard Biesheuvel 5 years, 10 months ago
On 13 June 2018 at 16:23, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Wed, Jun 13, 2018 at 11:02:49AM +0200, Marcin Wojtas wrote:
>> Hi,
>>
>> v2 of the boards support adds NOOPT flag to all Armada boards
>> and upgrades version of the new files to 0x1A.
>>
>> The patches are available in the github:
>> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/boards-upstream-r20180613
>>
>> I'm looking forward to review and any comments/remarks.
>
> For me:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
> But I'll wait until Ard has had the time to have a look before I push
> anything.
>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH v2 0/4] Armada7k8k new boards support
Posted by Leif Lindholm 5 years, 10 months ago
On Wed, Jun 13, 2018 at 05:10:08PM +0200, Ard Biesheuvel wrote:
> On 13 June 2018 at 16:23, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> > On Wed, Jun 13, 2018 at 11:02:49AM +0200, Marcin Wojtas wrote:
> >> Hi,
> >>
> >> v2 of the boards support adds NOOPT flag to all Armada boards
> >> and upgrades version of the new files to 0x1A.
> >>
> >> The patches are available in the github:
> >> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/boards-upstream-r20180613
> >>
> >> I'm looking forward to review and any comments/remarks.
> >
> > For me:
> > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> >
> > But I'll wait until Ard has had the time to have a look before I push
> > anything.
> >
> 
> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Thanks - series pushed as 1160c702c2..1cd14dea5f.

/
    Leif
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH v2 0/4] Armada7k8k new boards support
Posted by Marcin Wojtas 5 years, 10 months ago
2018-06-13 17:35 GMT+02:00 Leif Lindholm <leif.lindholm@linaro.org>:
> On Wed, Jun 13, 2018 at 05:10:08PM +0200, Ard Biesheuvel wrote:
>> On 13 June 2018 at 16:23, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>> > On Wed, Jun 13, 2018 at 11:02:49AM +0200, Marcin Wojtas wrote:
>> >> Hi,
>> >>
>> >> v2 of the boards support adds NOOPT flag to all Armada boards
>> >> and upgrades version of the new files to 0x1A.
>> >>
>> >> The patches are available in the github:
>> >> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/boards-upstream-r20180613
>> >>
>> >> I'm looking forward to review and any comments/remarks.
>> >
>> > For me:
>> > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>> >
>> > But I'll wait until Ard has had the time to have a look before I push
>> > anything.
>> >
>>
>> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Thanks - series pushed as 1160c702c2..1cd14dea5f.
>

Thanks a lot!

Marcin
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel