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