1. ebda03e src/commonlib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  2. f79f8b4 helpers: Add a helper macro for calculating power of 2 by Furquan Shaikh · 4 years, 4 months ago
  3. a6c8b4b nb/intel/sandybridge: Rewrite get_FRQ by Angel Pons · 4 years, 4 months ago
  4. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  5. 0965044 commonlib/cbfs.c: Remove unused macro by Elyes HAOUAS · 4 years, 4 months ago
  6. 70282ae lz4: Fix out-of-bounds reads by Alex Rebert · 4 years, 5 months ago
  7. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago
  8. 23e3f9d src/commonlib: Fix typos by Elyes HAOUAS · 4 years, 5 months ago
  9. ef90609 src: capitalize 'RAM' by Elyes HAOUAS · 4 years, 5 months ago
  10. 8172666 vboot: push clear recovery mode switch until BS_WRITE_TABLES by Joel Kitching · 4 years, 5 months ago
  11. bd3c1c7 commonlib/cbfs.h: Correct spelling error in comment by Marshall Dawson · 4 years, 5 months ago
  12. 98eeb96 commonlib: Add commonlib/bsd by Julius Werner · 4 years, 7 months ago
  13. da41b61 include/commonlib: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  14. b8473d0 src/commonlib/storage: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  15. 23c1c4e commonlib/fsp_relocate: Fix typos by Elyes HAOUAS · 4 years, 7 months ago
  16. 3280b76 storage/mmc: Fix wrong frequency setting for HS speed mode by Bora Guvendik · 4 years, 7 months ago
  17. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 8 months ago
  18. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 7 months ago
  19. 70a03dd src: Add missing include <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  20. eb501f0 commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  21. f9e7499 security/vboot/sync_ec: Add timestamps by Tim Wawrzynczak · 4 years, 9 months ago
  22. 50b999f {drivers,mainboard}: Move FSP logo support to fsp1_1 by Frans Hendriks · 4 years, 8 months ago
  23. 56aeae0 region: publicize region_end() and add region_device_end() by Aaron Durbin · 4 years, 8 months ago
  24. b1ea53d region: add rdev_chain_full() by Aaron Durbin · 4 years, 8 months ago
  25. 8119841 commonlib: Use __builtin_offsetof with supported compilers by Alex James · 4 years, 9 months ago
  26. eef992d commonlib/helpers: Add alloca() macro by Tim Wawrzynczak · 4 years, 9 months ago
  27. 80df052 cbmem: Add IDs for TSEG and BERT table data by Marshall Dawson · 4 years, 10 months ago
  28. 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 6 years ago
  29. e088721 device,drivers/: Drop some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 4 years, 10 months ago
  30. 6d787c2 lib/fmap: Cache FMAP in cbmem by Patrick Rudolph · 4 years, 10 months ago
  31. 0443ac2 AUTHORS: Move src/commonlib copyrights into AUTHORS file by Martin Roth · 4 years, 11 months ago
  32. 5c82c44 commonlib/region: Fix up overflow check in region_is_subregion() by Julius Werner · 5 years ago
  33. 87f265b lib/edid: Add suport for display rotation by Nicolas Boichat · 5 years ago
  34. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  35. 8d2ec86 commonlib/storage: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  36. d0bd544 commonlib: define cbtable tags as enum to identify conflicts by Patrick Georgi · 5 years ago
  37. c1c6060 cbmem: Add ID for UCSI by Duncan Laurie · 5 years ago
  38. 68999a8 commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) by Patrick Georgi · 5 years ago
  39. 3f4a987 commonlib: renumber CB_TAG_TCPA_LOG by Patrick Georgi · 5 years ago
  40. 2803346 Renumber cbtable tag MMC_INFO by Patrick Georgi · 5 years ago
  41. ddf2bc5 coreboot_tables: pass the early_mmc_wake_hw status to payload by Bora Guvendik · 6 years ago
  42. b7fe7a1 intel/common/block/scs: Add ability to send early CMD0, CMD1 by Bora Guvendik · 6 years ago
  43. 2b6da7f commonlib/stdlib.h: Remove printf() from coreboot by Julius Werner · 5 years ago
  44. 2eb89c8 vboot: include vb2_sha.h when required by Joel Kitching · 5 years ago
  45. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  46. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  47. 8f7a53a commonlib/cbfs: Check for presence of CONFIG() macro by Nico Huber · 5 years ago
  48. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  49. d371cf3 Make common macros double-evaluation safe by Julius Werner · 9 years ago
  50. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  51. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  52. 8d0f599 vboot: make vboot workbuf available to payload by Joel Kitching · 5 years ago
  53. 74aa99a src: Drop unused '#include <halt.h>' by Elyes HAOUAS · 5 years ago
  54. 0bcee88 vboot: copy data structures to CBMEM for downstream use by Joel Kitching · 5 years ago
  55. 1115f63 commonlib/bubblesort: Do not try to sort less than two entries by Werner Zeh · 5 years ago
  56. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  57. 4f42eea arch/x86/postcar: Add separate timestamp for postcar stage by Subrata Banik · 5 years ago
  58. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  59. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  60. 4708612 fmap: Add FMAP_AREA_PRESERVE by Hung-Te Lin · 5 years ago
  61. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  62. bd660e2 commonlib: Add Bubble sort algorithm by Werner Zeh · 5 years ago
  63. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  64. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  65. 47ed269 src/{commonlib,drivers/intel/fslp1_1/include}: Fix typo by Frans Hendriks · 6 years ago
  66. 6e8692e src/arch/x86/acpi.c: Create log area and extend TPM2 table by Michał Żygowski · 6 years ago
  67. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  68. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  69. 3936374 commonlib/storage: Make pci sdhci code compile in romstage by Bora Guvendik · 6 years ago
  70. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  71. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  72. 44cff7a cbtable: remove chromeos_acpi from cbtable by Joel Kitching · 6 years ago
  73. 5846d57 acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry by Joel Kitching · 6 years ago
  74. 0b13397 src/{commonlib,lib}: Fix typo by Elyes HAOUAS · 6 years ago
  75. 75b1f76 cbmem: rename vdat to chromeos_acpi by Joel Kitching · 6 years ago
  76. bce49c2 security/tpm: Improve TCPA log generation by Philipp Deppenwiese · 6 years ago
  77. 791ba97 security/tpm: Use unique CBMEM names for TCPA logs by Philipp Deppenwiese · 6 years ago
  78. fa1f6ff util/cbmem: Add cbmem TCPA log support by Philipp Deppenwiese · 6 years ago
  79. f18dc5c security/tpm: Add TCPA logging functionality by Philipp Deppenwiese · 7 years ago
  80. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  81. e1416fd commonlib/storage: Make sd_mmc_go_idle an api by Bora Guvendik · 6 years ago
  82. 7ee05ed util/cbfstool: Support FIT payloads by Patrick Rudolph · 6 years ago
  83. 6ec87da src/commonlib/storage: Move include <console.h> to sd_mmc.h by Elyes HAOUAS · 6 years ago
  84. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  85. eeb4e20 commonlib/cbfs: Make cbfsf_file_type public by Patrick Rudolph · 6 years ago
  86. 60fd684 cbfs_locate: Optionally return file type by Ronald G. Minnich · 6 years ago
  87. 4c518e1 timestamp: Add timestamps for TPM communication by Raul E Rangel · 6 years ago
  88. 4f5bed5 cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF by Patrick Rudolph · 6 years ago
  89. f658edf commonlib: Add descriptions for new AGESA timestamps by Martin Roth · 6 years ago
  90. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  91. 5dd4a2a timestamps: Add timestamps around the vbios load & init by Martin Roth · 6 years ago
  92. 8d6e0e0 lib/stage_cache: Add save/get raw storage by Marshall Dawson · 6 years ago
  93. e962840 storage: Fix CMD13 failure issue by Barnali Sarkar · 7 years ago
  94. 310abe0 coreboot_tables: Document coreboot framebuffer by Nico Huber · 6 years ago
  95. 34fa425 commonlib: Add AGESA S3 resume defines by Marshall Dawson · 6 years ago
  96. 00c0cd2 device/pci_rom: Write _ROM method for VGA devices by Patrick Rudolph · 7 years ago
  97. 02103e3 commonlib/region: expose subregion helper function by Aaron Durbin · 7 years ago
  98. fbfe654 commonlib: Add timestamp codes for AGESA by Martin Roth · 7 years ago
  99. 96ed92d boardid: Add helpers to read sku_id strapping into coreboot tables by Julius Werner · 7 years ago
  100. e2f17f7 boardid: Minor clean up and standardization by Julius Werner · 7 years ago