
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 dennis@ausil.us
[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.
Thanks!