index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cbfstool
/
cbfs_image.c
Age
Commit message (
Expand
)
Author
2015-09-01
cbfstool: implement decompression support for cbfstool extract
Patrick Georgi
2015-09-01
cbfstool: factor out parsing compression file attributes
Patrick Georgi
2015-09-01
cbfstool: support compressed files in cbfstool print
Patrick Georgi
2015-09-01
cbfstool: add extended file attributes for cbfs_file
Patrick Georgi
2015-08-27
cbfstool: update warning on cbfstool extract
Patrick Georgi
2015-08-27
cbfstool: don't pass header_size as separate argument (part 2)
Patrick Georgi
2015-08-27
cbfstool: don't pass header_size as separate argument
Patrick Georgi
2015-08-27
cbfstool: use struct cbfs_file * instead of void *
Patrick Georgi
2015-08-27
cbfstool: cbfs_add_entry() doesn't need to know filename or type
Patrick Georgi
2015-08-26
cbfstool: move cbfs_file header creation further up the call chain
Patrick Georgi
2015-08-26
cbfstool: drop size argument to cbfs_add_entry_at
Patrick Georgi
2015-08-26
cbfstool: cut down on the debug output
Patrick Georgi
2015-08-26
cbfstool: Don't patch cbfs_file->len, it's already set correctly
Patrick Georgi
2015-08-26
cbfstool: drop unused arguments in internal function
Patrick Georgi
2015-08-26
cbfstool: start moving cbfs_file header creation up the call chain
Patrick Georgi
2015-08-26
cbfstool: more descriptive variable name
Patrick Georgi
2015-08-13
cbfstool: unify actual file creation
Patrick Georgi
2015-08-13
cbfstool: move tests for fixed-location files earlier
Patrick Georgi
2015-08-13
cbfstool: prepare moving tests earlier
Patrick Georgi
2015-08-13
cbfstool: factor out creating a cbfs file header
Patrick Georgi
2015-08-13
cbfstool: Make cbfs_create_empty_entry build a more complete header
Patrick Georgi
2015-08-13
cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at()
Patrick Georgi
2015-08-13
cbfstool: expose cbfs_calculate_file_header_size()
Patrick Georgi
2015-08-13
cbfstool: allow passing a precalculated header size into cbfs_add_entry()
Patrick Georgi
2015-07-18
cbfstool: Deduplicate code to merge empty files
Patrick Georgi
2015-07-18
cbfstool: rename checksum to attributes_offset
Patrick Georgi
2015-07-18
cbfstool: move fill value to cbfs.h
Patrick Georgi
2015-07-16
cbfstool: Remove extra comma after {0, NULL} list element
Sol Boucher
2015-07-16
cbfstool: Factor out compression algorithm list
Sol Boucher
2015-07-16
cbfstool: use variable length array to model cbfs_file's filename
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-13
cbfstool: Support top-aligned addresses for new-format images
Sol Boucher
2015-05-13
cbfstool: New image format w/ required FMAP and w/o CBFS master header
Sol Boucher
2015-05-08
cbfstool: Restructure around support for reading/writing portions of files
Sol Boucher
2015-05-08
cbfstool: Eliminate useless cbfs_image_create() local variable
Sol Boucher
2015-05-08
cbfstool: Fix leak in cbfs_image struct initialization
Sol Boucher
2015-05-08
cbfstool: Fix cbfs_copy_instance()'s master header endianness
Sol Boucher
2015-05-08
cbfstool: Make the add action choose an aligned entries capacity
Sol Boucher
2015-04-28
cbfstool: compare pointer difference with ptrdiff_t value
Patrick Georgi
2015-04-25
cbfstool: Fix ability to add files at offsets near the end of empty spaces
Sol Boucher
2015-04-25
cbfstool: Clean up in preparation for adding new files
Sol Boucher
2015-04-18
cbfstool: clean up source code
Vadim Bendebury
2015-04-18
cbfstool: add a command to duplicate a cbfs instance
Vadim Bendebury
2015-04-18
cbfstool: allow user to explicitly specify header location
Vadim Bendebury
2015-04-14
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-03-30
cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE
Martin Roth
2015-03-04
cbfstool: Clean up code
Stefan Reinauer
2015-01-03
util/cbfstool: Fix byte-ordering for payload type field.
Hung-Te Lin
2014-09-12
cbfstool: Fix architecture check when adding payload
Stefan Reinauer
2014-08-07
cbfstool: process cbfs_payload_segment(s) in host byte order
Aaron Durbin
2014-04-07
util/cbfstool: Make cbfs_image_delete() NULL-tolerant.
Edward O'Callaghan
2014-03-13
cbfstool: add eflparsing.h
Aaron Durbin
2014-02-11
cbfstool: Deserialize CBFS master header when reading image
Alexandru Gagniuc
2014-02-02
cbfstool: add code to serialize the header using the new xdr functions
Ronald G. Minnich
2014-02-02
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich
2014-01-29
cbfs: fix issues with word size and endianness.
Ronald G. Minnich
2014-01-24
cbfstool: correct size left calculation for "empty" entries
Aaron Durbin
2013-08-16
Correct spelling of shadow, setting and memory
Paul Menzel
2013-03-27
cbfstool: Fix cbfs_image.c
Stefan Reinauer
2013-03-22
cbfstool: Fix initial empty space in image creation.
Hung-Te Lin
2013-03-20
cbfstool locate: Implement alignment switch --align/-a
Hung-Te Lin
2013-02-09
cbfstool: Fix crash on image without bootblock in end of ROM.
Hung-Te Lin
2013-02-06
armv7: Prevent CBFS data overlapping bootblock.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image api for "add" command.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image API for "create" command.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image API for "locate" command.
Hung-Te Lin
2013-02-05
cbfstool: Fix incorrect CBFS free space by old cbfstool.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image API for "remove" command.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image API for "extract" command.
Hung-Te Lin
2013-02-05
cbfstool: Use cbfs_image API for "print" command.
Hung-Te Lin
2013-02-05
cbfstool: Add cbfs_image new CBFS image manipulation API.
Hung-Te Lin