[U-Boot] [PATCH v3] Add support for Linux-like kallsysms
Mike Frysinger
vapier at gentoo.org
Wed May 20 20:27:35 CEST 2009
On Wednesday 20 May 2009 12:39:33 Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 04:35 Wed 20 May , Mike Frysinger 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)
>
> could you do this in two patch?
i could, but the existing patch is mostly a rename. the symbol_lookup()
function which makes up most of the kallsysm.c file already existed in the
Blackfin directory as is.
-mike
More information about the U-Boot
mailing list