]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:36:24 +0000 (13:36 +0200)
commit964da15a997e0d1208b491d11d172281fb7ed2bc
tree49028936376759e81a71a7acc6b319d4c98fe1d5
parentf5def95698f6f3d8923f0e38706e3e5ebed81a10
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