1. 95c61c0 drivers/elog: Remove NULL check for array created in code by Martin Roth · 10 months ago
  2. 8324fe9 drivers: Add SPDX license headers to Makefiles by Martin Roth · 1 year ago
  3. 3cff98a drivers/elog/gsmi.c: Fix compiling for 64bit by Arthur Heymans · 2 years, 1 month ago
  4. 24b7307 drivers/elog: Use format string by Matei Dibu · 2 years, 1 month ago
  5. dc45951 drivers/elog/elog: Add timestamps to elog_init by Raul E Rangel · 2 years, 10 months ago
  6. b28a035 elog: move MAX_EVENT_SIZE to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  7. 2e0b5c4 elog: Define constant for RW region name by Ricardo Quesada · 3 years ago
  8. e929a75 elog: move functionality to commonlib/bsd by Ricardo Quesada · 3 years ago
  9. 954df3d include/bcd: move bcd code to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  10. d45e70c Move elog_internal.h to commonlib/bsd/include by Ricardo Quesada · 3 years, 1 month ago
  11. a37701a SMBIOS: Introduce `smbios_full_table_len` function by Angel Pons · 3 years, 2 months ago
  12. d62a501 SMBIOS: Introduce `smbios_carve_table` function by Angel Pons · 3 years, 2 months ago
  13. 35b99c6 SMBIOS: Avoid `sizeof` on struct type by Angel Pons · 3 years, 2 months ago
  14. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  15. a4ecf96 drivers/elog: Correct code style by Frans Hendriks · 3 years, 7 months ago
  16. 36f9ea6 drivers/elog/elog.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  17. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  18. 4759788 drivers/elog: Remove ELOG_PRERAM config by Shelley Chen · 4 years ago
  19. 3635c39 ACPI,drivers/: Do not guard <acpi/acpi.h> by Kyösti Mälkki · 4 years, 2 months ago
  20. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 2 months ago
  21. abf51ab src: Remove unused '#include <cpu/x86/smm.h>' by Elyes HAOUAS · 4 years, 3 months ago
  22. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  23. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  24. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  25. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  26. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  27. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 7 months ago
  28. 101f454 drivers/pc80/rtc: Drop CMOS_POST_EXTRA option by Kyösti Mälkki · 4 years, 7 months ago
  29. 8920ee0 drivers/elog,pc80: Move cmos_post_log() by Kyösti Mälkki · 4 years, 7 months ago
  30. 8a3453f src/drivers: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  31. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  32. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 9 months ago
  33. 2d33c3e6 drivers/elog/elog.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  34. cddd600 AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file by Martin Roth · 5 years ago
  35. d1c1c9a drivers/elog: Fix ELOG_GSMI dependency by Kyösti Mälkki · 5 years ago
  36. 42c44c2 Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER by Subrata Banik · 5 years ago
  37. 6644a75 drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count() by Subrata Banik · 5 years ago
  38. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  39. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  40. b58e99d src: Fix the warning "type 'hex' are always defined" by Elyes HAOUAS · 6 years ago
  41. 5ac4b85 drivers/elog: Add support for early elog by Karthikeyan Ramasubramanian · 6 years ago
  42. cca1f37 drivers/elog: Add Ramstage helper to add boot count by Karthikeyan Ramasubramanian · 6 years ago
  43. 07bc08c drivers/elog: Group event log state information by Karthikeyan Ramasubramanian · 6 years ago
  44. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  45. e680990 drivers/elog/elog.c: Create extended event by Richard Spiegel · 6 years ago
  46. 1895838 src/drivers: Fix typo by Elyes HAOUAS · 6 years ago
  47. 9e53db4 drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMM by Nico Huber · 6 years ago
  48. 7c67069 elog: Only log POST code from previous boot on non-S3 resume by Daniel Kurtz · 6 years ago
  49. 12173fe elog: Only print TYPE_BOOT on S3-resume if CONFIG_ELOG_BOOT_COUNT by Daniel Kurtz · 6 years ago
  50. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  51. 2dc5ead elog: Support logging S0ix sleep/wake info in elog by Furquan Shaikh · 7 years ago
  52. d45011c drivers/elog: Fix debug build errors by John E. Kabat Jr · 7 years ago
  53. 32c27c2 src/drivers: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  54. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  55. 4d9fafa elog: Print timestamp when logging event by Julius Werner · 7 years ago
  56. d10f9d5 drivers/elog: use region_device for NV storage by Aaron Durbin · 8 years ago
  57. 16c173f Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  58. 08e842c Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS by Aaron Durbin · 8 years ago
  59. c3b024e Revert "Kconfig: separate memory mapped boot device from SPI" by Aaron Durbin · 8 years ago
  60. a83bbf5 Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  61. 1297443 drivers/elog: provide more debug info by Aaron Durbin · 8 years ago
  62. a46ee4d elog: Ensure eventlog will always get initialized when configured in by Julius Werner · 8 years ago
  63. eec1c28 drivers/elog: provide return status for all operations by Aaron Durbin · 8 years ago
  64. 18fedb3 drivers/elog: clean up SMBIOS related code by Aaron Durbin · 8 years ago
  65. 367f2b9 drivers/elog: consolidate checks in elog_find_flash() by Aaron Durbin · 8 years ago
  66. 9d130a9 drivers/elog: remove unnecessary global state by Aaron Durbin · 8 years ago
  67. 0284f62 drivers/elog: sync events to non-volatile storage last by Aaron Durbin · 8 years ago
  68. f41a9a6 drivers/elog: treat offsets relative to start of mirror by Aaron Durbin · 8 years ago
  69. 281c994 drivers/elog: use region_device for mirroring into ram by Aaron Durbin · 8 years ago
  70. 422c440 drivers/elog: use offsets for checking cleared buffers by Aaron Durbin · 8 years ago
  71. 052a995 drivers/elog: perform writes in terms of offsets by Aaron Durbin · 8 years ago
  72. 83f7908 drivers/elog: remove parameters from elog_flash_erase() by Aaron Durbin · 8 years ago
  73. fb8fb0e drivers/elog: remove unnecessary check in elog_shrink() by Aaron Durbin · 8 years ago
  74. 36fdec8 drivers/elog: use event region size when adding a clear event by Aaron Durbin · 8 years ago
  75. 9b0a343 drivers/elog: remove unused function by Aaron Durbin · 8 years ago
  76. 49d2330 drivers/elog: put back 4KiB limit by Aaron Durbin · 8 years ago
  77. 5d208ff drivers/elog: remove elog Kconfig variables by Aaron Durbin · 8 years ago
  78. e19d9af elog: Use rdev_mmap to find offset of ELOG by Furquan Shaikh · 8 years ago
  79. c41c6a4 elog: fix improper assumption for year values by Aaron Durbin · 9 years ago
  80. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  81. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  82. 0424c95 fmap: new API using region_device by Aaron Durbin · 9 years ago
  83. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  84. 6e5f22e elog: use CONFIG_RTC by Patrick Georgi · 9 years ago
  85. b419149 elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZE by Sol Boucher · 9 years ago
  86. efae69a elog: Fix regression that caused elog to omit "System boot" event by Julius Werner · 10 years ago
  87. 5d68622 elog: Correct behavior when FMAP section doesn't exist on ChromeOS by Julius Werner · 10 years ago
  88. 7f4221c elog: Hide elog_flash_offset_to_address() from SMM by Furquan Shaikh · 10 years ago
  89. fd2f030 elog: Fix typecast issues related to 64-bit compilation. by Furquan Shaikh · 10 years ago
  90. 45a225b elog: Fix compilation with CONFIG_CHROMEOS enabled by Stefan Reinauer · 9 years ago
  91. 6a29e6c elog: Add ELOG_TYPE_BOOT event using fake boot count if necessary by David Hendricks · 10 years ago
  92. a4c4b1c elog: Use the RTC driver interface instead of reading CMOS directly. by Gabe Black · 10 years ago
  93. 455fcaf elog: Fix chromium merge issue by Marc Jones · 10 years ago
  94. 127ad41 Revert "elog: Use the RTC driver interface instead of reading CMOS directly." by Marc Jones · 10 years ago
  95. 474313d elog: Use the RTC driver interface instead of reading CMOS directly. by Gabe Black · 10 years ago
  96. 259e49a elog: Isolate some x86-isms by David Hendricks · 10 years ago
  97. 9acbd6f elog: Do not attempt to init SPI by David Hendricks · 10 years ago
  98. c947024 elog: Probe for SPI flash on bus indicated by Kconfig variable by David Hendricks · 10 years ago
  99. 1e18735 spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. by Gabe Black · 10 years ago
  100. a3119e5 drivers/elog: Unmangle header include out of pre-proc cond by Edward O'Callaghan · 10 years ago