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
2018-12-24
util/cbfstool/cbfstool.c: Fix typo
Frans Hendriks
2018-11-16
cbfstool: add unprocessed flag for file exporting
Joel Kitching
2018-10-14
cbfstool: make comments more consistent
Joel Kitching
2018-07-13
cbfstool: Show current FMAP region in print
Patrick Rudolph
2018-06-26
cbfstool: Update FIT entries in the second bootblock
Rizwan Qureshi
2018-06-26
cbfstool: add an option for creating a topswap bootblock
Rizwan Qureshi
2018-06-15
util/cbfstool: Support FIT payloads
Patrick Rudolph
2018-06-04
util/cbfstool: Remove whitespace before tab
Elyes HAOUAS
2018-05-18
cbfstool: Drop `-t` parsing for `add-payload` command
Nico Huber
2018-05-04
cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF
Patrick Rudolph
2018-04-30
cbfstool: Add region offset information to layout command
Werner Zeh
2018-04-11
util/cbfstool: Print all supported architectures
Jonathan Neuschäfer
2017-12-19
util/cbfstool: calculate cbfs file size for xip stages
Aaron Durbin
2017-12-08
cbfstool: Add '-p' option for padding
Daisuke Nojiri
2017-10-10
util/cbfstool: Add "truncate" command
Patrick Georgi
2017-09-20
util/cbfstool: Add "expand" command to make CBFS span an fmap region
Patrick Georgi
2017-01-18
cbfstool: Don't use le32toh(), it's non-standard
Nico Huber
2017-01-13
util/cbfstool: Enable adding precompressed files to cbfs
Patrick Georgi
2017-01-02
util/cbfstool: Don't print region information on stderr by default
Patrick Georgi
2016-12-15
util/cbfstool: check that buffer_create worked
Patrick Georgi
2016-12-13
util/cbfstool: Enable filling fmap regions with a given value
Patrick Georgi
2016-12-13
util/cbfstool: require -i argument for cbfstool add-int
Patrick Georgi
2016-10-17
cbfstool: Fix typo in help text
Patrick Georgi
2016-10-17
util/cbfstool: Allow overwriting CBFS regions with raw data on request
Patrick Georgi
2016-08-03
cbfstool: Check for excessive arguments
Nico Huber
2016-08-03
cbfstool: Check arguments to strtoul() where appropriate
Nico Huber
2016-05-18
util/cbfstool: allow option to honor FSP modules' linked address
Aaron Durbin
2016-05-11
cbfstool/fsp: Rename fsp1_1_relocate
Furquan Shaikh
2016-05-11
util/cbfstool: Allow xip/non-xip relocation for FSP component
Furquan Shaikh
2016-05-06
util/cbfstool: fix x86 execute-in-place semantics for all fmd regions
Aaron Durbin
2016-04-07
Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."
Aaron Durbin
2016-01-28
util/cbfstool: add 'compact' command
Aaron Durbin
2016-01-28
util/cbfstool: add machine parseable print
Aaron Durbin
2016-01-23
cbfstool: Fix potential error when using hash attribute
Werner Zeh
2016-01-22
cbfstool: Add attributes for position and alignment constraints.
Werner Zeh
2016-01-21
cbfstool: don't rewrite param.baseaddress in cbfs_add
Patrick Georgi
2016-01-19
cbfstool: accept read-only files when possible
Vadim Bendebury
2016-01-14
cbfstool: reorder help text
Patrick Georgi
2016-01-13
cbfstool: Remove duplicate code line
Werner Zeh
2016-01-06
cbfstool: correct add-master-header logic to match runtime expectations
Aaron Durbin
2016-01-06
cbfstool: Add 'hashcbfs' command to compute hash of CBFS region.
Aaron Durbin
2016-01-06
cbfstool: Adapt "cbfstool copy" to only use fmap regions.
Patrick Georgi
2016-01-06
cbfstool: Use buffer over offset/size pair for cbfs_copy_instance
Patrick Georgi
2015-12-09
cbfstool: make top-aligned address work per-region
Patrick Georgi
2015-12-06
cbfstool: Re-align help text
Martin Roth
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
[next]