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
/
common.h
Age
Commit message (
Expand
)
Author
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: Add offset field to cbfstool directory's struct buffer
Sol Boucher
2015-05-08
cbfstool: Simplify the common buffer_splice() function's interface
Sol Boucher
2015-05-08
fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler
Sol Boucher
2015-04-25
cbfstool: Clean up in preparation for adding new files
Sol Boucher
2015-04-14
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-03-04
cbfstool: Clean up code
Stefan Reinauer
2014-11-04
cbfstool: Add option to ignore section in add-stage
Furquan Shaikh
2014-09-25
cbfstool: Propogate compression errors back to the caller.
Gabe Black
2014-09-12
cbfstool: Fix architecture check when adding payload
Stefan Reinauer
2014-03-28
cbfstool: provide structure to linux payload builder
Aaron Durbin
2014-03-13
cbfstool: move iself() to eflheaders.c
Aaron Durbin
2014-03-11
cbfstool: add struct buffer helper routines
Aaron Durbin
2014-03-11
cbfstool: add bputs() to store a byte stream to a buffer
Aaron Durbin
2014-03-11
cbfstool: add get8/put8 variants to xdr structures
Aaron Durbin
2014-02-05
Add an xdr function for the cbfs_file header
Ronald G. Minnich
2014-02-04
cbfstool: Eliminate global variable "arch"
Alexandru Gagniuc
2014-02-04
cbfstool: Remove more unused functions from common.c
Alexandru Gagniuc
2014-02-04
cbfstool: Hide cbfstool_offset from the global namespace
Alexandru Gagniuc
2014-02-03
cbfstool: remove unused function create_cbfs_image()
Alexandru Gagniuc
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
2013-08-31
Add a (b)zImage parser to cbfstool
Patrick Georgi
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: Add buffer management API.
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-04
cbfstool: Fix warnings on OS X
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-08
cbfstool: add offset parameter to create command
Stefan Reinauer
2012-07-18
cbfstool: provide a prototype for remove_file_from_cbfs
Mathias Krause
2011-10-24
Various fixes to cbfstool.
Stefan Reinauer
2011-01-13
Add "cbfstool extract" function.
Aurelien Guillaume
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-11-21
Make the kconfig-style build work in mingw:
Patrick Georgi
2009-11-09
Add a "locate" function cbfstool, which helps you find
Patrick Georgi
2009-09-22
* guard all mallocs in cbfstool
Stefan Reinauer
2009-09-14
New cbfstool. Works without mmap or fork/exec and
Patrick Georgi