1. da5d025 util/cbfstool: Check for metadata hash in verstage by Karthikeyan Ramasubramanian · 1 year, 11 months ago
  2. af20fd7 cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification by Julius Werner · 2 years, 3 months ago
  3. 0057262 cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD by Julius Werner · 2 years, 3 months ago
  4. b3398ba util/cbfstool: Do minor fixes by Alex James · 2 years, 7 months ago
  5. 02001a38 util/cbfstool: Replace swab.h with commonlib/bsd/sysincludes.h by Alex James · 2 years, 8 months ago
  6. 76dab5f cbfstool: Add support for platform "fixups" when modifying bootblock by Julius Werner · 4 years, 5 months ago
  7. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 3 months ago
  8. d477565 cbfstool: Use cbfs_serialized.h and standard vboot helpers by Julius Werner · 4 years, 5 months ago
  9. 7f5f933 util/cbfstool: fix buffer over-read by Philipp Bartsch · 4 years, 3 months ago
  10. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 3 months ago
  11. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 3 months ago
  12. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  13. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  14. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  15. 7ee05ed util/cbfstool: Support FIT payloads by Patrick Rudolph · 6 years ago
  16. c6d1349 Revert "cbfs/payload type: Fix build warning and whitespace in name" by Ronald G. Minnich · 6 years ago
  17. 717ba74 cbfs/payload type: Fix build warning and whitespace in name by Paul Menzel · 6 years ago
  18. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  19. ff906fb cbfstool: Add '-p' option for padding by Daisuke Nojiri · 7 years ago
  20. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  21. c88d16b util/cbfstool: Add cbfs-compression-tool by Patrick Georgi · 8 years ago
  22. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  23. 1ac194e cbfstool: Move cbfs_file_get_header to fit.c by Furquan Shaikh · 8 years ago
  24. e9995f1 cbfstool: Add attributes for position and alignment constraints. by Werner Zeh · 9 years ago
  25. ed4aa04 cbfstool: add ppc64 support by Ronald G. Minnich · 9 years ago
  26. fb12873 cbfstool: Add EFI and MMA file types by Pratik Prajapati · 9 years ago
  27. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  28. 89f2034 cbfstool: Add support for hashes as file metadata by Patrick Georgi · 9 years ago
  29. 239c742 cbfstool: introduce new file types by Patrick Georgi · 9 years ago
  30. dc37dab cbfstool: drop extra copy of filetype->string map by Patrick Georgi · 9 years ago
  31. ab5754d cbfstool: off-by-one on the gcc version that provides _Static_assert by Patrick Georgi · 9 years ago
  32. 57c67e5 cbfstool: guard _Static_assert by Patrick Georgi · 9 years ago
  33. 8984a63 cbfstool: allow compression at file header level by Daisuke Nojiri · 9 years ago
  34. 2c61506 cbfstool: add extended file attributes for cbfs_file by Patrick Georgi · 9 years ago
  35. c6a8da7 cbfstool: add cbfs file attribute structure by Patrick Georgi · 9 years ago
  36. 0d618af cbfstool: rename checksum to attributes_offset by Patrick Georgi · 9 years ago
  37. 2062473 cbfstool: move fill value to cbfs.h by Patrick Georgi · 9 years ago
  38. c569b8b cbfstool: use variable length array to model cbfs_file's filename by Patrick Georgi · 9 years ago
  39. 5dc01ac cbfstool: improve specification of struct cbfs_file by Patrick Georgi · 9 years ago
  40. 45acb34 cbfstool: fix alignment to 64 byte by Patrick Georgi · 9 years ago
  41. cfa9b99 cbfstool: Make sure CBFS data structures are packed gcc style by Stefan Reinauer · 9 years ago
  42. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  43. 67a0a86 cbfstool: New image format w/ required FMAP and w/o CBFS master header by Sol Boucher · 9 years ago
  44. dde307c cbfstool: add filetypes for FSP, MRC, SPC and MRC_CACHE by Martin Roth · 9 years ago
  45. 2dd161f cbfstool: Clean up code by Stefan Reinauer · 9 years ago
  46. 3318692 cbfstool: Add the MIPS architecture by Paul Burton · 10 years ago
  47. 833bf20 RISCV: add this architecture to cbfstool by Ronald G. Minnich · 10 years ago
  48. 5f43184 cbfstool: add aarch64 as a name by Ronald G. Minnich · 11 years ago
  49. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  50. ca63027 cbfstool: process cbfs_payload_segment(s) in host byte order by Aaron Durbin · 10 years ago
  51. 2ad6ee9 util/cbfstool: Fix "Bad segment type 53534220 Could not load payload". by Wei Hu · 10 years ago
  52. 54ef306 cbfstool: add eflparsing.h by Aaron Durbin · 10 years ago
  53. 3fcde22 Add an xdr function for the cbfs_file header by Ronald G. Minnich · 11 years ago
  54. 818f369 Change the linux payload generator to use the standard header generator by Ronald G. Minnich · 11 years ago
  55. 35850ae cbfstool: Eliminate global variable "arch" by Alexandru Gagniuc · 11 years ago
  56. 2bdc0d0 cbfstool: Remove more unused functions from common.c by Alexandru Gagniuc · 11 years ago
  57. a8a133d Add section header parsing and use it in the mk-payload step by Ronald G. Minnich · 11 years ago
  58. 3bb035b cbfstool: Use cbfs_image API for "print" command. by Hung-Te Lin · 12 years ago
  59. eab2c81 cbfstool: Add cbfs_image new CBFS image manipulation API. by Hung-Te Lin · 12 years ago
  60. db5b893 Add more information to the cbfstool print by Stefan Reinauer · 12 years ago
  61. 086842a Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". by Hung-Te Lin · 12 years ago
  62. 90ca3b6 Add multi-architecture support to cbfstool by David Hendricks · 12 years ago
  63. 6321758 cbfstool: Rework to use getopt style parameters by Stefan Reinauer · 12 years ago
  64. a1e4824 Various fixes to cbfstool. by Stefan Reinauer · 13 years ago
  65. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  66. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  67. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  68. 800379f by Stefan Reinauer · 14 years ago
  69. b7b56dd8 New cbfstool. Works without mmap or fork/exec and by Patrick Georgi · 15 years ago
  70. 83b8f0c I have made a very simple mod to cbfstool that is compatible with the by Ronald G. Minnich · 15 years ago
  71. 1d862de v2/util: romfs -> cbfs rename by Peter Stuge · 15 years ago[Renamed (82%) from util/romtool/romfs.h]
  72. 5d01ec0 This patch adds Jordan's romtool support for v2. by Ronald G. Minnich · 15 years ago