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
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