From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 25 Mar 2014 14:40:09 -0600 Subject: [U-Boot] [PATCH 1/6] add README.distro file In-Reply-To: <20140321184842.GN16360@bill-the-cat> References: <1392659798-1665-1-git-send-email-dennis@ausil.us> <1395353581-5839-1-git-send-email-dennis@ausil.us> <1395353581-5839-2-git-send-email-dennis@ausil.us> <20140321184842.GN16360@bill-the-cat> Message-ID: <5331E9A9.60002@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 board to only the defaults. >> >> Signed-off-by: Dennis Gilmore > > [snip] >> +suggested mapping: >> +For suggestions on memory locations for arm systems you must follow the >> +guidelines specified in Documentation/arm/Booting in the Linux kernel tree. >> +For other architectures you must follow the guidelines for the architecture. > > Can you add something about what this means? ie below base+128MB for > kernel, because of this if possible base+128MB for fdt, fdt+512KB for > ramdisk. And mention bootm_size to limit the relocation pool as well. I'm biased, but I like the explanations in include/configs/tegraNN-common.h:-)