1. c228bef util/cbmem: Use commonlib ipchksum() algorithm by Julius Werner · 6 months ago
  2. fc2f304 util: Use C99 flexible arrays by Elyes Haouas · 12 months ago
  3. 6da6268 util/cbmem: add parsing of TPM logs per specs by Sergii Dmytruk · 1 year, 9 months ago
  4. d6b4db1 util: Use common ARRAY_SIZE define by Konrad Adamczyk · 1 year, 3 months ago
  5. 8120cb4 util/cbmem: Add REG_NEWLINE flag to fix matching pattern by Konrad Adamczyk · 1 year, 3 months ago
  6. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  7. 1c727fd util/cbmem: Provide a way to override coreboot path by Werner Zeh · 1 year, 8 months ago
  8. 90e4f3d util/cbmem: Update formatting for cbmem -l command by Martin Roth · 1 year, 9 months ago
  9. 0811a64 cbmem: use aligned_memcpy for reading lb_cbmem_entry information by Yidi Lin · 1 year, 10 months ago
  10. 946e292 util/cbmem: fix an unused parameter issue in timestamp_get by Nick Vaccaro · 2 years, 3 months ago
  11. ecc165b util/cbmem: add an option to append timestamp by Mattias Nissler · 2 years, 5 months ago
  12. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  13. ac68384 util/cbmem: add type cast by Paul Fagerburg · 2 years, 3 months ago
  14. 48f6c2b util/cbmem: Add FlameGraph-compatible timestamps output by Jakub Czapiga · 2 years, 5 months ago
  15. c79da5f util/cbmem: Keep original Total Time calculation when no negative timestamps by Bora Guvendik · 2 years, 5 months ago
  16. ce87832 cbmem: Fix console banner matches by Julius Werner · 2 years, 4 months ago
  17. b8258bd util/cbmem: Add --loglevel option to restrict console printing by level by Julius Werner · 2 years, 5 months ago
  18. 984d03c console: Add loglevel marker codes to stored consoles by Julius Werner · 2 years, 6 months ago
  19. e383b3d util/cbmem: Rebase to handle negative timestamps by Bora Guvendik · 2 years, 8 months ago
  20. ea61942 commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ by Jakub Czapiga · 2 years, 8 months ago
  21. 8202fc4 util/cbmem: Add -2/--2ndtolast option to print second-to-last boot log by Julius Werner · 2 years, 10 months ago
  22. 2ae8939 util/cbmem: Update Makefiles by Martin Roth · 3 years, 5 months ago
  23. 8aa087e .gitignore: Ignore .test/.dependencies globally by Patrick Georgi · 3 years, 9 months ago
  24. 6065f61 .gitignore: Split into subdirectory files by Patrick Georgi · 3 years, 9 months ago
  25. 4b5c8b5 rules.h: change verstage name if it starts before bootblock by Kangheui Won · 3 years, 9 months ago
  26. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  27. 7333a11 util/: Replace GPLv2 boiler plate with SPDX header by Patrick Georgi · 4 years, 2 months ago
  28. ea063cb AUTHORS, util/: Drop individual copyright notices by Patrick Georgi · 4 years, 2 months ago
  29. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  30. 220c209 util/*: more typo fixes by Patrick Georgi · 4 years, 6 months ago
  31. 98eeb96 commonlib: Add commonlib/bsd by Julius Werner · 4 years, 7 months ago
  32. 724753d util/cbmem: simplify include lines in Makefile by Idwer Vollering · 4 years, 6 months ago
  33. 0476332 util/cbmem: Enable -Wmissing-prototypes by Jacob Garber · 5 years ago
  34. 79a2f47 util/cbmem: Make internal functions static by Jacob Garber · 5 years ago
  35. 4d543b5 util/cbmem: Enable -Wextra by Jacob Garber · 5 years ago
  36. 414d5d8 util/cbmem: Use correct integer types for loop indices by Jacob Garber · 5 years ago
  37. 1430b39 util/cbmem: Update banner string regular expression by You-Cheng Syu · 5 years ago
  38. 1d3b3c3 {src,util}: Remove duplicated includes by Elyes HAOUAS · 5 years ago
  39. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  40. a37a1a6 util/cbmem: Improve utility description by Kyösti Mälkki · 5 years ago
  41. eb72228 cbmem: use aligned_memcpy for reading cbmem address information by Aaron Durbin · 5 years ago
  42. 66c2250 cbmem: Enable AArch64 support by Adam Kallai · 6 years ago
  43. e3c2391 cbmem: Fix remaining mapped memory accesses to use aligned_memcpy() by Julius Werner · 6 years ago
  44. c2e4941 treewide: use /usr/bin/env where appropriate by Yegor Timoshenko · 6 years ago
  45. e3c05c4 util/cbmem/Makefile: Remove .dependencies on `clean` by Nico Huber · 6 years ago
  46. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  47. 8cd17ea util/cbmem: Handle arguments more carefully by Arthur Heymans · 6 years ago
  48. fa1f6ff util/cbmem: Add cbmem TCPA log support by Philipp Deppenwiese · 6 years ago
  49. 8ba9e8c util: Add description.md to each util by Tom Hiller · 6 years ago
  50. 8f56732 util/cbmem: Fix compare function for qsort by Furquan Shaikh · 6 years ago
  51. d4fec68 cbmem: Sort timestamp entries by Raul E Rangel · 6 years ago
  52. 35972de util/cbmem: Re-order regex for "cbmem -1" by Furquan Shaikh · 6 years ago
  53. ac9d6b8 util/cbmem: Print timestamp frequency in verbose mode by Martin Roth · 7 years ago
  54. cf20c90 util/cbmem: fix feedback for 'be explicit about memory map sizes' by Aaron Durbin · 7 years ago
  55. 46300aa util/cbmem: be explicit about memory map sizes by Aaron Durbin · 7 years ago
  56. f2a3822 util/cbmem: make data structure accesses const by Aaron Durbin · 7 years ago
  57. eab5c12 util/cbmem: Pretty print STAGEx_META and _CACHE by Kyösti Mälkki · 7 years ago
  58. 6dc3492 util/cbmem, util/cbfstool: resolve macro errors on FreeBSD by Idwer Vollering · 7 years ago
  59. 0068a9f add __must_check to */compiler.h by Caveh Jalali · 7 years ago
  60. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  61. be3aa04 cbmem: Escape literal asterisks in log banner regex by Julius Werner · 7 years ago
  62. d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 7 years ago
  63. 7ad44ee util/cbmem: mmap underflow on low addresses by Aaron Durbin · 7 years ago
  64. b7b64a9 cbmem: Add new command line flag to dump console for one boot only by Julius Werner · 7 years ago
  65. d67c687 Turn CBMEM console into a ring buffer that can persist across reboots by Julius Werner · 7 years ago
  66. 127a79e cbmem: Add custom aligned memcpy() implementation by Julius Werner · 7 years ago
  67. 8448ac4 cbmem: Exit with an errorlevel of 0 after printing help by Martin Roth · 8 years ago
  68. be8f0fa util/cbmem: Initialize variable by Patrick Georgi · 8 years ago
  69. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  70. 613702b cbmem: share additional time stamps IDs by Antonello Dettori · 8 years ago
  71. 08e920e util/cbmem: Scale time stamp values correctly by Aaron Durbin · 8 years ago
  72. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  73. f55e7dd util/cbmem: Add new depthcharge timestamps by Julius Werner · 8 years ago
  74. 4f7a361 chromeos: Add timestamps to measure VPD read times by Julius Werner · 8 years ago
  75. eb20e60 utils: Remove old license text from help & disclaimer file by Martin Roth · 9 years ago
  76. c2b5108 cbmem: Makefile: Add install target by Denis 'GNUtoo' Carikli · 9 years ago
  77. c29e57d util/cbmem: Add --rawdump <cbtable ID> and extend -l output by Pratik Prajapati · 9 years ago
  78. e740f48 util/cbmem: Fix out of bounds access by Aaron Durbin · 9 years ago
  79. 09c0c11 util/cbmem: remove duplicated cbmem data structure logic. by Aaron Durbin · 9 years ago
  80. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  81. 5ece96a util/cbmem: Handle EC_VBOOT_DONE timestamp by Shawn Nematbakhsh · 9 years ago
  82. 0be83c0 util: Update makefiles for junit testing by Martin Roth · 9 years ago
  83. bea7140 util/cbmem: Fix failure with certain cbmem base alignments by Timothy Pearson · 9 years ago
  84. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  85. fbff301 util/cbmem: add -T option for machine parseable timestamps by Aaron Durbin · 9 years ago
  86. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  87. 799bf78 util/cbmem: accumulate total time for all entries by Aaron Durbin · 9 years ago
  88. 31540fb cbmem: export base_time in timestamp table by Aaron Durbin · 9 years ago
  89. d00f180 cbmem: convert x86 timestamps on OpenBSD by Patrick Georgi · 9 years ago
  90. a8bda43 cbmem: Break out CBMEM_ID to a separate header file by Marc Jones · 9 years ago
  91. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  92. df699d5 util/cbmem: Update cbmem utility to parse the new IMD structures by Timothy Pearson · 9 years ago
  93. b817908 cbmem: Add FSP timestamps by Lee Leahy · 9 years ago
  94. 0dff57d cbmem: switch over to imd-based cbmem by Aaron Durbin · 9 years ago
  95. a7d9244 timestamps: You can never have enough of them! by Julius Werner · 10 years ago
  96. 42e23a6 timestamp: Add bootblock start and end to timestamp constants by Furquan Shaikh · 10 years ago
  97. b58f9e3 cbmem: stop assuming 1MiB of memory can be mapped by Aaron Durbin · 10 years ago
  98. 337de4c cbmem: Add support for new 'coreboot' compatible device tree binding by Julius Werner · 10 years ago
  99. 8b143c5 cbmem: use a single id to name mapping table by Vadim Bendebury · 10 years ago
  100. 2963541 util/cbmem: Print name instead of ID of CBMEM_ID_SMM_SAVE_SPACE by Paul Menzel · 10 years ago