index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cbfstool
/
cbfs_image.c
Age
Commit message (
Expand
)
Author
2016-08-10
util/cbfstool: Initialize elf_writer pointer to avoid crash
Jonathan Neuschäfer
2016-08-08
cbfstool/cbfs_image: Fix resource leak for tbuff
Furquan Shaikh
2016-08-08
cbfstool/cbfs_image: Check for return value of buffer_create
Furquan Shaikh
2016-08-08
cbfstool/cbfs_image: Fix resource leak for segs
Furquan Shaikh
2016-08-08
cbfstool/cbfs_image: Initialze empty_sz to 0
Furquan Shaikh
2016-07-02
cbfstool: Require "-m ARCH" to extract payloads and stages
Antonello Dettori
2016-06-17
cbfstool: Extract payload in ELF
Antonello Dettori
2016-05-28
util/cbfstool: Include commonlib/helpers.h in common.h
Furquan Shaikh
2016-02-22
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
Julius Werner
2016-02-12
util/cbfstool: Improve heuristic for cbfs header pointer protection
Patrick Georgi
2016-01-28
util/cbfstool: add 'compact' command
Aaron Durbin
2016-01-28
util/cbfstool: add machine parseable print
Aaron Durbin
2016-01-27
cbfstool: Fix broken alignment because of flashmap
Werner Zeh
2016-01-06
cbfstool: keep cbfs master header pointer
Patrick Georgi
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-11-20
cbfstool: Fix build error with clang when comparing enum
zbao
2015-11-13
cbfstool: Allows mixed-state fmap regions to work
Patrick Georgi
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-29
cbfstool: extract rmodules as ELFs properly
Aaron Durbin
2015-10-29
cbfstool: create ELF files when extracting stages
Aaron Durbin
2015-10-29
cbfstool: add optional -m ARCH to extract
Aaron Durbin
2015-10-27
cbfstool: decompress stage files on extraction
Aaron Durbin
2015-10-25
cbfstool: have decompress functions provide ouput data size
Aaron Durbin
2015-10-17
cbfstool: Fix removing and adding file with same name
Aaron Durbin
2015-10-17
cbfstool/cbfs_image.c: Just use one space before `=`
Paul Menzel
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-16
cbfstool: provide metadata size to cbfs_locate_entry()
Aaron Durbin
2015-09-14
cbfstool: drop extra copy of filetype->string map
Patrick Georgi
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
[next]