1. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 5 months ago
  2. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  3. 984d03c console: Add loglevel marker codes to stored consoles by Julius Werner · 2 years, 7 months ago
  4. 6ec3dd2 lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART by Raul E Rangel · 2 years, 7 months ago
  5. 1e1aa0c lib/cbmem_console: Add cbmemc_copy_in function by Raul E Rangel · 2 years, 7 months ago
  6. 03b1d3e Revert "lib/cbmem_console: Move copy_console_buffer up in the file" by Raul Rangel · 2 years, 7 months ago
  7. 6a3bdf9 lib/cbmem_console: Move copy_console_buffer up in the file by Raul E Rangel · 2 years, 7 months ago
  8. bf99311 console/cbmem: Add cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  9. 41a1a9e console/cbmem_console: Rename cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  10. 913a47a cbmem: Introduce "early" init hooks for console by Julius Werner · 3 years, 3 months ago
  11. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  12. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  13. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  14. a8582c4 lib/cbmem_console: Rename cbmem_console_p to current_console by Patrick Georgi · 4 years, 9 months ago
  15. c0a4e20 lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  16. e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  17. 6fdb223 arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 by Kyösti Mälkki · 5 years ago
  18. 351e3e5 src: Use include <console/console.h> when appropriate by Elyes HAOUAS · 5 years ago
  19. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  20. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  21. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  22. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  23. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  24. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  25. fce582f cbmem_console: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  26. d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 7 years ago
  27. a915cea cbmem_console: Document known reimpementations of console structure/API by Julius Werner · 7 years ago
  28. d67c687 Turn CBMEM console into a ring buffer that can persist across reboots by Julius Werner · 8 years ago
  29. d09dc6b cbmem_console: Remove "buffer_" prefix from all structure fields by Julius Werner · 8 years ago
  30. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  31. 91e0e3c src/lib: Capitalize ROM, RAM, NVRAM and CPU by Elyes HAOUAS · 8 years ago
  32. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  33. 079fb3f cbmem console: make verstage first class citizen by Aaron Durbin · 9 years ago
  34. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  35. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  36. 1de648e CBMEM console: Fix buffer without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  37. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  38. 6e20e2f cbmem: add and use a function to dump console buffer by Vadim Bendebury · 9 years ago
  39. d70bf7c cbmem_console: fix it for x86 by Aaron Durbin · 9 years ago
  40. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  41. 2fb6b40 CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  42. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  43. e455425 CBMEM console: Fix CAR migration step by Kyösti Mälkki · 10 years ago
  44. 71b2145 CBMEM console: Fix boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  45. 35382a6 cbmem console: Locate the preram console with a symbol instead of a section. by Gabe Black · 10 years ago
  46. 1d7541f console: Fix includes by Kyösti Mälkki · 10 years ago
  47. 44c0e4e CBMEM console: increase temporary buffer size for non-dynamic CBMEM by Kyösti Mälkki · 11 years ago
  48. 19d06b2 cbmem console: reduce temporary buffer size for dynamic CBMEM by Stefan Reinauer · 11 years ago
  49. a3c5ba3 CBMEM console: Prevent buffer overrun by Kyösti Mälkki · 11 years ago
  50. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  51. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  52. 52a2722 CBMEM console: Support late init by Kyösti Mälkki · 11 years ago
  53. c65001f Fix CBMEM console use with CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  54. cbf2bd7 lib: Fix spelling by Martin Roth · 11 years ago
  55. 2ad6bd2 cbmem console: use cache-as-ram API and cleanup by Aaron Durbin · 11 years ago
  56. 19e7e7d Add infrastructure for global data in the CAR phase of boot by Gabe Black · 13 years ago
  57. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago