Re: [U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-26 Thread Franklin S Cooper Jr
On 05/26/2017 03:08 AM, Lothar Waßmann wrote: > 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

Re: [U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-26 Thread Lothar Waßmann
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 > s/ones/once/ > it is

Re: [U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-24 Thread Franklin S Cooper Jr
On 05/23/2017 12:42 PM, 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 is running on.

[U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

2017-05-23 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