Re: [PATCH 1/2] imd: create new helper macro to add data from oftree to image meta data

2019-02-22 Thread Uwe Kleine-König
On Fri, Feb 22, 2019 at 09:11:39AM +0100, Sascha Hauer wrote: > Hi Uwe, > > On Thu, Feb 21, 2019 at 11:25:30AM +0100, Uwe Kleine-König wrote: > > Signed-off-by: Uwe Kleine-König > > --- > > include/image-metadata.h | 4 > > scripts/gen-dtb-s| 4 ++-- > > 2 files changed, 6

Re: [PATCH v2 14/16] ARM: at91: microchip-ksz9477-evb: implement first stage

2019-02-22 Thread Roland Hieber
Hi Ahmad, On Tue, Feb 19, 2019 at 06:21:48PM +0100, Ahmad Fatoum wrote: > This imports the low level init code from at91bootstrap > https://github.com/linux4sam/at91bootstrap/blob/v3.8.12/board/sama5d3_xplained/sama5d3_xplained.c This file is under a BSD-style license: 8 *

Re: [PATCH v2 02/16] ARM: at91: import at91bootstrap's at91_ddrsdrc.h

2019-02-22 Thread Roland Hieber
On Tue, Feb 19, 2019 at 06:21:36PM +0100, Ahmad Fatoum wrote: > Instead of adding missing definitions to the existing at91sam9_ddrsdr.h > and adapting the incoming DDRAM initialization code from at91bootstrap, > just replace the lightly used existing header with this one. > > For easier

Re: [PATCH 1/6] include: add SPDX GPL-2.0-only license tags where applicable

2019-02-22 Thread Roland Hieber
On Fri, Feb 15, 2019 at 12:18:19PM +0100, Roland Hieber wrote: > I think my current version of the patch gives us best of both worlds, > documentation of author intent as well as machine readability, so I > don't think anything is lost here by adding the SPDX tags. Any other comments here? -

Re: [PATCH 3/3] commands: add of_bootargs command.

2019-02-22 Thread Sascha Hauer
On Fri, Feb 22, 2019 at 11:38:58AM +0100, Tomaž Šolc wrote: > Hi Sascha, > > On 22. 02. 19 08:49, Sascha Hauer wrote: > > On Thu, Feb 21, 2019 at 10:28:48AM +0100, Tomaz Solc wrote: > > > This commit adds an of_bootargs command that extracts a bootargs > > > property from a device tree and saves

Re: [PATCH 3/3] commands: add of_bootargs command.

2019-02-22 Thread Tomaž Šolc
Hi Sascha, On 22. 02. 19 08:49, Sascha Hauer wrote: On Thu, Feb 21, 2019 at 10:28:48AM +0100, Tomaz Solc wrote: This commit adds an of_bootargs command that extracts a bootargs property from a device tree and saves it to a global variable. For example, a bootloader environment can use this

Re: [PATCH v1 3/3] amba: pl011: make locally used functions static

2019-02-22 Thread Roland Hieber
On Mon, Feb 18, 2019 at 09:52:17AM +0100, Sascha Hauer wrote: > On Thu, Feb 14, 2019 at 02:51:57PM +0100, Roland Hieber wrote: > > Hi Sascha, > > > > the other two patches in this series are on master now, but this one > > seems to have fallen through the cracks. > > Not really. Your patch

Re: i.MX6ul USB serial downloader and Barebox

2019-02-22 Thread Sascha Hauer
On Fri, Feb 22, 2019 at 08:12:49AM +, Patrick Schneider wrote: > Hi again, > thanks for that suggestion, I'll look into that, because 'no console > interaction' would indeed be the preferable way to go here. But in > the production process we also need to burn some ocotp fuses (which we >

AW: i.MX6ul USB serial downloader and Barebox

2019-02-22 Thread Patrick Schneider
Hi again, thanks for that suggestion, I'll look into that, because 'no console interaction' would indeed be the preferable way to go here. But in the production process we also need to burn some ocotp fuses (which we would do by automated console commands atm). Is it possible to send commands

Re: [PATCH 1/2] imd: create new helper macro to add data from oftree to image meta data

2019-02-22 Thread Sascha Hauer
Hi Uwe, On Thu, Feb 21, 2019 at 11:25:30AM +0100, Uwe Kleine-König wrote: > Signed-off-by: Uwe Kleine-König > --- > include/image-metadata.h | 4 > scripts/gen-dtb-s| 4 ++-- > 2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/include/image-metadata.h