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
/
cbfstool.c
Age
Commit message (
Expand
)
Author
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-29
cbfstool: add optional -m ARCH to extract
Aaron Durbin
2015-10-23
cbfstool: Fix tolower() calls on Cygwin
Stefan Reinauer
2015-10-19
cbfstool: Fix typo in error message
Patrick Georgi
2015-10-02
cbfstool: relocate FSP blobs on cbfstool add
Aaron Durbin
2015-10-01
cbfstool: Add support for hashes as file metadata
Patrick Georgi
2015-09-28
cbfstool: prefer fmap data over cbfs master header if it exists
Patrick Georgi
2015-09-28
cbfstool: have update-fit always work from CBFS
Patrick Georgi
2015-09-21
cbfstool: don't use endian to fix BSD hosts
Aaron Durbin
2015-09-21
cbfstool: add new add-master-header command
Patrick Georgi
2015-09-16
cbfstool: remove locate command
Aaron Durbin
2015-09-16
cbfstool: add --xip support to add-stage for x86
Aaron Durbin
2015-09-16
cbfstool: provide metadata size to cbfs_locate_entry()
Aaron Durbin
2015-09-07
cbfstool: Allow adding file with specific alignment requirement
Alexandru Gagniuc
2015-09-01
cbfstool: allow compression at file header level
Daisuke Nojiri
2015-08-27
cbfstool: update help text
Patrick Georgi
2015-08-27
cbfstool: don't pass header_size as separate argument (part 2)
Patrick Georgi
2015-08-27
cbfstool: passing a header is now mandatory for converters
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: pass cbfs_file header into "compress" functions
Patrick Georgi
2015-08-13
cbfstool: allow file data converters to modify the header size
Patrick Georgi
2015-08-13
cbfstool: calculate header size in cbfs_add_component()
Patrick Georgi
2015-08-13
cbfstool: allow passing a precalculated header size into cbfs_add_entry()
Patrick Georgi
2015-08-13
cbfstool: test for duplicate files earlier
Patrick Georgi
2015-07-16
cbfstool: Factor out compression algorithm list
Sol Boucher
2015-07-16
cbfstool: rename field
Sol Boucher
2015-07-15
cbfstool: fix alignment to 64 byte
Patrick Georgi
2015-05-26
cbfstool: Make update-fit action work on new-style images
Sol Boucher
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-17
cbfstool: Fix shadowed global index
Kyösti Mälkki
2015-05-13
cbfstool: Don't typedef the comp_algo enum
Sol Boucher
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: Fix leak in cbfs_image struct initialization
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 the missing 'break'
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-21
cbfstool: Remove empty line that looks out of place
Julius Werner
2015-03-04
cbfstool: Clean up code
Stefan Reinauer
2015-03-03
cbfstool: Add the MIPS architecture
Paul Burton
2015-01-09
cbfstool: Fix help display message
Furquan Shaikh
2014-11-04
cbfstool: Add option to ignore section in add-stage
Furquan Shaikh
2014-09-15
cbfstool: add aarch64 as a name
Ronald G. Minnich
2014-09-12
cbfstool: Fix architecture check when adding payload
Stefan Reinauer
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-09
cbfstool: fix option parsing
Patrick Georgi
2014-03-13
cbfstool: add eflparsing.h
Aaron Durbin
2014-03-11
cbfstool: move verbose to common.c
Aaron Durbin
2014-02-11
cbfstool: Deserialize CBFS master header when reading image
Alexandru Gagniuc
2014-02-04
cbfstool: Eliminate global variable "arch"
Alexandru Gagniuc
2014-02-02
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich
2013-08-31
Add a (b)zImage parser to cbfstool
Patrick Georgi
2013-08-15
cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file
Peter Stuge
2013-04-02
cbfstool: fix --machine
Stefan Reinauer
2013-03-27
cbfstool: Add update-fit command
Aaron Durbin
2013-03-20
cbfstool locate: Implement alignment switch --align/-a
Hung-Te Lin
2013-03-19
cbfstool locate: Rename -a align switch to -P for page size
Hung-Te Lin
2013-02-05
cbfstool: support parsing UEFI firmware volumes
Stefan Reinauer
2013-02-05
cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.
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: 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-01
cbfstool: Make endian detection functions to work without prior setup.
Hung-Te Lin
2013-02-01
cbfstool: move flat-binary parsing to cbfs-mkpayload.
Hung-Te Lin
2013-02-01
cbfstool: Add -v (verbose) output.
Hung-Te Lin
2013-01-29
cbfstool: Change "locate" output to prefix "0x".
Hung-Te Lin
2013-01-28
cbfstool: Store global variables into struct.
Hung-Te Lin
2013-01-08
cbfstool: index is replaced by strchr.
zbao
2012-12-12
cbfstool: Catch failing parse_elf_to_payload()
Stefan Reinauer
2012-11-30
cbfstool: Clean up messages
Stefan Reinauer
2012-11-30
Add multi-architecture support to cbfstool
David Hendricks
2012-11-12
cbfstool: Rework to use getopt style parameters
Stefan Reinauer
2012-11-12
cbfstool: Remove unused cmd_t
Stefan Reinauer
2012-11-12
cbfstool: add add-flat-binary command to add raw executables
Stefan Reinauer
2012-11-08
cbfstool: add offset parameter to create command
Stefan Reinauer
2012-07-18
cbfstool: signed vs. unsigned fixes
Mathias Krause
2012-07-18
cbfstool: make endian detection code more robust
Mathias Krause
2012-04-02
Add a "remove" command to cbfstool
Gabe Black
2012-02-17
Exit building if romstage.bin is larger than size of XIP
zbao
2011-10-24
Various fixes to cbfstool.
Stefan Reinauer
2011-10-17
cbfstool: improve error messages
Stefan Reinauer
2011-01-17
cbfstool: Trivial move of newline after commands in usage
Peter Stuge
2011-01-13
Add "cbfstool extract" function.
Aurelien Guillaume
2010-09-27
minor include cleanups
Stefan Reinauer
2010-06-24
fix return value checks of cbfstool's writerom
Stefan Reinauer
2010-04-24
print the known cbfs types in cbfstool "usage"
Stefan Reinauer
2009-12-21
make strcmp happy by including string.h (trivial)
Stefan Reinauer
2009-12-21
Allow user to specify the size of a newly created cbfs image
Patrick Georgi
2009-11-11
Rework bootblock size handling:
Patrick Georgi
2009-11-09
Add a "locate" function cbfstool, which helps you find
Patrick Georgi
2009-09-30
Fix endless loop when trying to add a too large file to CBFS,
Patrick Georgi
2009-09-22
This separates the code for each command in cbfstool. For the good and for the
Stefan Reinauer
[next]