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
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/cbfstool: Fix typos
Elyes HAOUAS
2018-08-28
1
-1
/
+1
*
util/cbfstool: Print all supported architectures
Jonathan Neuschäfer
2018-04-11
1
-0
/
+12
*
util/cbfstool: Print types on stdout
Jonathan Neuschäfer
2018-04-11
1
-2
/
+2
*
util/cbfstool: Handle error condition more carefully
Patrick Georgi
2016-12-15
1
-2
/
+3
*
util/cbfstool: Include commonlib/helpers.h in common.h
Furquan Shaikh
2016-05-28
1
-2
/
+2
*
cbfstool: Move cbfs_file_get_header to fit.c
Furquan Shaikh
2016-05-26
1
-9
/
+0
*
cbfstool: add ppc64 support
Ronald G. Minnich
2015-12-12
1
-0
/
+3
*
cbfstool: Add way to access entire backing data for a buffer
Patrick Georgi
2015-11-13
1
-1
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
cbfstool: Add bintohex function
Patrick Georgi
2015-10-01
1
-0
/
+17
*
cbfstool: Don't use fileno() to get file size
Stefan Reinauer
2015-09-17
1
-6
/
+6
*
cbfstool: drop extra copy of filetype->string map
Patrick Georgi
2015-09-14
1
-23
/
+1
*
cbfstool: rename checksum to attributes_offset
Patrick Georgi
2015-07-18
1
-1
/
+1
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
cbfstool: Restructure around support for reading/writing portions of files
Sol Boucher
2015-05-08
1
-0
/
+1
*
cbfstool: Add offset field to cbfstool directory's struct buffer
Sol Boucher
2015-05-08
1
-1
/
+4
*
cbfstool: Clean up in preparation for adding new files
Sol Boucher
2015-04-25
1
-2
/
+3
*
cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE
Martin Roth
2015-03-30
1
-0
/
+4
*
cbfstool: Clean up code
Stefan Reinauer
2015-03-04
1
-4
/
+8
*
cbfstool: Add the MIPS architecture
Paul Burton
2015-03-03
1
-0
/
+1
*
RISCV: add this architecture to cbfstool
Ronald G. Minnich
2014-10-16
1
-0
/
+1
*
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh
2014-09-23
1
-1
/
+1
*
cbfstool: add aarch64 as a name
Ronald G. Minnich
2014-09-15
1
-0
/
+1
*
cbfstool: Fix architecture check when adding payload
Stefan Reinauer
2014-09-12
1
-0
/
+15
*
ARM: Generalize armv7 as arm.
Gabe Black
2014-09-08
1
-1
/
+1
*
util: replace fseek/ftell/rewind with fstat
Patrick Georgi
2014-08-12
1
-3
/
+17
*
cbfstool: move iself() to eflheaders.c
Aaron Durbin
2014-03-13
1
-7
/
+0
*
cbfstool: move verbose to common.c
Aaron Durbin
2014-03-11
1
-0
/
+1
*
Add an xdr function for the cbfs_file header
Ronald G. Minnich
2014-02-05
1
-0
/
+9
*
cbfstool: Eliminate global variable "arch"
Alexandru Gagniuc
2014-02-04
1
-3
/
+0
*
cbfstool: Remove more unused functions from common.c
Alexandru Gagniuc
2014-02-04
1
-577
/
+1
*
cbfstool: Hide cbfstool_offset from the global namespace
Alexandru Gagniuc
2014-02-04
1
-1
/
+11
*
cbfstool: remove unused function create_cbfs_image()
Alexandru Gagniuc
2014-02-03
1
-120
/
+0
*
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich
2014-02-02
1
-1
/
+1
*
cbfs: fix issues with word size and endianness.
Ronald G. Minnich
2014-01-29
1
-24
/
+27
*
cbfstool: cleaner filling fields
Patrick Georgi
2014-01-21
1
-2
/
+2
*
cbfstool: Add buffer management API.
Hung-Te Lin
2013-02-05
1
-0
/
+63
*
cbfstool: Make endian detection functions to work without prior setup.
Hung-Te Lin
2013-02-01
1
-0
/
+13
*
cbfstool: Add -v (verbose) output.
Hung-Te Lin
2013-02-01
1
-42
/
+37
*
cbfstool: Prevent file name to be corrupted by basename().
Hung-Te Lin
2013-01-30
1
-1
/
+3
*
Add more information to the cbfstool print
Stefan Reinauer
2013-01-19
1
-5
/
+63
*
armv7: Place reset vector + CBFS header + bootblock dynamically
David Hendricks
2013-01-17
1
-14
/
+23
*
armv7: dynamically calculate the branch offset in cbfstool
David Hendricks
2013-01-10
1
-7
/
+8
*
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
Hung-Te Lin
2013-01-04
1
-3
/
+3
*
add user-specified offset when creating armv7 cbfs image
David Hendricks
2013-01-03
1
-8
/
+7
*
Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"
Stefan Reinauer
2012-12-09
1
-2
/
+1
*
armv7: use __cpu_to_le32 for endianness of reset vector instruction
David Hendricks
2012-12-07
1
-1
/
+2
*
cbfstool: Clean up messages
Stefan Reinauer
2012-11-30
1
-19
/
+13
*
Add multi-architecture support to cbfstool
David Hendricks
2012-11-30
1
-34
/
+177
*
cbfstool: Rework to use getopt style parameters
Stefan Reinauer
2012-11-12
1
-29
/
+66
[next]