the following patch was just integrated into master: commit 6b57aee277b11e96876feb86b45145b811ceaf80 Author: Aaron Durbin adurbin@chromium.org Date: Wed Mar 5 13:09:55 2014 -0600
cbfstool: introduce struct parsed_elf and parse_elf()
In order to make the ELF parsing more flexible introduce a parse_elf() function which takes a struct parsed_elf parameter. In addition take a flags parameter which instructs the ELF parser as to what data within the ELF file should be parsed.
Change-Id: I3e30e84bf8043c3df96a6ab56cd077eef2632173 Signed-off-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/5373 for details.
-gerrit