[U-Boot] [PATCH v3 0/6] SPL-related documentation / checking

Tom Rini trini at ti.com
Tue Feb 14 18:29:35 CET 2012


Hey all,

The following series (v3) is an attempt to make it easier for developers
and users to use SPL.  At the end of the series, we have filled in some
missing CONFIG options for SPL, explained how the sequence works on OMAP3
and similar platforms and added an explanation on how to check stack usage
with a combination of recent gcc (for -fstack-usage) and GNU cflow.

Changes for v3:
   - Better summary on 5/6, add even more options (Mike F, self)
   - Drop trailing comma in adding -fstack-usgae check (Mike F)
   - Still use /dev/null for cc-option input, just generate output (Mike F)
   - "isnt" -> "isn't" in commit message for cc-option change (Mike F)

Changes for v2:
   - Move -fstack-usage to top-level config.mk (per Wolfgang)
   - Wording fixes in doc/SPL/README.omap3 (per Peter Meerwald)

-- 
Tom


More information about the U-Boot mailing list