index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
cbfstool
Commit message (
Expand
)
Author
Age
Files
Lines
*
cbfstool: Fix typo in help text
Patrick Georgi
2016-10-17
1
-1
/
+1
*
util/cbfstool: Allow overwriting CBFS regions with raw data on request
Patrick Georgi
2016-10-17
1
-4
/
+10
*
cbfstool: set init_size for linux payloads.
Ronald G. Minnich
2016-09-28
2
-2
/
+19
*
cbfs: Add "struct" file type and associated helpers
Julius Werner
2016-08-27
1
-0
/
+2
*
util/cbfstool: Initialize elf_writer pointer to avoid crash
Jonathan Neuschäfer
2016-08-10
1
-1
/
+1
*
flashmap: Allocate at least one entry in kv_pair_new()
Stefan Reinauer
2016-08-09
1
-1
/
+1
*
cbfstool/cbfs_image: Fix resource leak for tbuff
Furquan Shaikh
2016-08-08
1
-0
/
+1
*
cbfstool/cbfs_image: Check for return value of buffer_create
Furquan Shaikh
2016-08-08
1
-2
/
+6
*
cbfstool/cbfs_image: Fix resource leak for segs
Furquan Shaikh
2016-08-08
1
-16
/
+14
*
cbfstool/elfheaders: Make elf_writer_destroy NULL-safe
Furquan Shaikh
2016-08-08
2
-0
/
+6
*
cbfstool/cbfs_image: Initialze empty_sz to 0
Furquan Shaikh
2016-08-08
1
-1
/
+1
*
Use VBOOT_SOURCE instead of hardcoding vboot path
Paul Kocialkowski
2016-08-08
2
-3
/
+5
*
cbfstool: Check for excessive arguments
Nico Huber
2016-08-03
1
-1
/
+7
*
cbfstool: Check arguments to strtoul() where appropriate
Nico Huber
2016-08-03
1
-12
/
+70
*
util/cbfstool: Increase initrd offset to 64M
Timothy Pearson
2016-08-01
1
-1
/
+1
*
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-07-31
2
-2
/
+0
*
fmaptool: Accept hex values with uppercase letters
Patrick Georgi
2016-07-04
4
-97
/
+114
*
cbfstool: Require "-m ARCH" to extract payloads and stages
Antonello Dettori
2016-07-02
1
-0
/
+10
*
ifwitool: Fix gcc error due to shadowed global declaration
Werner Zeh
2016-06-26
1
-3
/
+3
*
cbfstool: Change CONFIG_FMD_GENPARSER if not set to n
Alexander Couzens
2016-06-21
1
-1
/
+1
*
fmaptool: Make base offsets absolute in fmap_config.h
Julius Werner
2016-06-21
1
-1
/
+2
*
cbfstool: Extract payload in ELF
Antonello Dettori
2016-06-17
1
-4
/
+242
*
elfwriter: Fix multi-phdrs ELFs parsing
Antonello Dettori
2016-06-17
1
-2
/
+8
*
ifwitool: Calculate checksum for subpart_dir
Furquan Shaikh
2016-06-16
1
-6
/
+50
*
ifwitool: Fix calculation of dst_size
Rolf Evers-Fischer
2016-06-15
1
-2
/
+2
*
ifwitool: Do not calculate checksum for subpart_dir
Furquan Shaikh
2016-06-12
1
-49
/
+6
*
ifwitool: Correct pack order and header order
Furquan Shaikh
2016-06-12
1
-11
/
+15
*
cbfstool: Allow to easily build the individual tools
Antonello Dettori
2016-06-08
1
-5
/
+10
*
ifwitool: Fix syntax issues with ifwitool
Furquan Shaikh
2016-06-01
1
-23
/
+24
*
ifwitool: Add new tool for managing IFWI images
Furquan Shaikh
2016-05-30
3
-0
/
+1985
*
util/cbfstool: Include commonlib/helpers.h in common.h
Furquan Shaikh
2016-05-28
4
-10
/
+5
*
cbfstool: Move cbfs_file_get_header to fit.c
Furquan Shaikh
2016-05-26
3
-12
/
+9
*
util/cbfstool: allow option to honor FSP modules' linked address
Aaron Durbin
2016-05-18
1
-6
/
+13
*
cbfstool/fsp: Rename fsp1_1_relocate
Furquan Shaikh
2016-05-11
2
-4
/
+5
*
util/cbfstool: Allow xip/non-xip relocation for FSP component
Furquan Shaikh
2016-05-11
1
-6
/
+39
*
util/cbfstool: fix x86 execute-in-place semantics for all fmd regions
Aaron Durbin
2016-05-06
1
-7
/
+25
*
fmaptool: Export some fmap knowledge to the build environment
Patrick Georgi
2016-05-03
1
-0
/
+14
*
fmaptool: Make sure strings are not destroyed on hdestroy()
Stefan Reinauer
2016-04-22
1
-1
/
+14
*
Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."
Aaron Durbin
2016-04-07
3
-90
/
+0
*
cbfstool: Use fixed width data types for e820entry struct.
Werner Zeh
2016-03-03
1
-3
/
+3
*
cbfstool: Initialize contents of linux_params to 0
Werner Zeh
2016-03-03
1
-0
/
+2
*
Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"
Paul Menzel
2016-02-24
1
-1
/
+0
*
cbfstool: Silence LZ4 -Wsign-compare warnings
Julius Werner
2016-02-23
1
-0
/
+1
*
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
Julius Werner
2016-02-22
23
-5
/
+7066
*
util/cbfstool: Improve heuristic for cbfs header pointer protection
Patrick Georgi
2016-02-12
1
-0
/
+7
*
util/cbfstool: add 'compact' command
Aaron Durbin
2016-01-28
3
-0
/
+138
*
util/cbfstool: add machine parseable print
Aaron Durbin
2016-01-28
3
-3
/
+66
*
cbfstool: Fix broken alignment because of flashmap
Werner Zeh
2016-01-27
1
-3
/
+14
*
cbfstool: provide buffer_offset()
Aaron Durbin
2016-01-26
1
-1
/
+6
*
cbfstool: Fix compile issue for older gcc versions
Werner Zeh
2016-01-26
1
-1
/
+1
[next]