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
/
elfheaders.c
Age
Commit message (
Expand
)
Author
2018-12-19
util/cbfstool: Support AMD64 rmodules
Patrick Rudolph
2018-08-28
util/cbfstool: Fix typos
Elyes HAOUAS
2017-12-19
util/cbfstool: calculate cbfs file size for xip stages
Aaron Durbin
2017-09-13
rmodtool: Increase limit on number of symbols
Damien Zammit
2017-07-07
util/cbfstool: demote not-ELF error to debug
Patrick Georgi
2016-08-08
cbfstool/elfheaders: Make elf_writer_destroy NULL-safe
Furquan Shaikh
2016-06-17
elfwriter: Fix multi-phdrs ELFs parsing
Antonello Dettori
2015-12-12
cbfstool: add ppc64 support
Ronald G. Minnich
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
cbfstool: avoid naming variables "index"
Patrick Georgi
2015-10-29
cbfstool: add ELF symbol, relocation, and string table support
Aaron Durbin
2015-10-29
cbfstool: merge consecutive elf sections in program segments
Aaron Durbin
2015-10-29
cbfstool: add ELF header initialization helper
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-25
cbfstool: Clean up in preparation for adding new files
Sol Boucher
2015-01-13
cbfstool: Remove arch check for different stages
Furquan Shaikh
2014-12-09
aarch64: Add ELF support
Marcelo Povoa
2014-10-16
RISCV: add this architecture to cbfstool
Ronald G. Minnich
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-08-22
elfheaders: fix 64-bit ELF writing
Aaron Durbin
2014-08-10
cbfstool: free stale memory
Patrick Georgi
2014-05-27
util/cbfstool: Use `%zu` instead of `%ld` for size_t arguments
Paul Menzel
2014-03-18
cbfstool: add ELF writing support
Aaron Durbin
2014-03-14
cbfstool: add symbol table parsing to the ELF parser
Aaron Durbin
2014-03-14
cbfstool: add string table parsing to ELF parser
Aaron Durbin
2014-03-14
cbfstool: add relocation parsing to ELF parser
Aaron Durbin
2014-03-14
cbfstool: introduce struct parsed_elf and parse_elf()
Aaron Durbin
2014-03-13
cbfstool: remove incorrect section size check
Aaron Durbin
2014-03-13
cbfstool: elfparsing: check segment and section regions
Aaron Durbin
2014-03-13
cbfstool: elfheaders: use proper parameters to calloc()
Aaron Durbin
2014-03-13
cbfstool: add eflparsing.h
Aaron Durbin
2014-03-13
cbfstool: move iself() to eflheaders.c
Aaron Durbin
2014-03-13
cbfstool: elfheaders: use common checks and buffer helpers
Aaron Durbin
2014-02-04
cbfstool: Eliminate global variable "arch"
Alexandru Gagniuc
2014-02-02
Add section header parsing and use it in the mk-payload step
Ronald G. Minnich