
Dear Mike Frysinger,
In message 1242808514-9368-1-git-send-email-vapier@gentoo.org you wrote:
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
this one is still against "next" branch
v3
- fix typo in new Blackfin code (spurious semicolon)
Makefile | 17 +++++++++++--- common/Makefile | 1 + common/kallsyms.c | 44 +++++++++++++++++++++++++++++++++++++ common/system_map.c | 8 ++++++ cpu/blackfin/system_map.S | 18 --------------- cpu/blackfin/traps.c | 35 ++++------------------------- include/common.h | 3 ++ include/configs/bfin_adi_common.h | 2 +- 8 files changed, 75 insertions(+), 53 deletions(-) create mode 100644 common/kallsyms.c create mode 100644 common/system_map.c delete mode 100644 cpu/blackfin/system_map.S
Applied to next. Thanks.
Best regards,
Wolfgang Denk