Age | Commit message (Expand) | Author |
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 |
2016-01-23 | cbfstool: Fix potential error when using hash attribute | Werner Zeh |
2016-01-22 | cbfstool: Add attributes for position and alignment constraints. | Werner Zeh |
2016-01-21 | cbfstool: don't rewrite param.baseaddress in cbfs_add | Patrick Georgi |
2016-01-21 | fmaptool: emit list of CBFS regions on request | Patrick Georgi |
2016-01-20 | cbfstool: Add header file for ntohl & htonl on Apple | zbao |
2016-01-19 | cbfstool: accept read-only files when possible | Vadim Bendebury |
2016-01-14 | cbfstool: Change FMAP granularity to 16 bytes | Stefan Reinauer |
2016-01-14 | cbfstool: fix address truncated problem | HC Yen |
2016-01-14 | cbfstool: reorder help text | Patrick Georgi |
2016-01-13 | cbfstool: Remove duplicate code line | Werner Zeh |
2016-01-06 | cbfstool: correct add-master-header logic to match runtime expectations | Aaron Durbin |
2016-01-06 | cbfstool: Add 'hashcbfs' command to compute hash of CBFS region. | Aaron Durbin |
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-12-12 | cbfstool: add ppc64 support | Ronald G. Minnich |
2015-12-11 | build system: Switch to fmap based firmware layout | Patrick Georgi |
2015-12-09 | cbfstool: make top-aligned address work per-region | Patrick Georgi |
2015-12-06 | cbfstool: Re-align help text | Martin Roth |
2015-12-02 | cbfstool: Fix checkpatch error | Stefan Reinauer |
2015-12-02 | cbfstool: remove trampoline_start and trampoline_size | Stefan Reinauer |
2015-12-02 | cbfstool: autocreate trampoline | Stefan Reinauer |
2015-11-26 | cbfstool: Add .SILENT: to Makefile | Stefan Reinauer |
2015-11-20 | cbfstool: Add EFI and MMA file types | Pratik Prajapati |
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-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-31 | cbfstool: avoid naming variables "index" | Patrick Georgi |
2015-10-29 | cbfstool: extract rmodules as ELFs properly | Aaron Durbin |
2015-10-29 | cbfstool: add ELF symbol, relocation, and string table support | Aaron Durbin |
2015-10-29 | cbfstool: merge consecutive elf sections in program segments | Aaron Durbin |
2015-10-29 | cbfstool: create ELF files when extracting stages | Aaron Durbin |
2015-10-29 | cbfstool: add ELF header initialization helper | 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-25 | cbfstool: initialize offset field in buffer_init() | Aaron Durbin |
2015-10-23 | cbfstool: Make sure fileno is available on Cygwin | Stefan Reinauer |
2015-10-23 | cbfstool: Fix tolower() calls on Cygwin | Stefan Reinauer |
2015-10-22 | cbfstool/Makefile: Also rm fmd_(parser|scanner).[ch] in clean | Nico Huber |
2015-10-22 | cbfstool/Makefile: Drop unused, irritating definition of `obj` | Nico Huber |
2015-10-19 | cbfstool: Fix typo in error message | Patrick Georgi |
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-08 | cbfstool: allow printable characters in image name | Andrey Petrov |
2015-10-02 | cbfstool: relocate FSP blobs on cbfstool add | Aaron Durbin |
2015-10-02 | cbfstool: provide printk() to cbfstool code | Aaron Durbin |
2015-10-02 | cbfstool: Allow anonymous structs/unions for older gcc versions | Werner Zeh |
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 |