summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs-mkstage.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.hAlex James2022-01-101-3/+3
* cbfstool/cbfs-mkstage.c: Change signature of parse_elf_to_xip_stage()Arthur Heymans2021-07-011-2/+2
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-116/+31
* cbfstool: Remove location pointer from parse_elf_to_stage()Julius Werner2021-02-181-22/+5
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-2/+2
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-7/+0
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-1/+1
* util/cbfstool/cbfs-mkstage: Support x86_64Patrick Rudolph2018-12-191-4/+7
* util: change coreboot to lowercaseMartin Roth2017-06-271-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+38
* cbfstool: fix address truncated problemHC Yen2016-01-141-3/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-161-9/+160
* cbfstool: Handle elf with different virtual and physical addressFurquan Shaikh2015-06-301-1/+9
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Don't typedef the comp_algo enumSol Boucher2015-05-131-1/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-2/+2
* util/cbfstool/cbfs-mkstage.c: Fix build issue on 32-bit x86Francis Rowe2014-11-211-1/+2
* cbfstool: Add option to ignore section in add-stageFurquan Shaikh2014-11-041-1/+76
* cbfstool: Convert cbfs-mkstage.c into pelfFurquan Shaikh2014-11-041-8/+21
* cbfstool: If compression fails, warn and use the uncompressed data.Gabe Black2014-10-281-3/+8
* cbfstool: Propogate compression errors back to the caller.Gabe Black2014-09-251-3/+6
* util/cbfstool: free buffer on error pathDaniele Forsi2014-07-301-0/+1
* util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel2014-05-271-2/+2
* cbfstool: add eflparsing.hAaron Durbin2014-03-131-1/+1
* cbfstool: Eliminate global variable "arch"Alexandru Gagniuc2014-02-041-2/+2
* Add section header parsing and use it in the mk-payload stepRonald G. Minnich2014-02-021-239/+2
* cbfs: fix issues with word size and endianness.Ronald G. Minnich2014-01-291-60/+287
* cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel2013-04-121-0/+1
* cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin2013-02-051-16/+16
* cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin2013-02-011-1/+1
* cbfstool: Add -v (verbose) output.Hung-Te Lin2013-02-011-5/+5
* cbfstool: Remove unused header files.Hung-Te Lin2013-01-291-5/+1
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-301-1/+8
* cbfstool: Rework to use getopt style parametersStefan Reinauer2012-11-121-2/+5
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* Various fixes to cbfstool.Stefan Reinauer2011-10-241-11/+7
* Guards against errors that are hard to track down:Patrick Georgi2010-02-031-0/+5
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-231-3/+14
* New cbfstool. Works without mmap or fork/exec andPatrick Georgi2009-09-141-0/+171