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.c
Age
Commit message (
Expand
)
Author
2015-12-12
cbfstool: add ppc64 support
Ronald G. Minnich
2015-11-13
cbfstool: Add way to access entire backing data for a buffer
Patrick Georgi
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-01
cbfstool: Add bintohex function
Patrick Georgi
2015-09-17
cbfstool: Don't use fileno() to get file size
Stefan Reinauer
2015-09-14
cbfstool: drop extra copy of filetype->string map
Patrick Georgi
2015-07-18
cbfstool: rename checksum to attributes_offset
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
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-04-25
cbfstool: Clean up in preparation for adding new files
Sol Boucher
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-03-03
cbfstool: Add the MIPS architecture
Paul Burton
2014-10-16
RISCV: add this architecture to cbfstool
Ronald G. Minnich
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
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-12
util: replace fseek/ftell/rewind with fstat
Patrick Georgi
2014-03-13
cbfstool: move iself() to eflheaders.c
Aaron Durbin
2014-03-11
cbfstool: move verbose to common.c
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
2014-01-21
cbfstool: cleaner filling fields
Patrick Georgi
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: Add -v (verbose) output.
Hung-Te Lin
2013-01-30
cbfstool: Prevent file name to be corrupted by basename().
Hung-Te Lin
2013-01-19
Add more information to the cbfstool print
Stefan Reinauer
2013-01-17
armv7: Place reset vector + CBFS header + bootblock dynamically
David Hendricks
2013-01-10
armv7: dynamically calculate the branch offset in cbfstool
David Hendricks
2013-01-04
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
Hung-Te Lin
2013-01-03
add user-specified offset when creating armv7 cbfs image
David Hendricks
2012-12-09
Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"
Stefan Reinauer
2012-12-07
armv7: use __cpu_to_le32 for endianness of reset vector instruction
David Hendricks
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-08
cbfstool: add offset parameter to create command
Stefan Reinauer
2012-07-18
cbfstool: signed vs. unsigned fixes
Mathias Krause
2012-04-12
cbfstool: pretty print cmos layout files
Mathias Krause
2012-04-02
Add a "remove" command to cbfstool
Gabe Black
2011-10-24
Various fixes to cbfstool.
Stefan Reinauer
2011-01-17
cbfstool: When extracting, refer to files in CBFS as file instead of payload
Peter Stuge
2011-01-14
Allow coreboot to initialize CMOS if checksum is invalid.
Patrick Georgi
2011-01-13
Add "cbfstool extract" function.
Aurelien Guillaume
2010-06-24
fix return value checks of cbfstool's writerom
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-24
print the known cbfs types in cbfstool "usage"
Stefan Reinauer
2010-03-01
This patch implements MBI (modular bios interface) support to the i830 chipset.
Stefan Reinauer
2010-02-10
Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).
Uwe Hermann
2010-01-07
Print (empty) instead of nothing at all for empty
Maciej Pijanka
2009-12-06
cbfstool: Fill memory allocated in create_cbfs_file() with 0xff
Peter Stuge
2009-11-12
Cosmetics (trivial).
Uwe Hermann
2009-11-12
Print size of file on cbfs_add_file failure. The size of the file after
Myles Watson
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
* guard all mallocs in cbfstool
Stefan Reinauer
2009-09-15
More error checking when trying to open files in
Patrick Georgi
2009-09-14
New cbfstool. Works without mmap or fork/exec and
Patrick Georgi