Re: [U-Boot] [PATCH v3 6/6] SPL: Add README.omap3

2012-02-14 Thread Tom Rini
On 02/14/2012 11:43 AM, Mike Frysinger wrote: On Tuesday 14 February 2012 12:29:41 Tom Rini wrote: +Estimating stack usage +-- isn't this usable for any target and not just omap3 ? To a degree, yes. If you try this on full u-boot instead it highlights some of the funny

Re: [U-Boot] [PATCH v3 6/6] SPL: Add README.omap3

2012-02-14 Thread Mike Frysinger
On Tuesday 14 February 2012 12:29:41 Tom Rini wrote: > +Estimating stack usage > +-- isn't this usable for any target and not just omap3 ? > +With gcc 4.6 (and later) and the use of GNU cflow it is possible to > estimate stack usage at various points in run sequence of SPL. T

[U-Boot] [PATCH v3 6/6] SPL: Add README.omap3

2012-02-14 Thread Tom Rini
This document describes the SPL process for OMAP3 (and related) boards as well as a partial memory map and how to verify certain aspects outside of running on the target. Signed-off-by: Tom Rini --- Changes for v2: - Wording changes from Peter Meerwald --- doc/SPL/README.omap3 | 72 +++