]> git.karo-electronics.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, 8 Sep 2015 19:13:14 +0000 (21:13 +0200)
commit36afe4fc18e93570203a82a6ea538999c154285a
tree853c611f8aaf0cd93444e2a19da8dbc275536e0a
parent47e3a872c51e211154562621ce51aa8620688a0f
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_power_init.c