Age | Commit message (Expand) | Author |
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-11 | Fix GCC 5.1 compile issue seen at Linux Arch | Anatol Pomozov |
2015-07-07 | cbfstool: Make sure CBFS data structures are packed gcc style | Stefan Reinauer |
2015-07-07 | cbfstool: Fix kv_pair on Windows | Stefan Reinauer |
2015-07-07 | util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3) | Jonathan A. Kollasch |
2015-07-06 | util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSD | Jonathan A. Kollasch |
2015-06-30 | cbfstool: Handle elf with different virtual and physical address | Furquan Shaikh |
2015-06-10 | ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19 | Furquan Shaikh |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-26 | cbfstool: update fmd_scanner.c_shipped | Patrick Georgi |
2015-05-26 | cbfstool: Make update-fit action work on new-style images | Sol Boucher |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-19 | cbfstool: Copy generated files to the build hierarchy before use | Patrick Georgi |
2015-05-19 | cbfstool: clarify dependencies in Makefile | Patrick Georgi |
2015-05-19 | cbfstool: Rename autogenerated targets | Kyösti Mälkki |
2015-05-19 | cbfstool: Fix fmd_scanner build compatibility | Kyösti Mälkki |
2015-05-17 | cbfstool: Fix shadowed global index | Kyösti Mälkki |
2015-05-13 | cbfstool: Don't typedef the comp_algo enum | Sol Boucher |
2015-05-13 | cbfstool: Support top-aligned addresses for new-format images | Sol Boucher |
2015-05-13 | cbfstool: New image format w/ required FMAP and w/o CBFS master header | Sol Boucher |
2015-05-09 | cbfstool: fix 32bit host issue | Patrick Georgi |
2015-05-09 | fmap: request libc compatibility level that includes memccpy | Patrick Georgi |
2015-05-08 | fmaptool: Add listing of annotated CBFS sections and generate header | Sol Boucher |
2015-05-08 | fmaptool: Conform to cbfstool's error message format | Sol Boucher |
2015-05-08 | cbfstool: Restructure around support for reading/writing portions of files | Sol Boucher |
2015-05-08 | cbfstool: Add offset field to cbfstool directory's struct buffer | Sol Boucher |
2015-05-08 | cbfstool: Simplify the common buffer_splice() function's interface | Sol Boucher |
2015-05-08 | cbfstool: Eliminate useless cbfs_image_create() local variable | Sol Boucher |
2015-05-08 | cbfstool: Fix leak in cbfs_image struct initialization | Sol Boucher |
2015-05-08 | cbfstool: Fix cbfs_copy_instance()'s master header endianness | Sol Boucher |
2015-05-08 | fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler | Sol Boucher |
2015-05-08 | cbfstool: Fix strange flashmap whitespace | Sol Boucher |
2015-05-08 | cbfstool: Import minimal set of files from flashmap | Sol Boucher |
2015-05-08 | cbfstool: Make the add action choose an aligned entries capacity | Sol Boucher |
2015-05-04 | cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS` | Paul Menzel |
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 |