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
Age
Commit message (
Expand
)
Author
2018-07-26
util: Add description.md to each util
Tom Hiller
2018-07-24
cbfstool/extract: ignore compression field for some payload segments
Joel Kitching
2018-07-20
util/cbfstool: fix build with clang
Patrick Georgi
2018-07-19
cbfstool/add-payload: initialize segment headers to 0
Joel Kitching
2018-07-18
linux_trampoline: use trampoline RAM for the GDT
Ronald G. Minnich
2018-07-13
cbfstool: Show current FMAP region in print
Patrick Rudolph
2018-07-06
util/cbfstool/compiler: __attribute redefinition
Frans Hendriks
2018-06-30
cbfstool: fix FIT entry checksum type value for ucode entries
Matt DeVillier
2018-06-26
cbfstool: Update FIT entries in the second bootblock
Rizwan Qureshi
2018-06-26
cbfstool: add an option for creating a topswap bootblock
Rizwan Qureshi
2018-06-22
cbfstool/fit.c: Fix for older CPUs without total_size in mcu_header
Arthur Heymans
2018-06-18
cbfstool: Use endian.h and functions from commonlib
Werner Zeh
2018-06-15
util/cbfstool: Support FIT payloads
Patrick Rudolph
2018-06-04
util/cbfstool: Remove whitespace before tab
Elyes HAOUAS
2018-05-22
cbfs-compression-tool: Add raw compression support
Julius Werner
2018-05-21
cbfs-compression-tool: Fix minor edge cases in algorithm type parsing
Julius Werner
2018-05-18
cbfstool: Drop `-t` parsing for `add-payload` command
Nico Huber
2018-05-16
Revert "cbfs/payload type: Fix build warning and whitespace in name"
Ronald G. Minnich
2018-05-15
cbfs/payload type: Fix build warning and whitespace in name
Paul Menzel
2018-05-04
cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF
Patrick Rudolph
2018-04-30
cbfstool: Add region offset information to layout command
Werner Zeh
2018-04-11
util/cbfstool: Print all supported architectures
Jonathan Neuschäfer
2018-04-11
util/cbfstool: Print types on stdout
Jonathan Neuschäfer
2018-03-06
cbfstool: Add install target to Makefile
Denis 'GNUtoo' Carikli
2018-01-20
drivers/mrc_cache: Always generate an FMAP region
Arthur Heymans
2017-12-20
util/cbfstool: Check for NULL before dereference
Martin Roth
2017-12-19
util/cbfstool: calculate cbfs file size for xip stages
Aaron Durbin
2017-12-08
cbfstool: Add '-p' option for padding
Daisuke Nojiri
2017-10-28
cbfstool: Print compression algorithm
Daisuke Nojiri
2017-10-10
util/cbfstool: Add "truncate" command
Patrick Georgi
2017-09-20
util/cbfstool: Add "expand" command to make CBFS span an fmap region
Patrick Georgi
2017-09-13
rmodtool: Increase limit on number of symbols
Damien Zammit
2017-08-11
util/cbmem, util/cbfstool: resolve macro errors on FreeBSD
Idwer Vollering
2017-08-08
add __must_check to */compiler.h
Caveh Jalali
2017-08-02
util/cbfstool: Fix build with armv7-eabi cross compiler
Patrick Georgi
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-07
util/cbfstool: demote FV handling errors to debug
Patrick Georgi
2017-07-07
util/cbfstool: demote not-ELF error to debug
Patrick Georgi
2017-06-27
util: change coreboot to lowercase
Martin Roth
2017-06-06
util/cbfstool/lz4frame.c: Add comment to fall through
Arthur Heymans
2017-06-04
console/flashsconsole: Add spi flash console for debugging
Youness Alaoui
2017-05-27
cbfscomptool: fix display of time_t
Mike Frysinger
2017-03-29
cbfstool/ifwitool: Remove unnecessary assignment
Paul Menzel
2017-03-20
util/cbfstool: avoid memleaks and off-by-ones
Patrick Georgi
2017-01-24
cbfs-compression-tool: catch compression failures
Patrick Georgi
2017-01-18
cbfstool: Don't use le32toh(), it's non-standard
Nico Huber
2017-01-13
util/cbfstool: Enable adding precompressed files to cbfs
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
2017-01-04
util/cbfstool: Fix to build with latest llvm
Manoj Gupta
2017-01-02
util/cbfstool: Don't print region information on stderr by default
Patrick Georgi
2016-12-15
util/cbfstool: Handle error condition more carefully
Patrick Georgi
2016-12-15
util/cbfstool: check that buffer_create worked
Patrick Georgi
2016-12-15
util/cbfstool: Fix memory leak
Patrick Georgi
2016-12-15
util/cbfstool: Add NULL-ptr check
Patrick Georgi
2016-12-13
util/cbfstool: Enable filling fmap regions with a given value
Patrick Georgi
2016-12-13
util/cbfstool: require -i argument for cbfstool add-int
Patrick Georgi
2016-12-04
cbfstool: Fix off-by-one error in checking hash_type
Furquan Shaikh
2016-10-17
cbfstool: Fix typo in help text
Patrick Georgi
2016-10-17
util/cbfstool: Allow overwriting CBFS regions with raw data on request
Patrick Georgi
2016-09-28
cbfstool: set init_size for linux payloads.
Ronald G. Minnich
2016-08-27
cbfs: Add "struct" file type and associated helpers
Julius Werner
2016-08-10
util/cbfstool: Initialize elf_writer pointer to avoid crash
Jonathan Neuschäfer
2016-08-09
flashmap: Allocate at least one entry in kv_pair_new()
Stefan Reinauer
2016-08-08
cbfstool/cbfs_image: Fix resource leak for tbuff
Furquan Shaikh
2016-08-08
cbfstool/cbfs_image: Check for return value of buffer_create
Furquan Shaikh
2016-08-08
cbfstool/cbfs_image: Fix resource leak for segs
Furquan Shaikh
2016-08-08
cbfstool/elfheaders: Make elf_writer_destroy NULL-safe
Furquan Shaikh
2016-08-08
cbfstool/cbfs_image: Initialze empty_sz to 0
Furquan Shaikh
2016-08-08
Use VBOOT_SOURCE instead of hardcoding vboot path
Paul Kocialkowski
2016-08-03
cbfstool: Check for excessive arguments
Nico Huber
2016-08-03
cbfstool: Check arguments to strtoul() where appropriate
Nico Huber
2016-08-01
util/cbfstool: Increase initrd offset to 64M
Timothy Pearson
2016-07-31
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-07-04
fmaptool: Accept hex values with uppercase letters
Patrick Georgi
2016-07-02
cbfstool: Require "-m ARCH" to extract payloads and stages
Antonello Dettori
2016-06-26
ifwitool: Fix gcc error due to shadowed global declaration
Werner Zeh
2016-06-21
cbfstool: Change CONFIG_FMD_GENPARSER if not set to n
Alexander Couzens
2016-06-21
fmaptool: Make base offsets absolute in fmap_config.h
Julius Werner
2016-06-17
cbfstool: Extract payload in ELF
Antonello Dettori
2016-06-17
elfwriter: Fix multi-phdrs ELFs parsing
Antonello Dettori
2016-06-16
ifwitool: Calculate checksum for subpart_dir
Furquan Shaikh
2016-06-15
ifwitool: Fix calculation of dst_size
Rolf Evers-Fischer
2016-06-12
ifwitool: Do not calculate checksum for subpart_dir
Furquan Shaikh
2016-06-12
ifwitool: Correct pack order and header order
Furquan Shaikh
2016-06-08
cbfstool: Allow to easily build the individual tools
Antonello Dettori
2016-06-01
ifwitool: Fix syntax issues with ifwitool
Furquan Shaikh
2016-05-30
ifwitool: Add new tool for managing IFWI images
Furquan Shaikh
2016-05-28
util/cbfstool: Include commonlib/helpers.h in common.h
Furquan Shaikh
2016-05-26
cbfstool: Move cbfs_file_get_header to fit.c
Furquan Shaikh
2016-05-18
util/cbfstool: allow option to honor FSP modules' linked address
Aaron Durbin
2016-05-11
cbfstool/fsp: Rename fsp1_1_relocate
Furquan Shaikh
2016-05-11
util/cbfstool: Allow xip/non-xip relocation for FSP component
Furquan Shaikh
2016-05-06
util/cbfstool: fix x86 execute-in-place semantics for all fmd regions
Aaron Durbin
2016-05-03
fmaptool: Export some fmap knowledge to the build environment
Patrick Georgi
2016-04-22
fmaptool: Make sure strings are not destroyed on hdestroy()
Stefan Reinauer
2016-04-07
Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."
Aaron Durbin
2016-03-03
cbfstool: Use fixed width data types for e820entry struct.
Werner Zeh
2016-03-03
cbfstool: Initialize contents of linux_params to 0
Werner Zeh
2016-02-24
Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"
Paul Menzel
[next]