Mike Frysinger
ecb1dc8922
Add support for Linux-like kallsysms
...
The kernel stores address<->symbol names in it so things can be decoded at
runtime. Do it in U-Boot, and we get nice symbol decoding when crashing.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Mike Frysinger
a75fa148d6
Blackfin: simplify symbol_lookup() a bit
...
No need to skip a byte as the symbol table handles this.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Mike Frysinger
fe033ad6d0
Blackfin: fixup misc warnings such as printf's and missing casts
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Mike Frysinger
0332e4df71
Blackfin: minimize time cache is turned off when replacing cplb entries
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Mike Frysinger
0ba1da116e
Blackfin: decode hwerrcause/excause when crashing
...
Having to decode hwerrcause/excause values is a pain, so automate it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Mike Frysinger
2de95bb20c
Blackfin: fix register dump messages
...
Make sure we report RETI/IPEND correctly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Mike Frysinger
7133999e6f
Blackfin: don't bother displaying reboot msg when crashing
...
The hang function already tells you to reboot, so no point in showing it
twice.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16 years ago
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago
Mike Frysinger
9171fc8172
Blackfin: unify cpu and boot modes
...
All of the duplicated code for Blackfin processors and boot modes have been
unified. After all, the core is the same for all processors, just the
peripheral set differs (which gets handled in the drivers).
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years ago