Age | Commit message (Expand) | Author |
2016-10-17 | cbfstool: Fix typo in help text | Patrick Georgi |
2016-10-17 | util/cbfstool: Allow overwriting CBFS regions with raw data on request | Patrick Georgi |
2016-09-28 | cbfstool: set init_size for linux payloads. | Ronald G. Minnich |
2016-08-27 | cbfs: Add "struct" file type and associated helpers | Julius Werner |
2016-08-10 | util/cbfstool: Initialize elf_writer pointer to avoid crash | Jonathan Neuschäfer |
2016-08-09 | flashmap: Allocate at least one entry in kv_pair_new() | Stefan Reinauer |
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/elfheaders: Make elf_writer_destroy NULL-safe | Furquan Shaikh |
2016-08-08 | cbfstool/cbfs_image: Initialze empty_sz to 0 | Furquan Shaikh |
2016-08-08 | Use VBOOT_SOURCE instead of hardcoding vboot path | Paul Kocialkowski |
2016-08-03 | cbfstool: Check for excessive arguments | Nico Huber |
2016-08-03 | cbfstool: Check arguments to strtoul() where appropriate | Nico Huber |
2016-08-01 | util/cbfstool: Increase initrd offset to 64M | Timothy Pearson |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-07-04 | fmaptool: Accept hex values with uppercase letters | Patrick Georgi |
2016-07-02 | cbfstool: Require "-m ARCH" to extract payloads and stages | Antonello Dettori |
2016-06-26 | ifwitool: Fix gcc error due to shadowed global declaration | Werner Zeh |
2016-06-21 | cbfstool: Change CONFIG_FMD_GENPARSER if not set to n | Alexander Couzens |
2016-06-21 | fmaptool: Make base offsets absolute in fmap_config.h | Julius Werner |
2016-06-17 | cbfstool: Extract payload in ELF | Antonello Dettori |
2016-06-17 | elfwriter: Fix multi-phdrs ELFs parsing | Antonello Dettori |
2016-06-16 | ifwitool: Calculate checksum for subpart_dir | Furquan Shaikh |
2016-06-15 | ifwitool: Fix calculation of dst_size | Rolf Evers-Fischer |
2016-06-12 | ifwitool: Do not calculate checksum for subpart_dir | Furquan Shaikh |
2016-06-12 | ifwitool: Correct pack order and header order | Furquan Shaikh |
2016-06-08 | cbfstool: Allow to easily build the individual tools | Antonello Dettori |
2016-06-01 | ifwitool: Fix syntax issues with ifwitool | Furquan Shaikh |
2016-05-30 | ifwitool: Add new tool for managing IFWI images | Furquan Shaikh |
2016-05-28 | util/cbfstool: Include commonlib/helpers.h in common.h | Furquan Shaikh |
2016-05-26 | cbfstool: Move cbfs_file_get_header to fit.c | Furquan Shaikh |
2016-05-18 | util/cbfstool: allow option to honor FSP modules' linked address | Aaron Durbin |
2016-05-11 | cbfstool/fsp: Rename fsp1_1_relocate | Furquan Shaikh |
2016-05-11 | util/cbfstool: Allow xip/non-xip relocation for FSP component | Furquan Shaikh |
2016-05-06 | util/cbfstool: fix x86 execute-in-place semantics for all fmd regions | Aaron Durbin |
2016-05-03 | fmaptool: Export some fmap knowledge to the build environment | Patrick Georgi |
2016-04-22 | fmaptool: Make sure strings are not destroyed on hdestroy() | Stefan Reinauer |
2016-04-07 | Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region." | Aaron Durbin |
2016-03-03 | cbfstool: Use fixed width data types for e820entry struct. | Werner Zeh |
2016-03-03 | cbfstool: Initialize contents of linux_params to 0 | Werner Zeh |
2016-02-24 | Revert "cbfstool: Silence LZ4 -Wsign-compare warnings" | Paul Menzel |
2016-02-23 | cbfstool: Silence LZ4 -Wsign-compare warnings | Julius Werner |
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-26 | cbfstool: provide buffer_offset() | Aaron Durbin |
2016-01-26 | cbfstool: Fix compile issue for older gcc versions | Werner Zeh |