]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mxs: Add debug outputs and comments to mxs SPL source files
authorGraeme Russ <gruss@tss-engineering.com>
Sun, 25 Jan 2015 01:07:51 +0000 (12:07 +1100)
committerStefano Babic <sbabic@denx.de>
Tue, 10 Feb 2015 11:48:49 +0000 (12:48 +0100)
commit950eaf6230496585e72ebb965c458d35c6c7eac1
tree2b3f69dcfa1999147437218a185a4c8905a23667
parente8cdeefc222ff32a80282dd571be0426156cd9d9
arm: mxs: Add debug outputs and comments to mxs SPL source files

It is difficult to track down fail to boot issues in the mxs SPL.
Implement the following to make it easier:
 - Add debug outputs to allow tracing of SPL progress in order to track
where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT must
be defined to enable debug output in SPL
 - Add TODO comments where it is not clear if the code is doing what it
is meant to be doing, even tough the board boots properly (these comments
refer to existing code, not to any code added by this patch)

Signed-off-by: Graeme Russ <gruss@tss-engineering.com>
arch/arm/cpu/arm926ejs/mxs/spl_boot.c
arch/arm/cpu/arm926ejs/mxs/spl_lradc_init.c
arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c