[U-Boot] [PATCH v3] Add support for Linux-like kallsysms

Wolfgang Denk wd at denx.de
Thu Jun 4 23:44:20 CEST 2009


Dear Mike Frysinger,

In message <1242808514-9368-1-git-send-email-vapier at 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 at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I am a computer. I am dumber than any human and smarter than any  ad-
ministrator.


More information about the U-Boot mailing list