Re: [U-Boot] [PATCH 12/31] board_f: Add new function to allow runtime DTB selection

2017-03-30 Thread Franklin S Cooper Jr
On 03/10/2017 09:42 AM, Tom Rini wrote: > On Thu, Mar 09, 2017 at 09:12:56PM +0100, Lukasz Majewski wrote: >> On Thu, 9 Mar 2017 08:08:20 -0500 >> Tom Rini wrote: >> >>> On Thu, Mar 02, 2017 at 01:04:16PM -0600, Franklin S Cooper Jr wrote: >>> Runtime U-boot dtb selection is generally a two

Re: [U-Boot] [PATCH 12/31] board_f: Add new function to allow runtime DTB selection

2017-03-10 Thread Tom Rini
On Thu, Mar 09, 2017 at 09:12:56PM +0100, Lukasz Majewski wrote: > On Thu, 9 Mar 2017 08:08:20 -0500 > Tom Rini wrote: > > > On Thu, Mar 02, 2017 at 01:04:16PM -0600, Franklin S Cooper Jr wrote: > > > > > Runtime U-boot dtb selection is generally a two step process. First > > > step is to simply

Re: [U-Boot] [PATCH 12/31] board_f: Add new function to allow runtime DTB selection

2017-03-09 Thread Lukasz Majewski
On Thu, 9 Mar 2017 08:08:20 -0500 Tom Rini wrote: > On Thu, Mar 02, 2017 at 01:04:16PM -0600, Franklin S Cooper Jr wrote: > > > Runtime U-boot dtb selection is generally a two step process. First > > step is to simply use an initial generic dtb. The second step is to > > select the dtb and perha

Re: [U-Boot] [PATCH 12/31] board_f: Add new function to allow runtime DTB selection

2017-03-09 Thread Tom Rini
On Thu, Mar 02, 2017 at 01:04:16PM -0600, Franklin S Cooper Jr wrote: > Runtime U-boot dtb selection is generally a two step process. First step > is to simply use an initial generic dtb. The second step is to select > the dtb and perhaps execute additional code ones U-boot knows what board > it i

[U-Boot] [PATCH 12/31] board_f: Add new function to allow runtime DTB selection

2017-03-02 Thread Franklin S Cooper Jr
Runtime U-boot dtb selection is generally a two step process. First step is to simply use an initial generic dtb. The second step is to select the dtb and perhaps execute additional code ones U-boot knows what board it is running on. Embedded_dtb_select handles the second step by allowing board spe