index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cbfstool
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2017-08-02
util/cbfstool: Fix build with armv7-eabi cross compiler
Patrick Georgi
2017-01-12
util/cbfstool: Add cbfs-compression-tool
Patrick Georgi
2017-01-12
util/cbfstool: compile with -O2 by default
Patrick Georgi
2016-08-08
Use VBOOT_SOURCE instead of hardcoding vboot path
Paul Kocialkowski
2016-07-04
fmaptool: Accept hex values with uppercase letters
Patrick Georgi
2016-05-30
ifwitool: Add new tool for managing IFWI images
Furquan Shaikh
2016-05-11
cbfstool/fsp: Rename fsp1_1_relocate
Furquan Shaikh
2016-04-07
Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."
Aaron Durbin
2016-02-24
Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"
Paul Menzel
2016-02-23
cbfstool: Silence LZ4 -Wsign-compare warnings
Julius Werner
2016-02-22
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
Julius Werner
2016-01-06
cbfstool: Add 'hashcbfs' command to compute hash of CBFS region.
Aaron Durbin
2015-10-23
cbfstool: Make sure fileno is available on Cygwin
Stefan Reinauer
2015-10-02
cbfstool: relocate FSP blobs on cbfstool add
Aaron Durbin
2015-10-02
cbfstool: Allow anonymous structs/unions for older gcc versions
Werner Zeh
2015-10-01
cbfstool: Add support for hashes as file metadata
Patrick Georgi
2015-09-24
cbfstool: Proper commonlib include path with no dependency on $(src)
Paul Kocialkowski
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-09-17
cbfstool: actually use no-ms-bitfields flag on mingw
Patrick Georgi
2015-09-16
cbfstool: add --xip support to add-stage for x86
Aaron Durbin
2015-07-07
util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3)
Jonathan A. Kollasch
2015-05-19
cbfstool: Copy generated files to the build hierarchy before use
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-08
fmaptool: Add listing of annotated CBFS sections and generate header
Sol Boucher
2015-05-08
cbfstool: Restructure around support for reading/writing portions of files
Sol Boucher
2015-05-08
fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler
Sol Boucher
2015-05-04
cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS`
Paul Menzel
2015-04-25
cbfstool: Clean up in preparation for adding new files
Sol Boucher
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-03-20
util: add rmodtool for parsing ELF files to rmodules
Aaron Durbin
2014-03-02
cbfstool/lzma: Remove dead code under #ifdefs
Alexandru Gagniuc
2014-02-02
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich
2014-01-29
cbfs: fix issues with word size and endianness.
Ronald G. Minnich
2013-08-31
Add a (b)zImage parser to cbfstool
Patrick Georgi
2013-04-03
cbfstool: Replace C++ code with C code
Stefan Reinauer
2013-03-27
cbfstool: Add update-fit command
Aaron Durbin
2013-02-05
cbfstool: Add cbfs_image new CBFS image manipulation API.
Hung-Te Lin
2012-12-14
cbfstool: Align the column of build hint message.
Zheng Bao
2012-11-12
cbfstool: Update LZMA encoder to LZMA SDK 9.12
Stefan Reinauer
2012-10-22
cbfstool: Add -mno-ms-bitfields on (mingw)
Zheng Bao
2010-04-16
Build utils into their source directory equivalent in
Patrick Georgi
2010-03-27
make only needs to read Makefile.incs once, thanks to the
Patrick Georgi
2009-10-28
Remove all build/ prefixes in the build output.
Uwe Hermann
2009-10-27
Prefix all build output file names of files which end up in the build
Uwe Hermann
2009-09-16
Build cbfstool with debug flags and don't strip the executable
Patrick Georgi
2009-09-14
Build cbfstool with native data size. Trivial change.
Patrick Georgi
2009-09-14
New cbfstool. Works without mmap or fork/exec and
Patrick Georgi
2009-08-25
Use the gnu make .SILENT: mechanism instead of requiring
Patrick Georgi
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-12
Kconfig!
Patrick Georgi