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
*
util/cbfstool: Use `%zu` instead of `%ld` for size_t arguments
Paul Menzel
2014-05-27
2
-3
/
+3
*
cbfstool: account for the trampoline code in bzImage payload
Aaron Durbin
2014-05-09
1
-2
/
+9
*
util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".
Wei Hu
2014-04-18
1
-1
/
+1
*
util/cbfstool: Make cbfs_image_delete() NULL-tolerant.
Edward O'Callaghan
2014-04-07
1
-0
/
+3
*
cbfstool: provide structure to linux payload builder
Aaron Durbin
2014-03-28
2
-116
/
+208
*
util: add rmodtool for parsing ELF files to rmodules
Aaron Durbin
2014-03-20
5
-16
/
+800
*
cbfstool: add ELF writing support
Aaron Durbin
2014-03-18
2
-0
/
+350
*
cbfstool: add symbol table parsing to the ELF parser
Aaron Durbin
2014-03-14
2
-0
/
+74
*
cbfstool: add string table parsing to ELF parser
Aaron Durbin
2014-03-14
2
-4
/
+59
*
cbfstool: add relocation parsing to ELF parser
Aaron Durbin
2014-03-14
2
-0
/
+97
*
cbfstool: introduce struct parsed_elf and parse_elf()
Aaron Durbin
2014-03-14
2
-31
/
+106
*
cbfstool: remove incorrect section size check
Aaron Durbin
2014-03-13
1
-5
/
+0
*
cbfstool: elfparsing: check segment and section regions
Aaron Durbin
2014-03-13
1
-2
/
+16
*
cbfstool: elfheaders: use proper parameters to calloc()
Aaron Durbin
2014-03-13
1
-2
/
+2
*
cbfstool: add eflparsing.h
Aaron Durbin
2014-03-13
8
-15
/
+35
*
cbfstool: move iself() to eflheaders.c
Aaron Durbin
2014-03-13
3
-9
/
+7
*
cbfstool: elfheaders: use common checks and buffer helpers
Aaron Durbin
2014-03-13
1
-68
/
+79
*
cbfstool: add struct buffer helper routines
Aaron Durbin
2014-03-11
1
-0
/
+43
*
cbfstool: add bputs() to store a byte stream to a buffer
Aaron Durbin
2014-03-11
2
-2
/
+10
*
cbfstool: add get8/put8 variants to xdr structures
Aaron Durbin
2014-03-11
2
-4
/
+6
*
cbfstool: move verbose to common.c
Aaron Durbin
2014-03-11
2
-1
/
+1
*
cbfstool/lzma: Remove dead code under #ifdefs
Alexandru Gagniuc
2014-03-02
3
-129
/
+2
*
cbfstool/lzma: Remove code which depends on commented out defines
Alexandru Gagniuc
2014-02-11
3
-21
/
+3
*
cbfstool: Deserialize CBFS master header when reading image
Alexandru Gagniuc
2014-02-11
3
-31
/
+58
*
cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK
Alexandru Gagniuc
2014-02-10
1
-16
/
+0
*
cbfstool: Fix LzmaEnc.c and build with -Wshadow
Alexandru Gagniuc
2014-02-10
2
-14
/
+8
*
cbfstool: Fix build errors when building with clang
Alexandru Gagniuc
2014-02-10
2
-2
/
+2
*
Add an xdr function for the cbfs_file header
Ronald G. Minnich
2014-02-05
5
-4
/
+37
*
Change the linux payload generator to use the standard header generator
Ronald G. Minnich
2014-02-05
3
-29
/
+33
*
cbfstool: Eliminate global variable "arch"
Alexandru Gagniuc
2014-02-04
7
-18
/
+20
*
cbfstool: Remove more unused functions from common.c
Alexandru Gagniuc
2014-02-04
3
-604
/
+1
*
cbfstool: Hide cbfstool_offset from the global namespace
Alexandru Gagniuc
2014-02-04
2
-12
/
+11
*
cbfstool: remove unused function create_cbfs_image()
Alexandru Gagniuc
2014-02-03
2
-123
/
+0
*
cbfstool: add code to serialize the header using the new xdr functions
Ronald G. Minnich
2014-02-02
2
-13
/
+32
*
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich
2014-02-02
11
-335
/
+474
*
cbfstool/lzma: Avoid use of typedef with structs and enums
Alexandru Gagniuc
2014-01-29
8
-277
/
+277
*
cbfstool: Don't assume compiler is gcc, and use $(CC)
Alexandru Gagniuc
2014-01-29
1
-1
/
+1
*
cbfstool/lzma: Remove windows-specific remnants
Alexandru Gagniuc
2014-01-29
3
-40
/
+6
*
cbfstool/lzma: Remove C++ remnants
Alexandru Gagniuc
2014-01-29
4
-44
/
+0
*
cbfstool/lzma: Use stdint and stdbool types
Alexandru Gagniuc
2014-01-29
9
-620
/
+580
*
cbfs: fix issues with word size and endianness.
Ronald G. Minnich
2014-01-29
9
-116
/
+505
*
cbfstool: correct size left calculation for "empty" entries
Aaron Durbin
2014-01-24
1
-0
/
+14
*
cbfstool: cleaner filling fields
Patrick Georgi
2014-01-21
1
-2
/
+2
*
cbfstool: Properly handle EOF in update_fit step
Alexandru Gagniuc
2013-12-09
1
-1
/
+1
*
cbfstool: check potential microcode update earlier
Aaron Durbin
2013-11-25
1
-4
/
+4
*
cbfstool: add a constant for the aarch64
Ronald G. Minnich
2013-11-18
1
-0
/
+1
*
Fix whitespace leaked into tree
Kyösti Mälkki
2013-09-17
4
-31
/
+31
*
Add a (b)zImage parser to cbfstool
Patrick Georgi
2013-08-31
8
-1
/
+597
*
Correct spelling of shadow, setting and memory
Paul Menzel
2013-08-16
1
-1
/
+1
*
cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file
Peter Stuge
2013-08-15
1
-0
/
+60
[next]