This patch adds
authorMyles Watson <mylesgw@gmail.com>
Mon, 20 Apr 2009 21:38:11 +0000 (21:38 +0000)
committerMyles Watson <mylesgw@gmail.com>
Mon, 20 Apr 2009 21:38:11 +0000 (21:38 +0000)
commitfeaaedc1cf99c12b8d1ab4bb233a311044d7f8b0
tree0cfe0d7189dbc3351ac08daae8422246a1bf7012
parent2cecce5740a23327a1095c6cba6e295e4b4d2963
This patch adds

cbfstool extract [FILE] [NAME]

It also factors out the csize calculation in rom_add, and fixes rom_delete so
that it can handle deleting the last entry.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4144 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/cbfstool/Makefile
util/cbfstool/cbfstool.c
util/cbfstool/cbfstool.h
util/cbfstool/extract.c [new file with mode: 0644]
util/cbfstool/fs.c