1. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  2. 97a0d61 compiler.h: Define a __fallthrough statement by Arthur Heymans · 3 years, 4 months ago
  3. e0f0801 src/lib: Add CBMEM tag id to parse ddr information by Ravi Kumar Bokka · 2 years, 8 months ago
  4. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  5. 984d03c console: Add loglevel marker codes to stored consoles by Julius Werner · 2 years, 6 months ago
  6. a120e0d console: Add ANSI escape sequences for highlighting by Julius Werner · 2 years, 6 months ago
  7. 7cd8ba6 console: Add loglevel prefix to interactive consoles by Julius Werner · 2 years, 6 months ago
  8. 1587324 commonlib: Add new "CSME ROM started execution" TS by Bora Guvendik · 2 years, 6 months ago
  9. bf73c49 timestamp: Allow timestamp_add to accept a negative number by Bora Guvendik · 2 years, 8 months ago
  10. 0bbc3cc commonlib: Add endian definitions for macOS by Alex James · 2 years, 7 months ago
  11. aff2457 commonlib: Add new TS for CSE firmware Sync by Sridhar Siricilla · 2 years, 8 months ago
  12. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 8 months ago
  13. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  14. f364eb9 region: Rename rdev_readat_full to rdev_read_full by Julius Werner · 2 years, 8 months ago
  15. ea61942 commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ by Jakub Czapiga · 2 years, 8 months ago
  16. ebf62d6 commonlib/cbmem_id.h: Add names for some IDs by Angel Pons · 2 years, 8 months ago
  17. 5484a95 commonlib/cbmem_id.h: Fix typo in macro name by Angel Pons · 2 years, 8 months ago
  18. a5cbe27 eventlog: Add a log type for Chrome OS diagnostics by Hsuan Ting Chen · 2 years, 9 months ago
  19. 4911dc7 drivers/intel/fsp2_0: Allow FSP-M to be relocated by Raul E Rangel · 2 years, 8 months ago
  20. dc45951 drivers/elog/elog: Add timestamps to elog_init by Raul E Rangel · 2 years, 8 months ago
  21. 5ac82dc commonlib/mem_pool: Allow configuring the alignment by Raul E Rangel · 3 years ago
  22. 0f4b8a2 commonlib/region: Add rdev_readat_full helper method by Raul E Rangel · 2 years, 9 months ago
  23. c1a55f7 commonlib: Add new TS for IA pre-cpu reset entities by Bora Guvendik · 2 years, 10 months ago
  24. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  25. 15066ba driver/intel/pmc_mux/conn: Move typec_orientation enum to coreboot_tables.h by Nick Vaccaro · 2 years, 10 months ago
  26. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 10 months ago
  27. 425fdeb elog: calculate year correctly in timestamp by Ricardo Quesada · 2 years, 10 months ago
  28. a4c0e607 commonlib/cbfs: Fix minor parser edge cases by Julius Werner · 2 years, 10 months ago
  29. 8edbba4 cbfs: Prevent overflow and infinite loop in cbfs_walk by Jakub Czapiga · 2 years, 10 months ago
  30. b28a035 elog: move MAX_EVENT_SIZE to commonlib/bsd/include by Ricardo Quesada · 2 years, 10 months ago
  31. 6813d56 cbfs: Make sure all cases of single file header corruption are isolated by Julius Werner · 2 years, 11 months ago
  32. 2e0b5c4 elog: Define constant for RW region name by Ricardo Quesada · 2 years, 11 months ago
  33. e929a75 elog: move functionality to commonlib/bsd by Ricardo Quesada · 2 years, 11 months ago
  34. 954df3d include/bcd: move bcd code to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  35. c2cf394 util/elogtool: add tool to print elog events by Ricardo Quesada · 3 years ago
  36. cb4bb39 Move ELOG defines/struct to commonib/bsd/elog.h by Ricardo Quesada · 3 years ago
  37. d45e70c Move elog_internal.h to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  38. 470ca571 Move post_codes.h to commonlib/console/ by Ricardo Quesada · 3 years ago
  39. 941db0e helpers: Add GENMASK macro by Yu-Ping Wu · 3 years ago
  40. 67d97a2 commonlib: Add timestamp strings for TS_FSP_MULTI_PHASE_SI_INIT_x by Subrata Banik · 3 years ago
  41. ce291b4 commonlib/timestamp,amd/common/block/cpu: Add uCode timestamps by Raul E Rangel · 3 years ago
  42. 4693f3d timestamp,vc/google/chromeos/cr50: Add timestamp for enable update by Raul E Rangel · 3 years, 1 month ago
  43. a8dac04 commonlib: Add Intel-specific timestamps for before/after sending EOP by Tim Wawrzynczak · 3 years, 1 month ago
  44. fc3576a helpers: Introduce retry macro by Yu-Ping Wu · 3 years, 1 month ago
  45. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 1 month ago
  46. d742b5e timestamp,amd/common/apob_cache: Add timestamps for APOB by Raul E Rangel · 3 years, 1 month ago
  47. 3dc1792 ChromeOS: Separate NVS from global GNVS by Kyösti Mälkki · 3 years, 4 months ago
  48. 705f774 commonlib/timestamp: Clarify wording on TS_LOAD_PAYLOAD by Raul E Rangel · 3 years, 1 month ago
  49. 3c75a8d commonlib/lz4_wrapper.c: do not use bitfields by Krystian Hebel · 3 years, 9 months ago
  50. 146508d drivers/intel/fsp2_0: Add timestamps for loading FSPM & FSPS by Martin Roth · 3 years, 3 months ago
  51. d4db36e src/intel/xeon_sp: add hardware error support (HEST) by Rocky Phagura · 3 years, 3 months ago
  52. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  53. b571846 cbfs: mcache: Fix size calculation for perfectly full cache by Julius Werner · 3 years, 3 months ago
  54. df06204 soc/mediatek: add new driver 'msdc' for eMMC by Wenbin Mei · 3 years, 4 months ago
  55. 6482c22 mem_pool: Track the last two allocations (not just one) by Julius Werner · 3 years, 3 months ago
  56. fccf122 cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION by Julius Werner · 3 years, 3 months ago
  57. 81dc20e cbfs: Move stage header into a CBFS attribute by Julius Werner · 3 years, 9 months ago
  58. 7778cf2 cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() by Julius Werner · 3 years, 6 months ago
  59. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 7 months ago
  60. ea9c96a commonlib/bsd: Fix direct inclusion of <endian.h> by Julius Werner · 3 years, 5 months ago
  61. 10ee7fc cbfs: Fix attribute tag printing in cbfs_find_attr() by Julius Werner · 3 years, 7 months ago
  62. 5779ca7 cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 by Julius Werner · 3 years, 8 months ago
  63. b1db674 commonlib/cbfs.c: Remove unuse <console/console.h> by Elyes HAOUAS · 3 years, 5 months ago
  64. 522e0db acpi: Add support for reporting CrashLog in BERT table by Francois Toguo · 3 years, 6 months ago
  65. 39d6927 drivers/tpm: Implement full PPI by Patrick Rudolph · 3 years, 10 months ago
  66. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 8 months ago
  67. f5b30ed commonlib/region: Allow multiple windows for xlate_region_dev by Furquan Shaikh · 3 years, 8 months ago
  68. 20f5dce cbfs: mcache: Fix end-of-cache check by Julius Werner · 3 years, 7 months ago
  69. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 2 months ago
  70. d477565 cbfstool: Use cbfs_serialized.h and standard vboot helpers by Julius Werner · 4 years, 4 months ago
  71. d17ce41 cbfs: Port cbfs_load() and cbfs_map() to new API by Julius Werner · 3 years, 10 months ago
  72. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 7 months ago
  73. 863b3ad commonlib: Add timestamp values for forced delays by Martin Roth · 3 years, 8 months ago
  74. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 9 months ago
  75. 1cd013b cbfs: Hook up to new CBFS implementation by Julius Werner · 4 years, 7 months ago
  76. 0655f78 commonlib/bsd: Add new CBFS core implementation by Julius Werner · 4 years, 7 months ago
  77. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 3 months ago
  78. 0dd92f8 src/commonlib: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  79. 3c5b803 util/cbfstool: extend includes in commonlib by Idwer Vollering · 3 years, 10 months ago
  80. 2afee12 src: Remove incorrect x86 exception not from TS_DONE_LOADING description by Hung-Te Lin · 3 years, 11 months ago
  81. 8547823 src: Remove unused 'include <stdint.h> by Elyes HAOUAS · 4 years, 2 months ago
  82. b8899ef lib/coreboot_table: Add Intel FSP version to coreboot table by Johnny Lin · 4 years, 2 months ago
  83. 6e5e24e cbmem: Remove IDs for TSEG and BERT by Marshall Dawson · 4 years, 1 month ago
  84. 08e8cab src: Substitute `__FUNCTION__` with `__func__` by Angel Pons · 4 years, 1 month ago
  85. 33d9c4a drivers/intel/fsp2_0: Add FSP 2.2 specific support by Subrata Banik · 4 years, 2 months ago
  86. 00a8ed8 cbmem_id: Add CBMEM ID for early DRAM usage by Furquan Shaikh · 4 years, 1 month ago
  87. 9657fc2 commonlib: Add CBFS_TYPE_BOOTBLOCK by Wim Vervoorn · 4 years, 2 months ago
  88. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  89. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  90. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  91. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  92. 192a12f commonlib/region: Add region_overlap by Patrick Rudolph · 4 years, 2 months ago
  93. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  94. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 2 months ago
  95. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  96. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 3 months ago
  97. ebda03e src/commonlib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  98. f79f8b4 helpers: Add a helper macro for calculating power of 2 by Furquan Shaikh · 4 years, 4 months ago
  99. a6c8b4b nb/intel/sandybridge: Rewrite get_FRQ by Angel Pons · 4 years, 4 months ago
  100. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago