Age | Commit message (Expand) | Author |
2014-04-07 | util/cbfstool: Make cbfs_image_delete() NULL-tolerant. | Edward O'Callaghan |
2014-04-02 | util/cbmem: handle larger than 1MiB mappings for console | Aaron Durbin |
2014-03-28 | cbfstool: provide structure to linux payload builder | Aaron Durbin |
2014-03-27 | util/superiotool: Add initial support for Fintek F71869ED. | Wilbert Duijvenvoorde |
2014-03-24 | util/superiotool: Register fix for Fintek F71869AD | Wilbert Duijvenvoorde |
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-17 | romcc.c: Fixes warning about unused function from unused macros. | Edward O'Callaghan |
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-12 | Revert "boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs" | Alexandru Gagniuc |
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-09 | lbtdump: Dump forwarded tables. | Vladimir Serbinenko |
2014-03-08 | utils/romcc.c: Fix spurious unsigned integer comparisons. | Edward O'Callaghan |
2014-03-02 | cbfstool/lzma: Remove dead code under #ifdefs | Alexandru Gagniuc |
2014-02-28 | util/ifdtool: cleanup some magic numbers | Chris Douglass |
2014-02-28 | util/ifdtool: add option to change flash layout | Chris Douglass |
2014-02-28 | util/ifdtool: add option to dump flashrom layout | Chris Douglass |
2014-02-28 | boardstatus/towiki: Skip OVERRIDE_FANCTL | Vladimir Serbinenko |
2014-02-28 | boardstatus/towiki: Skip comments after options. | Vladimir Serbinenko |
2014-02-28 | boardstatus/to-wiki.sh: Accept Kconfig with non-tab separators. | Vladimir Serbinenko |
2014-02-14 | crossgcc: Update IASL to latest version (20140114) | Alexandru Gagniuc |
2014-02-12 | utils/crossgcc: Refactor Makefiles for separate arm/i386. | Edward O'Callaghan |
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-07 | boardstatus/towiki: Fix 1st gen i3/i5/i7 codename | Vladimir Serbinenko |
2014-02-07 | boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs | Vladimir Serbinenko |
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-31 | utils: Install man pages as non-executable (chmod 644) | Lubomir Rintel |