mbox series

[U-Boot,u-boot-marvell,0/6] More fixes for Turris Omnia

Message ID 20190510031029.23739-1-marek.behun@nic.cz
Headers show
Series More fixes for Turris Omnia | expand

Message

Marek Behún May 10, 2019, 3:10 a.m. UTC
Hi Stefan, I am sending five another fixes for Turris Omnia.

Marek

Marek Behún (6):
  arm: mvebu: turris_omnia: set default ethernet adapter
  arm: mvebu: turris_omnia: fix adapters MAC addresses
  arm: mvebu: turris_omnia: change environment address in SPI flash
  arm: mvebu: turris_omnia: remove unneeded macro from board config
  arm: mvebu: turris_omnia: prefer SCSI booting before USB
  arm: mvebu: turris_omnia: call pci_init from board init code

 board/CZ.NIC/turris_omnia/turris_omnia.c |  9 ++++++---
 include/configs/turris_omnia.h           | 12 ++++--------
 2 files changed, 10 insertions(+), 11 deletions(-)

Comments

Stefan Roese May 10, 2019, 8:23 a.m. UTC | #1
Hi Marek,

(Added Chris to Cc)

On 10.05.19 05:10, Marek Behún wrote:
> Hi Stefan, I am sending five another fixes for Turris Omnia.

Thanks. I'll queue those once they are ready for the next merge
window.

BTW: I'm currently testing latest mainline on an Armada XP target
(theadorable). And it fails in SPL without any output on the
UART. v2019.04 works just fine. I'm debugging right now...

Did you already test latest mainline on turris_omnia?

Chris, could you please also do a quick test on an Armada XP / 38x
(or similar) board with latest mainline?

Thanks,
Stefan
Chris Packham May 10, 2019, 9:50 a.m. UTC | #2
On Fri, May 10, 2019 at 8:23 PM Stefan Roese <sr@denx.de> wrote:
>
> Hi Marek,
>
> (Added Chris to Cc)
>
> On 10.05.19 05:10, Marek Behún wrote:
> > Hi Stefan, I am sending five another fixes for Turris Omnia.
>
> Thanks. I'll queue those once they are ready for the next merge
> window.
>
> BTW: I'm currently testing latest mainline on an Armada XP target
> (theadorable). And it fails in SPL without any output on the
> UART. v2019.04 works just fine. I'm debugging right now...
>
> Did you already test latest mainline on turris_omnia?
>
> Chris, could you please also do a quick test on an Armada XP / 38x
> (or similar) board with latest mainline?
>

Tested master@commit f30f268a07b0 ("Merge tag
'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchip") on
the x530 and it works fine. I haven't got any other boards accessible
at the moment (plus I've killed my Armada XP board).

> Thanks,
> Stefan
Marek Behún May 10, 2019, 11:45 a.m. UTC | #3
> Did you already test latest mainline on turris_omnia?

Yes, I am working on mainline + these patches.