This patch adds
cbfstool extract [FILE] [NAME]
It also factors out the csize calculation in rom_add.
As a side note cbfstool delete is broken. It only works correctly when you are not deleting the last entry.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Mon, Apr 20, 2009 at 1:20 PM, Myles Watson mylesgw@gmail.com wrote:
This patch adds
cbfstool extract [FILE] [NAME]
It also factors out the csize calculation in rom_add.
As a side note cbfstool delete is broken. It only works correctly when you are not deleting the last entry.
This patch fixes that too. It checks to see if there is a next entry. If not it calculates the size of the entry you are deleting and uses that for the copy and memset parameters.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Mon, Apr 20, 2009 at 3:05 PM, ron minnich rminnich@gmail.com wrote:
Acked-by: Ronald G. Minnich rminnich@gmail.com
Rev 4144.
Thanks, Myles