summaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfs-mkstage.c
AgeCommit message (Expand)Author
2021-03-17cbfs: Move stage header into a CBFS attributeJulius Werner
2021-02-18cbfstool: Remove location pointer from parse_elf_to_stage()Julius Werner
2020-12-03cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2018-12-19util/cbfstool/cbfs-mkstage: Support x86_64Patrick Rudolph
2017-06-27util: change coreboot to lowercaseMartin Roth
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-01-14cbfstool: fix address truncated problemHC Yen
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-16cbfstool: add --xip support to add-stage for x86Aaron Durbin
2015-06-30cbfstool: Handle elf with different virtual and physical addressFurquan Shaikh
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13cbfstool: Don't typedef the comp_algo enumSol Boucher
2015-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2014-11-21util/cbfstool/cbfs-mkstage.c: Fix build issue on 32-bit x86Francis Rowe
2014-11-04cbfstool: Add option to ignore section in add-stageFurquan Shaikh
2014-11-04cbfstool: Convert cbfs-mkstage.c into pelfFurquan Shaikh
2014-10-28cbfstool: If compression fails, warn and use the uncompressed data.Gabe Black
2014-09-25cbfstool: Propogate compression errors back to the caller.Gabe Black
2014-07-30util/cbfstool: free buffer on error pathDaniele Forsi
2014-05-27util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-02-04cbfstool: Eliminate global variable "arch"Alexandru Gagniuc
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2014-01-29cbfs: fix issues with word size and endianness.Ronald G. Minnich
2013-04-12cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel
2013-02-05cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin
2013-02-01cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-01-29cbfstool: Remove unused header files.Hung-Te Lin
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2010-02-03Guards against errors that are hard to track down:Patrick Georgi
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi