1. 2dbbb83 lib/reg_script: Add cast to fix compilation on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  2. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 8 months ago
  3. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  4. 27718ac src: Add missing 'include <console/console.h>' by Elyes HAOUAS · 4 years ago
  5. 81f5bf3 lib/gnat/i-c.ads: Add `uintptr_t` type by Angel Pons · 3 years, 9 months ago
  6. 0639bff src: Update some incorrect config options in comments by Martin Roth · 3 years, 9 months ago
  7. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  8. c70505a fw_config: Make fw_config_get() public by Tim Wawrzynczak · 3 years, 10 months ago
  9. 24b4af6 fw_config: Convert fw_config to a 64-bit field by Tim Wawrzynczak · 3 years, 11 months ago
  10. 1cd013b cbfs: Hook up to new CBFS implementation by Julius Werner · 4 years, 8 months ago
  11. 43439f6 lib/edid: Add missing name descriptor presence flag by Jakub Czapiga · 3 years, 10 months ago
  12. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 4 months ago
  13. a01138b lib/imd: move struct definitions to a new header file by Jakub Czapiga · 3 years, 11 months ago
  14. 0b418bd lib/cbfs: deserialize cbfs_stage objects correctly by Aaron Durbin · 3 years, 10 months ago
  15. afaa3d0 trogdor: Modify DDR training to use mrc_cache by Shelley Chen · 3 years, 11 months ago
  16. 88d4e82 lib/spd: respect spd memory part name override by Nick Vaccaro · 4 years ago
  17. 7994375 lib/fw_config: change BOOT_STATE_INIT_ENTRY to be BS_DEV_INIT_CHIPS by Nick Vaccaro · 3 years, 11 months ago
  18. dfcd739 lib/spd_bin: add LPDDR4X case to spd_get_name() by Nick Vaccaro · 3 years, 11 months ago
  19. 53b99a8 soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num() by Nick Vaccaro · 3 years, 11 months ago
  20. 8975e7b lib/ubsan.c: Remove GCC 5.x workaround by Angel Pons · 3 years, 11 months ago
  21. 96fd529 lib/Makefile.inc: fix name of config string by Paul Fagerburg · 3 years, 11 months ago
  22. c521d15 lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFS by Michael Niewöhner · 4 years ago
  23. eb66233 lib/Makefile.inc: fail build when SPD would be empty by Michael Niewöhner · 4 years ago
  24. 87cc889 treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFS by Michael Niewöhner · 4 years ago
  25. 1858223 src/lib/bootblock.c: make bootblock_main_with_timestamp public by Kangheui Won · 4 years ago
  26. 4e2f5fd soc/amd/picasso: record timestamps in psp_verstage by Kangheui Won · 4 years ago
  27. 2d90ddd region_file_update_data_arr: Modify region_file with array of buffers by Shelley Chen · 4 years ago
  28. c3cc158 lib/fmap: add ENV_SMM check to setup_preram_cache by Josie Nordrum · 4 years ago
  29. 3992da0 lib/Makefile.inc: fix hex-to-bin conversion of SPD files by Michael Niewöhner · 4 years ago
  30. 856731d lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BIN by Michael Niewöhner · 4 years ago
  31. 299f3f8 fw_config: Add caching to successfully probed fields by Tim Wawrzynczak · 4 years ago
  32. 644a512 symbols: Change implementation details of DECLARE_OPTIONAL_REGION() by Julius Werner · 4 years ago
  33. 3b0d040 lib/imd: Prohibit removing imd_entry covering root region by Jan Dabros · 4 years ago
  34. 086c5e6 lib/imd: Fix imdr_recover for small regions by Jan Dabros · 4 years ago
  35. 93d56f5 lib/imd: Improve check to filter out 0-size imd_entries by Jan Dabros · 4 years ago
  36. fc83588 lib/imd: Add an extra check for root_size by Jan Dabros · 4 years ago
  37. 28d4c2e9 include/imd: Improve API documentation by Jan Dabros · 4 years ago
  38. f67f3a6 lib/imd: Remove redundant code in imd.c by Anna Karas · 4 years ago
  39. b44b68b src/lib: Fix a mistake in a comment in imd.c by Anna Karas · 4 years ago
  40. 1594e8f lib: Update fmap cache error for psp_verstage by Martin Roth · 4 years, 1 month ago
  41. 51593dd arch/x86: Add support for ASan to memory functions by Harshit Sharma · 4 years ago
  42. a6ebe08 lib: Add ASan support to romstage on x86 arch by Harshit Sharma · 4 years, 1 month ago
  43. 9c88fb8 lib: Add ASan support to ramstage on x86 arch by Harshit Sharma · 4 years, 2 months ago
  44. 3b9cc85 lib: Update ASan compiler flags and Kconfig help text by Harshit Sharma · 4 years, 1 month ago
  45. 2bcaba0 lib: Add ASan stub by Harshit Sharma · 4 years, 2 months ago
  46. a3759e3 src: Remove unused 'include <stddef.h> by Elyes HAOUAS · 4 years, 1 month ago
  47. 54a4f17 lib/imd_cbmem.c: Add a helper function to indicate that cbmem is ready by Arthur Heymans · 4 years, 6 months ago
  48. 7450790 gpio: Pull down HiZ pins after reading tristate GPIO strapping by Julius Werner · 4 years ago
  49. 215e7fc src/lib: Remove unused function parameters in imd.c by Anna Karas · 4 years, 1 month ago
  50. ac01106 lib/gcov: Remove assert(0) by Patrick Georgi · 4 years, 1 month ago
  51. 683ac6f lib/string: Add standard strstr() function by Jes Klinke · 4 years, 1 month ago
  52. 7d6dae6 lib/ubsan.c: Update error handlers for current toolchain's GCC by Angel Pons · 4 years, 1 month ago
  53. 821b1e2 lib/bootmem.c: Improve bootmem_allocate_buffer algorithm by Jan Dabros · 4 years, 1 month ago
  54. 9a5dd7a lib/libgcov.c: Do not redefine `alloca` by Angel Pons · 4 years, 1 month ago
  55. a4c0e1a ACPI S3: Clean up resume path by Kyösti Mälkki · 4 years, 2 months ago
  56. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 4 years, 3 months ago
  57. bd5c721 src/lib: Remove redundant code in imd.c by Anna Karas · 4 years, 1 month ago
  58. 3a11fc8 src/lib/jpeg.c: Drop dead code by Angel Pons · 4 years, 1 month ago
  59. d09b974 lib: Temporarily remove timestamps from psp_verstage by Martin Roth · 4 years, 2 months ago
  60. 06b68d1 prog_loaders: Fix ramstage loading on x86 by Nico Huber · 4 years, 1 month ago
  61. 18a8ba4 arch/x86: Remove RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 4 years, 2 months ago
  62. b8899ef lib/coreboot_table: Add Intel FSP version to coreboot table by Johnny Lin · 4 years, 3 months ago
  63. 61ab3fe lib/hardwaremain: Drop HAVE_ACPI_RESUME guards by Kyösti Mälkki · 4 years, 2 months ago
  64. c7e2b6d lib/reg_script: Add guards for <arch/io.h> by Kyösti Mälkki · 4 years, 2 months ago
  65. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 2 months ago
  66. f71f3ae lib/malloc: Drop <cpu/x86/smm.h> include by Kyösti Mälkki · 4 years, 2 months ago
  67. 9d1cbf1 lib/program.ld: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 2 months ago
  68. 36e6c6f fw_config: Add firmware configuration interface by Duncan Laurie · 4 years, 3 months ago
  69. ebddada src: Remove unused 'include <bootstate.h>' by Elyes HAOUAS · 4 years, 3 months ago
  70. 11217de fit: Swap compat matching priorities for board-revX and board-skuY by Julius Werner · 4 years, 3 months ago
  71. ecbfa99 drivers/intel/fsp2_0: add option to compress FSP-M in cbfs by Aaron Durbin · 4 years, 3 months ago
  72. a85febc drivers/intel/fsp2_0: add option to compress FSP-S in cbfs by Aaron Durbin · 4 years, 3 months ago
  73. 84f394e lib/cbfs: add cbfs_stage_load_and_decompress helper by Aaron Durbin · 4 years, 3 months ago
  74. 7a6f27c lib: Add strtok() and strtok_r() by harshit · 4 years, 3 months ago
  75. df771c1 arch/x86: Remove more romcc leftovers by Kyösti Mälkki · 4 years, 8 months ago
  76. a121f95 lib/cbfs: refactor code culling compression checks by Aaron Durbin · 4 years, 3 months ago
  77. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 4 months ago
  78. 19c2ce7 Remove new additions of "this file is part of" lines by Elyes HAOUAS · 4 years, 3 months ago
  79. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  80. 92ba06f lib/spd_cache: add spd_cache common code by Jamie Chen · 4 years, 4 months ago
  81. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  82. 69d5bbf espi_debug: Use switch case instead of if-else by Furquan Shaikh · 4 years, 3 months ago
  83. 5181ac1 Remove new additions of "this file is part of" lines by Furquan Shaikh · 4 years, 3 months ago
  84. 5cc41f2 espi: Add support for debug helper to print slave capabilities by Furquan Shaikh · 4 years, 3 months ago
  85. 593124d treewide: Convert more license headers to SPDX style by Patrick Georgi · 4 years, 3 months ago
  86. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 3 months ago
  87. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  88. fbf3a47 src: Replace remaining GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  89. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  90. f8f5650 memrange: Break early from memranges_find_entry if limit is crossed by Furquan Shaikh · 4 years, 3 months ago
  91. 081c4d5 lib/rtc.c: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  92. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  93. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 4 months ago
  94. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  95. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  96. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  97. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  98. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  99. bad08c2 security/tpm: Include mrc.bin in CRTM if present by Bill XIE · 4 years, 6 months ago
  100. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago