Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-28 Thread Stephen Warren
On 03/28/2014 09:42 AM, Tom Rini wrote: > On Tue, Mar 25, 2014 at 02:24:14PM -0600, Stephen Warren wrote: >> On 03/20/2014 04:12 PM, Dennis Gilmore wrote: > [snip] >>> +You should not set initrd_high and fdt_high to 0x as the user >>> should >>> +not need to edit the memory locations havin

Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-28 Thread Tom Rini
On Fri, Mar 28, 2014 at 10:11:20AM -0600, Stephen Warren wrote: > On 03/28/2014 09:42 AM, Tom Rini wrote: > > On Tue, Mar 25, 2014 at 02:24:14PM -0600, Stephen Warren wrote: > >> On 03/20/2014 04:12 PM, Dennis Gilmore wrote: > > [snip] > >>> +You should not set initrd_high and fdt_high to 0xfff

Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-28 Thread Tom Rini
On Tue, Mar 25, 2014 at 02:24:14PM -0600, Stephen Warren wrote: > On 03/20/2014 04:12 PM, Dennis Gilmore wrote: [snip] > > +You should not set initrd_high and fdt_high to 0x as the user > > should > > +not need to edit the memory locations having the initramfs and dtb being > > +relocatabl

Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-25 Thread Stephen Warren
On 03/21/2014 12:48 PM, Tom Rini wrote: > On Thu, Mar 20, 2014 at 05:12:56PM -0500, Dennis Gilmore wrote: > >> Add documentation on how to setup a system to use the generic distro >> configs and boot commands. This spells out what is needed to make a >> system conformant, but does not limit the bo

Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-25 Thread Stephen Warren
On 03/20/2014 04:12 PM, Dennis Gilmore wrote: > Add documentation on how to setup a system to use the generic distro > configs and boot commands. This spells out what is needed to make a > system conformant, but does not limit the board to only the defaults. > diff --git a/doc/README.distro b/doc/

Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:12:56PM -0500, Dennis Gilmore wrote: > Add documentation on how to setup a system to use the generic distro > configs and boot commands. This spells out what is needed to make a > system conformant, but does not limit the board to only the defaults. > > Signed-off-by: D

[U-Boot] [PATCH 1/6] add README.distro file

2014-03-20 Thread Dennis Gilmore
Add documentation on how to setup a system to use the generic distro configs and boot commands. This spells out what is needed to make a system conformant, but does not limit the board to only the defaults. Signed-off-by: Dennis Gilmore --- doc/README.distro | 76