Re: [linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-26 Thread Maxime Ripard
On Tue, Jan 24, 2017 at 02:30:24PM +0800, Icenowy Zheng wrote: > > 2017年1月24日 01:29于 Maxime Ripard 写道: > > > > On Sat, Jan 21, 2017 at 03:15:27PM +, André Przywara wrote: > > > >>> On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote:  > > >

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-26 Thread Maxime Ripard
On Mon, Jan 23, 2017 at 10:55:55PM +, André Przywara wrote: > On 23/01/17 17:29, Maxime Ripard wrote: > > On Sat, Jan 21, 2017 at 03:15:27PM +, André Przywara wrote: > > On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote: > >> For a board or platform to support FIT

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-23 Thread André Przywara
On 23/01/17 17:29, Maxime Ripard wrote: > On Sat, Jan 21, 2017 at 03:15:27PM +, André Przywara wrote: > On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote: >> For a board or platform to support FIT loading in the SPL, it has to >> provide a

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-23 Thread Maxime Ripard
On Sat, Jan 21, 2017 at 03:15:27PM +, André Przywara wrote: > >>> On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote: > For a board or platform to support FIT loading in the SPL, it has to > provide a board_fit_config_name_match() routine, which helps to select >

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-21 Thread André Przywara
On 21/01/17 04:05, Siarhei Siamashka wrote: Hi Siarhei, thanks for your comments! > On Fri, 20 Jan 2017 21:55:53 + > André Przywara wrote: > >> On 20/01/17 21:35, Maxime Ripard wrote: >> >> Hi Maxime, >> >> thanks for having a look! >> >>> On Fri, Jan 20, 2017 at

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-20 Thread Siarhei Siamashka
On Fri, 20 Jan 2017 21:55:53 + André Przywara wrote: > On 20/01/17 21:35, Maxime Ripard wrote: > > Hi Maxime, > > thanks for having a look! > > > On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote: > >> For a board or platform to support FIT loading

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-20 Thread André Przywara
On 20/01/17 21:35, Maxime Ripard wrote: Hi Maxime, thanks for having a look! > On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote: >> For a board or platform to support FIT loading in the SPL, it has to >> provide a board_fit_config_name_match() routine, which helps to select >> one

[linux-sunxi] Re: [RFC PATCH 08/11] sunxi: SPL: add FIT config selector for Pine64 boards

2017-01-20 Thread Maxime Ripard
Hi, On Fri, Jan 20, 2017 at 01:53:28AM +, Andre Przywara wrote: > For a board or platform to support FIT loading in the SPL, it has to > provide a board_fit_config_name_match() routine, which helps to select > one of possibly multiple DTBs contained in a FIT image. > Provide a simple function