Age | Commit message (Expand) | Author |
2015-04-28 | cbfstool: compare pointer difference with ptrdiff_t value | Patrick Georgi |
2015-04-27 | cbfstool: remove gcc-specific -Og flag | Stefan Tauner |
2015-04-25 | cbfstool: Fix ability to add files at offsets near the end of empty spaces | Sol Boucher |
2015-04-25 | cbfstool: Clean up in preparation for adding new files | Sol Boucher |
2015-04-18 | cbfstool: clean up source code | Vadim Bendebury |
2015-04-18 | cbfstool: add the missing 'break' | Vadim Bendebury |
2015-04-18 | cbfstool: add a command to duplicate a cbfs instance | Vadim Bendebury |
2015-04-18 | cbfstool: allow user to explicitly specify header location | Vadim Bendebury |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-03-30 | cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE | Martin Roth |
2015-03-21 | ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NC | Furquan Shaikh |
2015-03-21 | cbfstool: Remove empty line that looks out of place | Julius Werner |
2015-03-21 | rmodtool: add another aarch64 relocation | Aaron Durbin |
2015-03-21 | rmodtool: Add support for aarch64 | Furquan Shaikh |
2015-03-17 | cbfstool: Add relocation codes for arm mode | Furquan Shaikh |
2015-03-04 | cbfstool: Clean up code | Stefan Reinauer |
2015-03-03 | cbfstool: Add the MIPS architecture | Paul Burton |
2015-01-13 | cbfstool: Remove arch check for different stages | Furquan Shaikh |
2015-01-09 | cbfstool: Fix help display message | Furquan Shaikh |
2015-01-03 | util/cbfstool: Fix byte-ordering for payload type field. | Hung-Te Lin |
2014-12-28 | cbfstool: Fix update-fit command | Kyösti Mälkki |
2014-12-09 | aarch64: Add ELF support | Marcelo Povoa |
2014-11-21 | util/cbfstool/cbfs-mkstage.c: Fix build issue on 32-bit x86 | Francis Rowe |
2014-11-04 | cbfstool: Add option to ignore section in add-stage | Furquan Shaikh |
2014-11-04 | cbfstool: Convert cbfs-mkstage.c into pelf | Furquan Shaikh |
2014-10-28 | rmodtool: add support for ARM | Aaron Durbin |
2014-10-28 | cbfstool: If compression fails, warn and use the uncompressed data. | Gabe Black |
2014-10-18 | cbfstool: free memory | Patrick Georgi |
2014-10-16 | RISCV: add this architecture to cbfstool | Ronald G. Minnich |
2014-09-25 | cbfstool: Propogate compression errors back to the caller. | Gabe Black |
2014-09-23 | cbfstool: Add AARCH64 reloc types to elf.h | Furquan Shaikh |
2014-09-23 | rmodtool: Allow rmodules with 0 relocations | Furquan Shaikh |
2014-09-23 | coreboot arm64: Add support for arm64 into coreboot framework | Furquan Shaikh |
2014-09-15 | cbfstool: add aarch64 as a name | Ronald G. Minnich |
2014-09-12 | cbfstool: Fix architecture check when adding payload | Stefan Reinauer |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-09-04 | cbfstool:linux_trampoline: config CS and DS segment descriptors | Curt Brune |
2014-08-27 | rmodtool: correct final memory size calculation | Aaron Durbin |
2014-08-22 | elfheaders: fix 64-bit ELF writing | Aaron Durbin |
2014-08-12 | util: replace fseek/ftell/rewind with fstat | Patrick Georgi |
2014-08-10 | cbfstool: free stale memory | Patrick Georgi |
2014-08-09 | cbfstool: fix option parsing | Patrick Georgi |
2014-08-07 | cbfstool: process cbfs_payload_segment(s) in host byte order | Aaron Durbin |
2014-07-30 | util/cbfstool: free buffer on error path | Daniele Forsi |
2014-07-15 | build system: fix another cbfstool race | Patrick Georgi |
2014-06-29 | utils/cbfstool: No need to pass -g flag twice | Edward O'Callaghan |
2014-05-27 | util/cbfstool: Use `%zu` instead of `%ld` for size_t arguments | Paul Menzel |
2014-05-09 | cbfstool: account for the trampoline code in bzImage payload | Aaron Durbin |
2014-04-18 | util/cbfstool: Fix "Bad segment type 53534220 Could not load payload". | Wei Hu |
2014-04-07 | util/cbfstool: Make cbfs_image_delete() NULL-tolerant. | Edward O'Callaghan |
2014-03-28 | cbfstool: provide structure to linux payload builder | Aaron Durbin |
2014-03-20 | util: add rmodtool for parsing ELF files to rmodules | Aaron Durbin |
2014-03-18 | cbfstool: add ELF writing support | Aaron Durbin |
2014-03-14 | cbfstool: add symbol table parsing to the ELF parser | Aaron Durbin |
2014-03-14 | cbfstool: add string table parsing to ELF parser | Aaron Durbin |
2014-03-14 | cbfstool: add relocation parsing to ELF parser | Aaron Durbin |
2014-03-14 | cbfstool: introduce struct parsed_elf and parse_elf() | Aaron Durbin |
2014-03-13 | cbfstool: remove incorrect section size check | Aaron Durbin |
2014-03-13 | cbfstool: elfparsing: check segment and section regions | Aaron Durbin |
2014-03-13 | cbfstool: elfheaders: use proper parameters to calloc() | Aaron Durbin |
2014-03-13 | cbfstool: add eflparsing.h | Aaron Durbin |
2014-03-13 | cbfstool: move iself() to eflheaders.c | Aaron Durbin |
2014-03-13 | cbfstool: elfheaders: use common checks and buffer helpers | Aaron Durbin |
2014-03-11 | cbfstool: add struct buffer helper routines | Aaron Durbin |
2014-03-11 | cbfstool: add bputs() to store a byte stream to a buffer | Aaron Durbin |
2014-03-11 | cbfstool: add get8/put8 variants to xdr structures | Aaron Durbin |
2014-03-11 | cbfstool: move verbose to common.c | Aaron Durbin |
2014-03-02 | cbfstool/lzma: Remove dead code under #ifdefs | Alexandru Gagniuc |
2014-02-11 | cbfstool/lzma: Remove code which depends on commented out defines | Alexandru Gagniuc |
2014-02-11 | cbfstool: Deserialize CBFS master header when reading image | Alexandru Gagniuc |
2014-02-10 | cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK | Alexandru Gagniuc |
2014-02-10 | cbfstool: Fix LzmaEnc.c and build with -Wshadow | Alexandru Gagniuc |
2014-02-10 | cbfstool: Fix build errors when building with clang | Alexandru Gagniuc |
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-04 | cbfstool: Hide cbfstool_offset from the global namespace | Alexandru Gagniuc |
2014-02-03 | cbfstool: remove unused function create_cbfs_image() | Alexandru Gagniuc |
2014-02-02 | cbfstool: add code to serialize the header using the new xdr functions | Ronald G. Minnich |
2014-02-02 | Add section header parsing and use it in the mk-payload step | Ronald G. Minnich |
2014-01-29 | cbfstool/lzma: Avoid use of typedef with structs and enums | Alexandru Gagniuc |
2014-01-29 | cbfstool: Don't assume compiler is gcc, and use $(CC) | Alexandru Gagniuc |
2014-01-29 | cbfstool/lzma: Remove windows-specific remnants | Alexandru Gagniuc |
2014-01-29 | cbfstool/lzma: Remove C++ remnants | Alexandru Gagniuc |
2014-01-29 | cbfstool/lzma: Use stdint and stdbool types | Alexandru Gagniuc |
2014-01-29 | cbfs: fix issues with word size and endianness. | Ronald G. Minnich |
2014-01-24 | cbfstool: correct size left calculation for "empty" entries | Aaron Durbin |
2014-01-21 | cbfstool: cleaner filling fields | Patrick Georgi |
2013-12-09 | cbfstool: Properly handle EOF in update_fit step | Alexandru Gagniuc |
2013-11-25 | cbfstool: check potential microcode update earlier | Aaron Durbin |
2013-11-18 | cbfstool: add a constant for the aarch64 | Ronald G. Minnich |
2013-09-17 | Fix whitespace leaked into tree | Kyösti Mälkki |
2013-08-31 | Add a (b)zImage parser to cbfstool | Patrick Georgi |
2013-08-16 | Correct spelling of shadow, setting and memory | Paul Menzel |
2013-08-15 | cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file | Peter Stuge |
2013-04-12 | cbfstool: cbfs-mkstage.c: Free `buffer` on error path | Paul Menzel |
2013-04-08 | cbfstool: completely initialize input and output streams | Stefan Reinauer |
2013-04-03 | cbfstool: Replace C++ code with C code | Stefan Reinauer |
2013-04-02 | cbfstool: fix --machine | Stefan Reinauer |