Re: [U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

2017-06-09 Thread Marek Behún
On Sun, 28 May 2017 21:17:25 +0200 Pavel Machek wrote: > Should the path be .../cz.nic/... (lowercase)? The name of the association is conventionally uppercase, and as I have seen other board categories in U-Boot using uppercase letters (AndesTech, BuR, CarMedialLab, Marvell, ...), I thought I s

Re: [U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

2017-05-28 Thread Andreas Färber
Hi Pavel, Am 28.05.2017 um 21:17 schrieb Pavel Machek: >> Signed-off-by: Marek Behun [...] >> +++ b/arch/arm/dts/armada-385-turris-omnia.dts >> @@ -0,0 +1,428 @@ >> +/* >> + * Device Tree file for the Turris Omnia >> + * >> + * Copyright (C) 2014 Marvell >> + * >> + * Marek Behun > There should

Re: [U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

2017-05-28 Thread Pavel Machek
Hi! > Signed-off-by: Marek Behun > --- > arch/arm/dts/armada-385-turris-omnia.dts | 428 > +++ > arch/arm/mach-mvebu/Kconfig | 7 + > board/CZ.NIC/turris_omnia/Makefile | 7 + > board/CZ.NIC/turris_omnia/kwbimage.cfg | 12 + > board/CZ.NIC/

Re: [U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

2017-05-18 Thread Stefan Roese
Hi Marek, On 13.05.2017 11:54, Andreas Färber wrote: +/* Default boot environment. */ +#define CONFIG_BOOTCOMMAND \ + "i2c dev 1; " \ + "i2c read 0x2a 0x9 1 0x00F0; "\ + "setexpr.b rescue *0x00F0; " \ + "if t

Re: [U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

2017-05-13 Thread Andreas Färber
Hi Marek, Thanks for working on this. Am 12.05.2017 um 16:10 schrieb Marek Behún: > The Turris Omnia is a open-source router created by CZ.NIC. > > The code is based on the Marvell/db-88f6820-gp by Stefan Roese > with modifications from Tomas Hlavacek in the CZ.NIC turris-omnia-uboot > repositor

[U-Boot] [PATCH 3/3] marvell: armada385: Add the Turris Omnia board

2017-05-12 Thread Marek Behún
The Turris Omnia is a open-source router created by CZ.NIC. The code is based on the Marvell/db-88f6820-gp by Stefan Roese with modifications from Tomas Hlavacek in the CZ.NIC turris-omnia-uboot repository, which can be found at https://gitlab.labs.nic.cz/turris/turris-omnia-uboot The code does n