the following patch was just integrated into master: commit bead811158dc73f685d1fbb15c83468249cae65c Author: Aaron Durbin adurbin@chromium.org Date: Wed Mar 5 16:41:27 2014 -0600
cbfstool: add symbol table parsing to the ELF parser
Optionally parse the symbol table contained within an ELF file. It currently assumes there is only one symbol table present, and it errors out if more than one is found.
Change-Id: I4ac4ad03184a319562576d8ab24fa620e701672a Signed-off-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/5376 for details.
-gerrit