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
/
cbfs.h
Age
Commit message (
Expand
)
Author
2019-10-18
util/cbfstool: Add optional argument ibb
Philipp Deppenwiese
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-06-15
util/cbfstool: Support FIT payloads
Patrick Rudolph
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
2017-12-08
cbfstool: Add '-p' option for padding
Daisuke Nojiri
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-01-12
util/cbfstool: Add cbfs-compression-tool
Patrick Georgi
2016-08-27
cbfs: Add "struct" file type and associated helpers
Julius Werner
2016-05-26
cbfstool: Move cbfs_file_get_header to fit.c
Furquan Shaikh
2016-01-22
cbfstool: Add attributes for position and alignment constraints.
Werner Zeh
2015-12-12
cbfstool: add ppc64 support
Ronald G. Minnich
2015-11-20
cbfstool: Add EFI and MMA file types
Pratik Prajapati
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-01
cbfstool: Add support for hashes as file metadata
Patrick Georgi
2015-09-19
cbfstool: introduce new file types
Patrick Georgi
2015-09-14
cbfstool: drop extra copy of filetype->string map
Patrick Georgi
2015-09-01
cbfstool: off-by-one on the gcc version that provides _Static_assert
Patrick Georgi
2015-09-01
cbfstool: guard _Static_assert
Patrick Georgi
2015-09-01
cbfstool: allow compression at file header level
Daisuke Nojiri
2015-09-01
cbfstool: add extended file attributes for cbfs_file
Patrick Georgi
2015-08-13
cbfstool: add cbfs file attribute structure
Patrick Georgi
2015-07-18
cbfstool: rename checksum to attributes_offset
Patrick Georgi
2015-07-18
cbfstool: move fill value to cbfs.h
Patrick Georgi
2015-07-16
cbfstool: use variable length array to model cbfs_file's filename
Patrick Georgi
2015-07-16
cbfstool: improve specification of struct cbfs_file
Patrick Georgi
2015-07-15
cbfstool: fix alignment to 64 byte
Patrick Georgi
2015-07-07
cbfstool: Make sure CBFS data structures are packed gcc style
Stefan Reinauer
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-13
cbfstool: New image format w/ required FMAP and w/o CBFS master header
Sol Boucher
2015-03-30
cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE
Martin Roth
2015-03-04
cbfstool: Clean up code
Stefan Reinauer
2015-03-03
cbfstool: Add the MIPS architecture
Paul Burton
2014-10-16
RISCV: add this architecture to cbfstool
Ronald G. Minnich
2014-09-15
cbfstool: add aarch64 as a name
Ronald G. Minnich
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-07
cbfstool: process cbfs_payload_segment(s) in host byte order
Aaron Durbin
2014-04-18
util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".
Wei Hu
2014-03-13
cbfstool: add eflparsing.h
Aaron Durbin
2014-02-05
Add an xdr function for the cbfs_file header
Ronald G. Minnich
2014-02-05
Change the linux payload generator to use the standard header generator
Ronald G. Minnich
2014-02-04
cbfstool: Eliminate global variable "arch"
Alexandru Gagniuc
2014-02-04
cbfstool: Remove more unused functions from common.c
Alexandru Gagniuc
2014-02-02
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich
2013-02-05
cbfstool: Use cbfs_image API for "print" command.
Hung-Te Lin
2013-02-05
cbfstool: Add cbfs_image new CBFS image manipulation API.
Hung-Te Lin
2013-01-19
Add more information to the cbfstool print
Stefan Reinauer
2013-01-04
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
Hung-Te Lin
2012-11-30
Add multi-architecture support to cbfstool
David Hendricks
2012-11-12
cbfstool: Rework to use getopt style parameters
Stefan Reinauer
2011-10-24
Various fixes to cbfstool.
Stefan Reinauer
2011-01-18
Move option table (cmos.layout's binary representation)
Patrick Georgi
2011-01-14
Allow coreboot to initialize CMOS if checksum is invalid.
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-01
This patch implements MBI (modular bios interface) support to the i830 chipset.
Stefan Reinauer
2009-09-14
New cbfstool. Works without mmap or fork/exec and
Patrick Georgi
2009-05-08
I have made a very simple mod to cbfstool that is compatible with the
Ronald G. Minnich
2009-04-14
v2/util: romfs -> cbfs rename
Peter Stuge