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