Age | Commit message (Expand) | Author |
2015-10-01 | cbfstool: Add support for hashes as file metadata | Patrick Georgi |
2015-10-01 | cbfstool: Add bintohex function | 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-24 | cbfstool: Proper commonlib include path with no dependency on $(src) | Paul Kocialkowski |
2015-09-22 | coreboot: introduce commonlib | Aaron Durbin |
2015-09-21 | cbfstool: don't use endian to fix BSD hosts | Aaron Durbin |
2015-09-21 | cbfstool: make fmap search more strict | Patrick Georgi |
2015-09-21 | cbfstool: add new add-master-header command | Patrick Georgi |
2015-09-19 | cbfstool: introduce new file types | Patrick Georgi |
2015-09-17 | cbfstool: Don't use fileno() to get file size | Stefan Reinauer |
2015-09-17 | cbfstool: deduplicate Makefiles | Patrick Georgi |
2015-09-17 | cbfstool: actually use no-ms-bitfields flag on mingw | 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-16 | cbfstool: expose rmodule logic | Aaron Durbin |
2015-09-16 | cbfstool: prepare for exposing rmodule logic | Aaron Durbin |
2015-09-14 | cbfstool: drop extra copy of filetype->string map | Patrick Georgi |
2015-09-09 | rmodtool: make rmodule parameter section optional | Aaron Durbin |
2015-09-09 | rmodule: use program.ld for linking | Aaron Durbin |
2015-09-07 | cbfstool: Allow adding file with specific alignment requirement | Alexandru Gagniuc |
2015-09-01 | cbfstool: off-by-one on the gcc version that provides _Static_assert | Patrick Georgi |
2015-09-01 | cbfstool: guard _Static_assert | Patrick Georgi |
2015-09-01 | cbfstool: implement decompression support for cbfstool extract | Patrick Georgi |
2015-09-01 | cbfstool: add decompression wrappers | 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: allow compression at file header level | Daisuke Nojiri |
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: 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: 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: 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-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 |
2015-08-13 | cbfstool: Make cbfs_create_empty_entry build a more complete header | Patrick Georgi |
2015-08-13 | cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at() | 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: expose cbfs_calculate_file_header_size() | 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-08-13 | cbfstool: add cbfs file attribute structure | Patrick Georgi |
2015-07-18 | cbfstool: Deduplicate code to merge empty files | Patrick Georgi |
2015-07-18 | cbfstool: rename checksum to attributes_offset | Patrick Georgi |
2015-07-18 | cbfstool: move fill value to cbfs.h | Patrick Georgi |
2015-07-16 | cbfstool: Remove extra comma after {0, NULL} list element | Sol Boucher |
2015-07-16 | cbfstool: Factor out compression algorithm list | Sol Boucher |
2015-07-16 | cbfstool: rename field | Sol Boucher |
2015-07-16 | cbfstool: move bit swapping macros to swab.h | Sol Boucher |
2015-07-16 | cbfstool: use variable length array to model cbfs_file's filename | Patrick Georgi |
2015-07-16 | cbfstool: improve specification of struct cbfs_file | Patrick Georgi |
2015-07-15 | cbfstool: fix alignment to 64 byte | Patrick Georgi |
2015-07-11 | Fix GCC 5.1 compile issue seen at Linux Arch | Anatol Pomozov |
2015-07-07 | cbfstool: Make sure CBFS data structures are packed gcc style | Stefan Reinauer |
2015-07-07 | cbfstool: Fix kv_pair on Windows | Stefan Reinauer |
2015-07-07 | util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3) | Jonathan A. Kollasch |
2015-07-06 | util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSD | Jonathan A. Kollasch |
2015-06-30 | cbfstool: Handle elf with different virtual and physical address | Furquan Shaikh |
2015-06-10 | ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19 | Furquan Shaikh |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-26 | cbfstool: update fmd_scanner.c_shipped | 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-19 | cbfstool: Copy generated files to the build hierarchy before use | Patrick Georgi |
2015-05-19 | cbfstool: clarify dependencies in Makefile | Patrick Georgi |
2015-05-19 | cbfstool: Rename autogenerated targets | Kyösti Mälkki |
2015-05-19 | cbfstool: Fix fmd_scanner build compatibility | Kyösti Mälkki |
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-09 | cbfstool: fix 32bit host issue | Patrick Georgi |
2015-05-09 | fmap: request libc compatibility level that includes memccpy | Patrick Georgi |
2015-05-08 | fmaptool: Add listing of annotated CBFS sections and generate header | Sol Boucher |
2015-05-08 | fmaptool: Conform to cbfstool's error message format | 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 | cbfstool: Eliminate useless cbfs_image_create() local variable | Sol Boucher |
2015-05-08 | cbfstool: Fix leak in cbfs_image struct initialization | Sol Boucher |
2015-05-08 | cbfstool: Fix cbfs_copy_instance()'s master header endianness | Sol Boucher |
2015-05-08 | fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler | Sol Boucher |
2015-05-08 | cbfstool: Fix strange flashmap whitespace | Sol Boucher |
2015-05-08 | cbfstool: Import minimal set of files from flashmap | Sol Boucher |
2015-05-08 | cbfstool: Make the add action choose an aligned entries capacity | Sol Boucher |