Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-04-11 Thread Simon Glass
Hi Bin, On 11 April 2017 at 20:39, Bin Meng wrote: > Hi Simon, > > On Sat, Apr 1, 2017 at 12:21 PM, Simon Glass wrote: >> Hi Tom, >> >> On 22 March 2017 at 09:13, Tom Rini wrote: >>> On Wed, Mar 22, 2017 at 08:43:54AM -0600, Simon Glass wrote: Hi Tom, On 22 March 2017 at 08:37, T

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-04-11 Thread Bin Meng
Hi Simon, On Sat, Apr 1, 2017 at 12:21 PM, Simon Glass wrote: > Hi Tom, > > On 22 March 2017 at 09:13, Tom Rini wrote: >> On Wed, Mar 22, 2017 at 08:43:54AM -0600, Simon Glass wrote: >>> Hi Tom, >>> >>> On 22 March 2017 at 08:37, Tom Rini wrote: >>> > On Wed, Mar 22, 2017 at 07:05:38AM -0600, S

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-04-04 Thread Simon Glass
Hi York, On 22 March 2017 at 10:00, york sun wrote: > On 03/19/2017 11:59 AM, Simon Glass wrote: >> At present we have a lot of ad-hoc init functions related to boards, for >> example board_early_init_f(), board_misc_init_f() and dram_init(). >> >> There are used in different ways by different bo

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-31 Thread Simon Glass
Hi Tom, On 22 March 2017 at 09:13, Tom Rini wrote: > On Wed, Mar 22, 2017 at 08:43:54AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 22 March 2017 at 08:37, Tom Rini wrote: >> > On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote: >> >> Hi Tom, >> >> >> >> On 19 March 2017 at 18:47, Tom

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-22 Thread york sun
On 03/19/2017 11:59 AM, Simon Glass wrote: > At present we have a lot of ad-hoc init functions related to boards, for > example board_early_init_f(), board_misc_init_f() and dram_init(). > > There are used in different ways by different boards as useful hooks to > do the required init and sequence

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-22 Thread Tom Rini
On Wed, Mar 22, 2017 at 08:43:54AM -0600, Simon Glass wrote: > Hi Tom, > > On 22 March 2017 at 08:37, Tom Rini wrote: > > On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 19 March 2017 at 18:47, Tom Rini wrote: > >> > On Sun, Mar 19, 2017 at 12:59:19PM -0600

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-22 Thread Simon Glass
Hi Tom, On 22 March 2017 at 08:37, Tom Rini wrote: > On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 19 March 2017 at 18:47, Tom Rini wrote: >> > On Sun, Mar 19, 2017 at 12:59:19PM -0600, Simon Glass wrote: >> >> At present we have a lot of ad-hoc init functions

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-22 Thread Tom Rini
On Wed, Mar 22, 2017 at 07:05:38AM -0600, Simon Glass wrote: > Hi Tom, > > On 19 March 2017 at 18:47, Tom Rini wrote: > > On Sun, Mar 19, 2017 at 12:59:19PM -0600, Simon Glass wrote: > >> At present we have a lot of ad-hoc init functions related to boards, for > >> example board_early_init_f(), b

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-22 Thread Simon Glass
Hi Igor, On 20 March 2017 at 01:30, Igor Grinberg wrote: > Hi Simon, > > On 03/19/17 20:59, Simon Glass wrote: >> At present we have a lot of ad-hoc init functions related to boards, for >> example board_early_init_f(), board_misc_init_f() and dram_init(). >> >> There are used in different ways b

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-22 Thread Simon Glass
Hi Tom, On 19 March 2017 at 18:47, Tom Rini wrote: > On Sun, Mar 19, 2017 at 12:59:19PM -0600, Simon Glass wrote: >> At present we have a lot of ad-hoc init functions related to boards, for >> example board_early_init_f(), board_misc_init_f() and dram_init(). >> >> There are used in different way

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-20 Thread Igor Grinberg
Hi Simon, On 03/19/17 20:59, Simon Glass wrote: > At present we have a lot of ad-hoc init functions related to boards, for > example board_early_init_f(), board_misc_init_f() and dram_init(). > > There are used in different ways by different boards as useful hooks to > do the required init and se

Re: [U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-19 Thread Tom Rini
On Sun, Mar 19, 2017 at 12:59:19PM -0600, Simon Glass wrote: > At present we have a lot of ad-hoc init functions related to boards, for > example board_early_init_f(), board_misc_init_f() and dram_init(). > > There are used in different ways by different boards as useful hooks to > do the required

[U-Boot] [PATCH 00/16] RFC: Board init using driver model

2017-03-19 Thread Simon Glass
At present we have a lot of ad-hoc init functions related to boards, for example board_early_init_f(), board_misc_init_f() and dram_init(). There are used in different ways by different boards as useful hooks to do the required init and sequence it correctly. Some functions are always enabled but