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 32bit host issue
Patrick Georgi
2015-05-09
1
-1
/
+1
*
fmap: request libc compatibility level that includes memccpy
Patrick Georgi
2015-05-09
1
-0
/
+2
*
fmaptool: Add listing of annotated CBFS sections and generate header
Sol Boucher
2015-05-08
5
-29
/
+337
*
fmaptool: Conform to cbfstool's error message format
Sol Boucher
2015-05-08
5
-76
/
+68
*
cbfstool: Restructure around support for reading/writing portions of files
Sol Boucher
2015-05-08
11
-174
/
+742
*
cbfstool: Add offset field to cbfstool directory's struct buffer
Sol Boucher
2015-05-08
2
-5
/
+22
*
cbfstool: Simplify the common buffer_splice() function's interface
Sol Boucher
2015-05-08
1
-9
/
+5
*
cbfstool: Eliminate useless cbfs_image_create() local variable
Sol Boucher
2015-05-08
1
-5
/
+4
*
cbfstool: Fix leak in cbfs_image struct initialization
Sol Boucher
2015-05-08
3
-36
/
+30
*
cbfstool: Fix cbfs_copy_instance()'s master header endianness
Sol Boucher
2015-05-08
1
-14
/
+5
*
fmaptool: Introduce the fmd ("flashmap descriptor") language and compiler
Sol Boucher
2015-05-08
22
-160
/
+5240
*
cbfstool: Fix strange flashmap whitespace
Sol Boucher
2015-05-08
6
-73
/
+73
*
cbfstool: Import minimal set of files from flashmap
Sol Boucher
2015-05-08
6
-0
/
+1457
*
cbfstool: Make the add action choose an aligned entries capacity
Sol Boucher
2015-05-08
1
-3
/
+39
*
cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS`
Paul Menzel
2015-05-04
2
-5
/
+5
*
cbfstool: compare pointer difference with ptrdiff_t value
Patrick Georgi
2015-04-28
1
-1
/
+2
*
cbfstool: remove gcc-specific -Og flag
Stefan Tauner
2015-04-27
1
-1
/
+1
*
cbfstool: Fix ability to add files at offsets near the end of empty spaces
Sol Boucher
2015-04-25
1
-1
/
+3
*
cbfstool: Clean up in preparation for adding new files
Sol Boucher
2015-04-25
14
-89
/
+121
*
cbfstool: clean up source code
Vadim Bendebury
2015-04-18
3
-61
/
+40
*
cbfstool: add the missing 'break'
Vadim Bendebury
2015-04-18
1
-0
/
+1
*
cbfstool: add a command to duplicate a cbfs instance
Vadim Bendebury
2015-04-18
3
-0
/
+122
*
cbfstool: allow user to explicitly specify header location
Vadim Bendebury
2015-04-18
3
-35
/
+69
*
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-04-14
3
-74
/
+107
*
cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE
Martin Roth
2015-03-30
3
-0
/
+12
*
ARM64 rmodule: Add new reloc type R_AARCH64_LDST8_ABS_LO12_NC
Furquan Shaikh
2015-03-21
1
-0
/
+1
*
cbfstool: Remove empty line that looks out of place
Julius Werner
2015-03-21
1
-1
/
+0
*
rmodtool: add another aarch64 relocation
Aaron Durbin
2015-03-21
1
-0
/
+1
*
rmodtool: Add support for aarch64
Furquan Shaikh
2015-03-21
1
-0
/
+30
*
cbfstool: Add relocation codes for arm mode
Furquan Shaikh
2015-03-17
2
-2
/
+6
*
cbfstool: Clean up code
Stefan Reinauer
2015-03-04
7
-44
/
+32
*
cbfstool: Add the MIPS architecture
Paul Burton
2015-03-03
3
-1
/
+3
*
cbfstool: Remove arch check for different stages
Furquan Shaikh
2015-01-13
1
-10
/
+0
*
cbfstool: Fix help display message
Furquan Shaikh
2015-01-09
1
-1
/
+1
*
util/cbfstool: Fix byte-ordering for payload type field.
Hung-Te Lin
2015-01-03
1
-26
/
+38
*
cbfstool: Fix update-fit command
Kyösti Mälkki
2014-12-28
1
-1
/
+1
*
aarch64: Add ELF support
Marcelo Povoa
2014-12-09
1
-0
/
+1
*
util/cbfstool/cbfs-mkstage.c: Fix build issue on 32-bit x86
Francis Rowe
2014-11-21
1
-1
/
+2
*
cbfstool: Add option to ignore section in add-stage
Furquan Shaikh
2014-11-04
3
-5
/
+87
*
cbfstool: Convert cbfs-mkstage.c into pelf
Furquan Shaikh
2014-11-04
1
-8
/
+21
*
rmodtool: add support for ARM
Aaron Durbin
2014-10-28
2
-0
/
+27
*
cbfstool: If compression fails, warn and use the uncompressed data.
Gabe Black
2014-10-28
2
-33
/
+32
*
cbfstool: free memory
Patrick Georgi
2014-10-18
1
-7
/
+18
*
RISCV: add this architecture to cbfstool
Ronald G. Minnich
2014-10-16
4
-0
/
+47
*
cbfstool: Propogate compression errors back to the caller.
Gabe Black
2014-09-25
5
-22
/
+38
*
cbfstool: Add AARCH64 reloc types to elf.h
Furquan Shaikh
2014-09-23
1
-0
/
+53
*
rmodtool: Allow rmodules with 0 relocations
Furquan Shaikh
2014-09-23
1
-8
/
+9
*
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
3
-1
/
+3
*
cbfstool: Fix architecture check when adding payload
Stefan Reinauer
2014-09-12
4
-8
/
+26
[next]