Age | Commit message (Expand) | Author |
2020-05-18 | util/cbfstool: fix buffer over-read | Philipp Bartsch |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-10-18 | util/cbfstool: Add optional argument ibb | Philipp Deppenwiese |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-05-16 | Revert "cbfs/payload type: Fix build warning and whitespace in name" | Ronald G. Minnich |
2018-05-15 | cbfs/payload type: Fix build warning and whitespace in name | Paul Menzel |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |
2017-12-08 | cbfstool: Add '-p' option for padding | Daisuke Nojiri |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-01-12 | util/cbfstool: Add cbfs-compression-tool | Patrick Georgi |
2016-08-27 | cbfs: Add "struct" file type and associated helpers | Julius Werner |
2016-05-26 | cbfstool: Move cbfs_file_get_header to fit.c | Furquan Shaikh |
2016-01-22 | cbfstool: Add attributes for position and alignment constraints. | Werner Zeh |
2015-12-12 | cbfstool: add ppc64 support | Ronald G. Minnich |
2015-11-20 | cbfstool: Add EFI and MMA file types | Pratik Prajapati |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-01 | cbfstool: Add support for hashes as file metadata | Patrick Georgi |
2015-09-19 | cbfstool: introduce new file types | Patrick Georgi |
2015-09-14 | cbfstool: drop extra copy of filetype->string map | Patrick Georgi |
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: allow compression at file header level | Daisuke Nojiri |
2015-09-01 | cbfstool: add extended file attributes for cbfs_file | Patrick Georgi |
2015-08-13 | cbfstool: add cbfs file attribute structure | 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: 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-07 | cbfstool: Make sure CBFS data structures are packed gcc style | Stefan Reinauer |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-13 | cbfstool: New image format w/ required FMAP and w/o CBFS master header | 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-15 | cbfstool: add aarch64 as a name | Ronald G. Minnich |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-08-07 | cbfstool: process cbfs_payload_segment(s) in host byte order | Aaron Durbin |
2014-04-18 | util/cbfstool: Fix "Bad segment type 53534220 Could not load payload". | Wei Hu |
2014-03-13 | cbfstool: add eflparsing.h | Aaron Durbin |
2014-02-05 | Add an xdr function for the cbfs_file header | Ronald G. Minnich |
2014-02-05 | Change the linux payload generator to use the standard header generator | 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-02 | Add section header parsing and use it in the mk-payload step | Ronald G. Minnich |
2013-02-05 | cbfstool: Use cbfs_image API for "print" command. | Hung-Te Lin |