Re: [U-Boot] environment expectations of config_distro_bootcmd.h

2014-09-30 Thread Ian Campbell
On Mon, 2014-09-29 at 14:33 -0300, Otavio Salvador wrote: > On Mon, Sep 29, 2014 at 2:17 PM, Stephen Warren wrote: > > On 09/28/2014 08:30 AM, Ian Campbell wrote: > >> > >> Is there any documentation as to what environment variables a platform > >> must provide if it uses config_distro_bootcmd.h.

Re: [U-Boot] environment expectations of config_distro_bootcmd.h

2014-09-29 Thread Otavio Salvador
On Mon, Sep 29, 2014 at 2:17 PM, Stephen Warren wrote: > On 09/28/2014 08:30 AM, Ian Campbell wrote: >> >> Is there any documentation as to what environment variables a platform >> must provide if it uses config_distro_bootcmd.h. ${scriptaddr} seems >> clear but what about e.g. kernel_addr_r and f

Re: [U-Boot] environment expectations of config_distro_bootcmd.h

2014-09-29 Thread Stephen Warren
On 09/28/2014 08:30 AM, Ian Campbell wrote: Is there any documentation as to what environment variables a platform must provide if it uses config_distro_bootcmd.h. ${scriptaddr} seems clear but what about e.g. kernel_addr_r and friends? I suppose the use of the pxe commands has some implicit depe

[U-Boot] environment expectations of config_distro_bootcmd.h

2014-09-28 Thread Ian Campbell
Is there any documentation as to what environment variables a platform must provide if it uses config_distro_bootcmd.h. ${scriptaddr} seems clear but what about e.g. kernel_addr_r and friends? I suppose the use of the pxe commands has some implicit dependencies (pxe_addr_r?) Along the same lines i