1. 6ed0ba1 cbfstool: Read XIP stage alignment requirements from ELF by Arthur Heymans · 3 months ago
  2. 898176a treewide: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 9 months ago
  3. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 2 months ago
  4. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 2 months ago
  5. 01cfecc util/cbfstool: Fix typos by Patrick Georgi · 4 years, 6 months ago
  6. 2d58bf6 util/cbfstool: Prevent overflow of 16 bit multiplications by Jacob Garber · 5 years ago
  7. 565bebe util/cbfstool: Support AMD64 rmodules by Patrick Rudolph · 6 years ago
  8. 3db0198 util/cbfstool: Fix typos by Elyes HAOUAS · 6 years ago
  9. facf149 util/cbfstool: calculate cbfs file size for xip stages by Aaron Durbin · 7 years ago
  10. 0025247 rmodtool: Increase limit on number of symbols by Damien Zammit · 7 years ago
  11. 8320b9a util/cbfstool: demote not-ELF error to debug by Patrick Georgi · 7 years ago
  12. b927bec cbfstool/elfheaders: Make elf_writer_destroy NULL-safe by Furquan Shaikh · 8 years ago
  13. 3bded7d elfwriter: Fix multi-phdrs ELFs parsing by Antonello Dettori · 8 years ago
  14. ed4aa04 cbfstool: add ppc64 support by Ronald G. Minnich · 9 years ago
  15. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  16. 172a14d cbfstool: avoid naming variables "index" by Patrick Georgi · 9 years ago
  17. cedcb88 cbfstool: add ELF symbol, relocation, and string table support by Aaron Durbin · 9 years ago
  18. 8e982ea cbfstool: merge consecutive elf sections in program segments by Aaron Durbin · 9 years ago
  19. 4f930c9 cbfstool: add ELF header initialization helper by Aaron Durbin · 9 years ago
  20. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  21. 0e53931 cbfstool: Clean up in preparation for adding new files by Sol Boucher · 9 years ago
  22. 01f5396 cbfstool: Remove arch check for different stages by Furquan Shaikh · 10 years ago
  23. dcc1c86 aarch64: Add ELF support by Marcelo Povoa · 10 years ago
  24. 833bf20 RISCV: add this architecture to cbfstool by Ronald G. Minnich · 10 years ago
  25. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  26. bc349b8 elfheaders: fix 64-bit ELF writing by Aaron Durbin · 10 years ago
  27. a65c21e cbfstool: free stale memory by Patrick Georgi · 10 years ago
  28. 470c37c util/cbfstool: Use `%zu` instead of `%ld` for size_t arguments by Paul Menzel · 10 years ago
  29. 36be813 cbfstool: add ELF writing support by Aaron Durbin · 10 years ago
  30. c078094 cbfstool: add symbol table parsing to the ELF parser by Aaron Durbin · 10 years ago
  31. c3e6e14 cbfstool: add string table parsing to ELF parser by Aaron Durbin · 10 years ago
  32. ccb5ad8 cbfstool: add relocation parsing to ELF parser by Aaron Durbin · 10 years ago
  33. d0f6165 cbfstool: introduce struct parsed_elf and parse_elf() by Aaron Durbin · 10 years ago
  34. 19a11d6 cbfstool: remove incorrect section size check by Aaron Durbin · 10 years ago
  35. a31ff73 cbfstool: elfparsing: check segment and section regions by Aaron Durbin · 10 years ago
  36. b1b5118 cbfstool: elfheaders: use proper parameters to calloc() by Aaron Durbin · 10 years ago
  37. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 10 years ago
  38. aa8784c cbfstool: move iself() to eflheaders.c by Aaron Durbin · 10 years ago
  39. a983cea cbfstool: elfheaders: use common checks and buffer helpers by Aaron Durbin · 10 years ago
  40. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 10 years ago
  41. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago