1. 2219d89 cbfstool: Avoid defining _XOPEN_SOURCE by Alex James · 2 years, 8 months ago
  2. 8a44eb9 util/cbfstool: Remove redundant endian.h include by Alex James · 2 years, 8 months ago
  3. 0fd072d cbfstool: Clean up remnants of locate action by Julius Werner · 2 years, 8 months ago
  4. 772714d cbfstool: Use converted buffer size for do_cbfs_locate() by Julius Werner · 2 years, 8 months ago
  5. 20ad365 cbfstool: Do host space address conversion earlier when adding files by Julius Werner · 2 years, 8 months ago
  6. 6ddacd6 cbfstool: Fix offset calculation for aligned files by Julius Werner · 2 years, 9 months ago
  7. 987e3dc util/cbfstool: Ensure that htole32 et al are visible when building by Patrick Georgi · 2 years, 9 months ago
  8. 1186265 util/cbfstool/.gitignore: Add CSE tool executables by Angel Pons · 2 years, 9 months ago
  9. f1e401c util/cbfstool/flashmap/fmap.c: fix fmaptool endianness bugs on BE by Marek Kasiewicz · 3 years, 10 months ago
  10. a5cbe27 eventlog: Add a log type for Chrome OS diagnostics by Hsuan Ting Chen · 2 years, 10 months ago
  11. e1f392e elogtool: add pytest for elogtool by Ricardo Quesada · 2 years, 11 months ago
  12. 41ba01b util/cbfstool/rmodule: Omit undefined extern symbols from reloc table by Raul E Rangel · 3 years, 1 month ago
  13. bf848ad util/cse_serger: Add command `create-cse-region` by Furquan Shaikh · 2 years, 10 months ago
  14. 8b4ca15 util/cse_serger: Replace cse_layout_regions with array of regions by Furquan Shaikh · 2 years, 10 months ago
  15. 555f040 util/cse*: Add cse_helpers.{c,h} by Furquan Shaikh · 2 years, 10 months ago
  16. d7fb6a9 util/cse_serger: Add a new tool for stitching CSE components by Furquan Shaikh · 2 years, 11 months ago
  17. 796aeeb util/cse_fpt: Add a new tool for managing Intel CSE FPT binaries by Furquan Shaikh · 2 years, 11 months ago
  18. 2bfef8d cbfstool: Add helper function `buffer_from_file_aligned_size` by Furquan Shaikh · 3 years, 2 months ago
  19. 5020fe3 util/cbfstool: Add support for ARM64 UefiPayload by Rex-BC Chen · 3 years, 1 month ago
  20. 1427f12 elogtool: Fix off-by-one error in month in timestamp by Ricardo Quesada · 2 years, 11 months ago
  21. e48043b elogtool: compile in 32-bit platforms by Ricardo Quesada · 2 years, 11 months ago
  22. 683b294d elogtool: add "add" command by Ricardo Quesada · 3 years ago
  23. a2bf94d elogtool: add next_available_event_offset function by Ricardo Quesada · 3 years ago
  24. 49a96a9 elogtool: add "clear" command by Ricardo Quesada · 3 years ago
  25. 4a35940 util/cbftool: Fix the bug in parsing Uefipayload with extended header by Dun Tan · 3 years ago
  26. ff236ef cbfstool: add buffer_end() to common.h by Ricardo Quesada · 3 years ago
  27. 09cc8f6 elogtool: add to gitignore by Jack Rosenthal · 3 years ago
  28. c2cf394 util/elogtool: add tool to print elog events by Ricardo Quesada · 3 years, 1 month ago
  29. c78521b3 util/cbfstool: Remove unused pagesize parameter by Arthur Heymans · 3 years, 2 months ago
  30. db28040 util/cbfstool: Allow setting alignment for payload by Raul E Rangel · 3 years, 2 months ago
  31. 5bb7dc4 cbfstool/cbfs-mkstage.c: Change signature of parse_elf_to_xip_stage() by Arthur Heymans · 3 years, 2 months ago
  32. 6cd4d32 cbfstool: Unset ${DEBUG} when making vboot hostlib by Nico Huber · 3 years, 2 months ago
  33. f22f408 cbfstool: Make use of spurious null-termination by Nico Huber · 3 years, 2 months ago
  34. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  35. b853937 util/cbfstool/linux_trampoline.h: Fix typo in comment by Angel Pons · 3 years, 3 months ago
  36. 71971c9 cbfstool/linux_trampoline.S: Fix up the e820 table by Arthur Heymans · 3 years, 3 months ago
  37. 67d958b util/cbfstool/Makefile: Check out vboot before trying to use it by Patrick Georgi · 3 years, 3 months ago
  38. f2b7104 util/cbfstool/fit.c: Fix getting the topswap table by Arthur Heymans · 3 years, 3 months ago
  39. 9a05601 util/cbfstool: Do not set -D_XOPEN_SOURCE on FreeBSD by Idwer Vollering · 3 years, 3 months ago
  40. e9e4e54 util/ifittool: Add an option to set the FIT pointer a CBFS file by Arthur Heymans · 3 years, 6 months ago
  41. 81dc20e cbfs: Move stage header into a CBFS attribute by Julius Werner · 3 years, 10 months ago
  42. c24db00 cbfstool: Move alignment/baseaddress handling into cbfs_add_component() by Julius Werner · 3 years, 9 months ago
  43. 9a5d6e9 util/cbfstool/ifittool: Remove dead code by Arthur Heymans · 3 years, 6 months ago
  44. 76dab5f cbfstool: Add support for platform "fixups" when modifying bootblock by Julius Werner · 4 years, 5 months ago
  45. 4bfbabd cbfstool: Support CONFIG_CBFS_VERIFICATION and metadata hash anchor by Julius Werner · 4 years, 3 months ago
  46. 92f447a util/cbfstool: Update Makefiles by Martin Roth · 3 years, 6 months ago
  47. 5779ca7 cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 by Julius Werner · 3 years, 9 months ago
  48. f0cc7ad cbfstool: Ensure attributes always come last in the metadata by Julius Werner · 3 years, 9 months ago
  49. ff61a39 cbfstool: Remove location pointer from parse_elf_to_stage() by Julius Werner · 3 years, 7 months ago
  50. 84446e6 rmodtool: Make memlayout symbols absolute and do not relocate them by Julius Werner · 3 years, 6 months ago
  51. 5c73413 treewide: Remove trailing whitespace by Martin Roth · 3 years, 6 months ago
  52. b57373b util/cbfstool: Fix build in 32-bit userspace by Kyösti Mälkki · 3 years, 6 months ago
  53. ebe4369 util/cbfstool: unbreak compilation on FreeBSD by Idwer Vollering · 3 years, 7 months ago
  54. 1153b2e cbfstool: Use flock() when accessing CBFS files by Julius Werner · 3 years, 7 months ago
  55. 1717231 drivers/vpd: Add VPD region to default FMAP when selected by Matt DeVillier · 3 years, 8 months ago
  56. 8ead1dc src/lib: Add Kconfig option for SPD cache in FMAP by Matt DeVillier · 3 years, 9 months ago
  57. 7ed4039 util/cbfstool/fit.c: Add support for adding Boot Guard manifests by Michał Żygowski · 4 years, 1 month ago
  58. 73982ed util/cbfstool/fmaptool: Generate list of terminal sections by Furquan Shaikh · 3 years, 9 months ago
  59. 0ae389c util/cbfstool: Add support for mapping extended window for x86 platforms by Furquan Shaikh · 3 years, 9 months ago
  60. 0dcc066 util/cbfstool: Introduce concept of mmap_window by Furquan Shaikh · 3 years, 9 months ago
  61. 19ba95f util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESS by Furquan Shaikh · 3 years, 9 months ago
  62. 6b6e9b5 util/cbfstool: Treat region offsets differently than absolute addresses by Furquan Shaikh · 3 years, 9 months ago
  63. 38e1f73 util/cbfstool/.gitignore: Add ifittool by Arthur Heymans · 3 years, 9 months ago
  64. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 3 months ago
  65. c4ee28c cbfstool: Hide hash printing behind -v and add to parseable output by Julius Werner · 4 years, 4 months ago
  66. 7066a1e cbfstool: Rename cbfs_walk() to cbfs_legacy_walk() by Julius Werner · 4 years, 5 months ago
  67. d477565 cbfstool: Use cbfs_serialized.h and standard vboot helpers by Julius Werner · 4 years, 5 months ago
  68. 105cdf5 cbfstool: Don't add compression attribute for uncompressed files by Julius Werner · 3 years, 10 months ago
  69. 17cd905 util/cbfstool/amdcompress: fix argument requirement by Felix Held · 3 years, 9 months ago
  70. e0117b1 util/cbfstool/amdcompress: fix short option for maxsize by Felix Held · 3 years, 9 months ago
  71. 8aa087e .gitignore: Ignore .test/.dependencies globally by Patrick Georgi · 3 years, 10 months ago
  72. 6065f61 .gitignore: Split into subdirectory files by Patrick Georgi · 3 years, 10 months ago
  73. 1129854 cbfstool: Don't build unneeded commonlib sources by Julius Werner · 3 years, 10 months ago
  74. d57c128 util/cbfstool/fmaptool: generate defines for all fmap sections by Felix Held · 4 years ago
  75. c99bd4a util/cbfstool/fmd: make flashmap_flags bitfield struct elements unsigned by Felix Held · 4 years ago
  76. c6dd443 util/cbfstool: Defuse vboot's openssl linking by Patrick Georgi · 4 years, 2 months ago
  77. c36469e util/cbfstool: Add option --pow2page by Kyösti Mälkki · 4 years, 3 months ago
  78. c3bb692 util/cbfstool: Drop IS_TOP_ALIGNED_ADDRESS() check in cbfstool_convert_fsp by Furquan Shaikh · 4 years, 2 months ago
  79. 7f5f933 util/cbfstool: fix buffer over-read by Philipp Bartsch · 4 years, 3 months ago
  80. 1dd517c util/cbfstool: Add SPDX header to generated linux_trampoline code, too by Patrick Georgi · 4 years, 3 months ago
  81. 55189c9 util: Use SPDX headers by Patrick Georgi · 4 years, 3 months ago
  82. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  83. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  84. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 3 months ago
  85. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 3 months ago
  86. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  87. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 3 months ago
  88. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  89. c42cf91 util/cbfstool: Allow use of non-ASCII longopt by Furquan Shaikh · 4 years, 4 months ago
  90. 0beddb5 cbfstool: Build vboot library by Yu-Ping Wu · 4 years, 5 months ago
  91. 70282ae lz4: Fix out-of-bounds reads by Alex Rebert · 4 years, 6 months ago
  92. a58e503 util/cbfstool/lzma: Make clang-11+'s indentation checker happy by Patrick Georgi · 4 years, 7 months ago
  93. d6900a9 cbfstool: Set deprecated _BSD_SOURCE and _SVID_SOURCE macros by Julius Werner · 4 years, 7 months ago
  94. 220c209 util/*: more typo fixes by Patrick Georgi · 4 years, 7 months ago
  95. 01cfecc util/cbfstool: Fix typos by Patrick Georgi · 4 years, 7 months ago
  96. 98eeb96 commonlib: Add commonlib/bsd by Julius Werner · 4 years, 8 months ago
  97. 31e2188 ifwitool: Introduce a use the Second Logical Boot Partition option by Jeremy Compostella · 4 years, 8 months ago
  98. 591dbfe util/cbfstool: Further reduce warnings for lz4 code by Nico Huber · 4 years, 8 months ago
  99. 3833f0f cbfstool: Bump C version to C11 by Julius Werner · 4 years, 8 months ago
  100. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago