1. 220c209 util/*: more typo fixes by Patrick Georgi · 4 years, 7 months ago
  2. 79a2f47 util/cbmem: Make internal functions static by Jacob Garber · 5 years ago
  3. 414d5d8 util/cbmem: Use correct integer types for loop indices by Jacob Garber · 5 years ago
  4. 1430b39 util/cbmem: Update banner string regular expression by You-Cheng Syu · 5 years ago
  5. 1d3b3c3 {src,util}: Remove duplicated includes by Elyes HAOUAS · 5 years ago
  6. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  7. eb72228 cbmem: use aligned_memcpy for reading cbmem address information by Aaron Durbin · 6 years ago
  8. 66c2250 cbmem: Enable AArch64 support by Adam Kallai · 6 years ago
  9. e3c2391 cbmem: Fix remaining mapped memory accesses to use aligned_memcpy() by Julius Werner · 6 years ago
  10. 8cd17ea util/cbmem: Handle arguments more carefully by Arthur Heymans · 6 years ago
  11. fa1f6ff util/cbmem: Add cbmem TCPA log support by Philipp Deppenwiese · 6 years ago
  12. 8f56732 util/cbmem: Fix compare function for qsort by Furquan Shaikh · 6 years ago
  13. d4fec68 cbmem: Sort timestamp entries by Raul E Rangel · 6 years ago
  14. 35972de util/cbmem: Re-order regex for "cbmem -1" by Furquan Shaikh · 7 years ago
  15. ac9d6b8 util/cbmem: Print timestamp frequency in verbose mode by Martin Roth · 7 years ago
  16. cf20c90 util/cbmem: fix feedback for 'be explicit about memory map sizes' by Aaron Durbin · 7 years ago
  17. 46300aa util/cbmem: be explicit about memory map sizes by Aaron Durbin · 7 years ago
  18. f2a3822 util/cbmem: make data structure accesses const by Aaron Durbin · 7 years ago
  19. eab5c12 util/cbmem: Pretty print STAGEx_META and _CACHE by Kyösti Mälkki · 7 years ago
  20. be3aa04 cbmem: Escape literal asterisks in log banner regex by Julius Werner · 7 years ago
  21. d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 7 years ago
  22. 7ad44ee util/cbmem: mmap underflow on low addresses by Aaron Durbin · 7 years ago
  23. b7b64a9 cbmem: Add new command line flag to dump console for one boot only by Julius Werner · 7 years ago
  24. d67c687 Turn CBMEM console into a ring buffer that can persist across reboots by Julius Werner · 8 years ago
  25. 127a79e cbmem: Add custom aligned memcpy() implementation by Julius Werner · 8 years ago
  26. 8448ac4 cbmem: Exit with an errorlevel of 0 after printing help by Martin Roth · 8 years ago
  27. be8f0fa util/cbmem: Initialize variable by Patrick Georgi · 8 years ago
  28. 613702b cbmem: share additional time stamps IDs by Antonello Dettori · 8 years ago
  29. 08e920e util/cbmem: Scale time stamp values correctly by Aaron Durbin · 8 years ago
  30. 09f2921 cbfs: Add LZ4 in-place decompression support for pre-RAM stages by Julius Werner · 9 years ago
  31. f55e7dd util/cbmem: Add new depthcharge timestamps by Julius Werner · 9 years ago
  32. 4f7a361 chromeos: Add timestamps to measure VPD read times by Julius Werner · 9 years ago
  33. eb20e60 utils: Remove old license text from help & disclaimer file by Martin Roth · 9 years ago
  34. c29e57d util/cbmem: Add --rawdump <cbtable ID> and extend -l output by Pratik Prajapati · 9 years ago
  35. e740f48 util/cbmem: Fix out of bounds access by Aaron Durbin · 9 years ago
  36. 09c0c11 util/cbmem: remove duplicated cbmem data structure logic. by Aaron Durbin · 9 years ago
  37. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  38. 5ece96a util/cbmem: Handle EC_VBOOT_DONE timestamp by Shawn Nematbakhsh · 9 years ago
  39. bea7140 util/cbmem: Fix failure with certain cbmem base alignments by Timothy Pearson · 9 years ago
  40. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  41. fbff301 util/cbmem: add -T option for machine parseable timestamps by Aaron Durbin · 9 years ago
  42. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  43. 799bf78 util/cbmem: accumulate total time for all entries by Aaron Durbin · 9 years ago
  44. 31540fb cbmem: export base_time in timestamp table by Aaron Durbin · 9 years ago
  45. d00f180 cbmem: convert x86 timestamps on OpenBSD by Patrick Georgi · 9 years ago
  46. a8bda43 cbmem: Break out CBMEM_ID to a separate header file by Marc Jones · 9 years ago
  47. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  48. df699d5 util/cbmem: Update cbmem utility to parse the new IMD structures by Timothy Pearson · 9 years ago
  49. b817908 cbmem: Add FSP timestamps by Lee Leahy · 9 years ago
  50. 0dff57d cbmem: switch over to imd-based cbmem by Aaron Durbin · 9 years ago
  51. a7d9244 timestamps: You can never have enough of them! by Julius Werner · 10 years ago
  52. 42e23a6 timestamp: Add bootblock start and end to timestamp constants by Furquan Shaikh · 10 years ago
  53. b58f9e3 cbmem: stop assuming 1MiB of memory can be mapped by Aaron Durbin · 10 years ago
  54. 337de4c cbmem: Add support for new 'coreboot' compatible device tree binding by Julius Werner · 10 years ago
  55. 8b143c5 cbmem: use a single id to name mapping table by Vadim Bendebury · 10 years ago
  56. 2963541 util/cbmem: Print name instead of ID of CBMEM_ID_SMM_SAVE_SPACE by Paul Menzel · 10 years ago
  57. 747c07f util/cbmem: Fix CBMEM TOC printing by Paul Menzel · 10 years ago
  58. e4626bf util/cbmem/cbmem: Remove obsolete comment by Paul Menzel · 10 years ago
  59. 06b13a3 cbmem: Terminate the cbmem console at the cursor position. by Gabe Black · 11 years ago
  60. b3594ab util/cbmem: Workaround for IS_ENABLED() by Kyösti Mälkki · 10 years ago
  61. ab180d8 util/cbmem: handle larger than 1MiB mappings for console by Aaron Durbin · 10 years ago
  62. 0db924d cbmem: print timestamp names by Stefan Reinauer · 11 years ago
  63. d8ef9e9 Fix timestamp output in cbmem utility on ARM by Stefan Reinauer · 11 years ago
  64. a9c8361 cbmem: fix userspace utility to work with dynamic CBMEM by Stefan Reinauer · 11 years ago
  65. 7f68150 cbmem: Implement ARM support by Stefan Reinauer · 11 years ago
  66. 8c59477 cbmem utility: compatibility with older coreboot versions by Stefan Reinauer · 11 years ago
  67. 8e4bb928 util/cbmem: Fix format string in cbmem.c by Nico Huber · 11 years ago
  68. 8d9ffd9 cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argument by Paul Menzel · 11 years ago
  69. cb891de cbmem: parse_cbtable: Use length modifier `ll` `u64` argument by Paul Menzel · 11 years ago
  70. f4a0d01 util/cbmem: Don't output trailing garbage for cbmemc by Vladimir Serbinenko · 11 years ago
  71. d37ab45 Implement GCC code coverage analysis by Stefan Reinauer · 12 years ago
  72. c019907 cbmem utility: Find actual CBMEM area by Stefan Reinauer · 12 years ago
  73. d7144dc cbmem utility: unify debug output by Stefan Reinauer · 12 years ago
  74. 19f8756 cbmem utility: Add option to dump cbmem console by Stefan Reinauer · 12 years ago
  75. 05cbce6 cbmem utility: Use mmap instead of fseek/fread by Stefan Reinauer · 12 years ago
  76. 1e0e556 cbmem utility: support command line options by Stefan Reinauer · 12 years ago
  77. 7c6b6bb cbmem compilation needs to use the hardened toolchain by Vadim Bendebury · 12 years ago
  78. 6d18fd0 Utility to dump boot timing table by Vadim Bendebury · 12 years ago