1. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  2. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  3. d548edd timestamps: Fix syncing, logging and comments by Kyösti Mälkki · 4 years, 7 months ago
  4. 8b93cb7 timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour by Kyösti Mälkki · 4 years, 7 months ago
  5. 1a71163 lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  6. 8b93689 timestamps: Remove TIMESTAMP_CACHE_IN_BSS by Kyösti Mälkki · 5 years ago
  7. b6b13c9 timestamps: Further simplify timestamp_reinit() by Kyösti Mälkki · 5 years ago
  8. 3c559e7 timestamps: Mostly remove struct timestamp_cache by Kyösti Mälkki · 5 years ago
  9. 72e634f timestamps: Refactor CBMEM hook by Kyösti Mälkki · 5 years ago
  10. 3dd23a5 timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE by Kyösti Mälkki · 5 years ago
  11. 117cf2b Split MAYBE_STATIC to _BSS and _NONZERO variants by Kyösti Mälkki · 5 years ago
  12. 3a32380 include, lib: Add <inttypes.h> printf macros by Jacob Garber · 5 years ago
  13. 42c44c2 Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER by Subrata Banik · 5 years ago
  14. ef179ab timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCAR by Furquan Shaikh · 5 years ago
  15. 2d7a52c lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcar by Subrata Banik · 5 years ago
  16. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  17. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  18. 187e4c4 timestamp: Move timestamp_should_run() call by Kyösti Mälkki · 5 years ago
  19. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  20. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  21. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  22. b3e0220 timestamp: Increase max number of timestamps by Raul E Rangel · 6 years ago
  23. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  24. b22bbe2 Timestamps: Add option to print timestamps to debug console by Martin Roth · 6 years ago
  25. a39aede src: Fix all Siemens copyrights by Mario Scheithauer · 7 years ago
  26. 35cceb8 timestamp: Add function to get time since boot by Werner Zeh · 7 years ago
  27. 806ea08b timestamp: Apply factor to recorded stamps by Kyösti Mälkki · 7 years ago
  28. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  29. b2d834a src/lib: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  30. 85b1aad memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG() by Julius Werner · 8 years ago
  31. e85de02 lib/timestamp: Add timestamps to CBMEM in POSTCAR stage by Furquan Shaikh · 8 years ago
  32. 63e7b5b lib/timestamp: Do not initialize cache in timestamp_cache_get() by Alexandru Gagniuc · 8 years ago
  33. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago
  34. 69d20c4 timestamp: Bump CBMEM timestamp count, make full use of pre-RAM regions by Julius Werner · 9 years ago
  35. f5fd4c9 lib/timestamp.c: only log "Timestamp table full" once by Ben Gardner · 9 years ago
  36. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  37. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  38. 2a983bd timestamps: clarify in ramstage when not to reinit the cache by Aaron Durbin · 9 years ago
  39. bd1499d timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INIT by Aaron Durbin · 9 years ago
  40. 1936f6c timestamp: add generic cache region by Aaron Durbin · 9 years ago
  41. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  42. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  43. e034417 timestamp: Fix collection without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  44. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  45. 7aafe53 timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER by Aaron Durbin · 9 years ago
  46. 9e80e27 timestamp: provide weak default implementation of timestamp_get by Aaron Durbin · 9 years ago
  47. 2daadf8 timestamp: refine boot CPU test by Aaron Durbin · 9 years ago
  48. a7d9244 timestamps: You can never have enough of them! by Julius Werner · 10 years ago
  49. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  50. 5a5c886 SMP: Add arch-agnostic boot_cpu() by Kyösti Mälkki · 11 years ago
  51. 29e9c22 timestamps: Fix some lost timestamps for romstage by Kyösti Mälkki · 11 years ago
  52. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  53. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  54. f56ff90 timestamps: Only collect from BSP CPU by Kyösti Mälkki · 11 years ago
  55. 3d45c40 timestamps: Stash early timestamps in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  56. b766b1c timestamps: Use stash before CBMEM is usable by Kyösti Mälkki · 11 years ago
  57. 6adef08 Rename hardwaremain() to main() by Stefan Reinauer · 11 years ago
  58. 2edf77c src/lib/timestamp.c: Fix spelling of tim*e*stamp by Paul Menzel · 12 years ago
  59. 4221a19 Add method for delaying adding of timestamps by Stefan Reinauer · 12 years ago
  60. 6f72d69 Add timestamp collecting to coreboot. by Vadim Bendebury · 13 years ago