Age | Commit message (Expand) | Author |
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 |