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