1. 570c654 lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration by Raul E Rangel · 3 years, 4 months ago
  2. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  3. 48b0079 lib/rtc: Fix incomplete leap year macro by Jakub Czapiga · 3 years, 4 months ago
  4. 4ae7ee6 lib/rtc: Remove unnecessary year constraint in rtc_calc_weekday by Jakub Czapiga · 3 years, 4 months ago
  5. 6296ca8 decompressor: Add CBFS_VERIFICATION support by Julius Werner · 3 years, 5 months ago
  6. fccf122 cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION by Julius Werner · 3 years, 5 months ago
  7. eca99af cbfs: Simplify cbfs_load_and_decompress() and stop exporting it by Julius Werner · 3 years, 5 months ago
  8. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 5 months ago
  9. 4676ec5 cbfs: Make `mdata` argument to cbfs_allocator_t const by Julius Werner · 3 years, 5 months ago
  10. 0972871 coreboot_tables: Print strapping IDs when adding them to coreboot table by Julius Werner · 3 years, 5 months ago
  11. a9b44f4 spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map() by Julius Werner · 3 years, 6 months ago
  12. 77639e4 cbfs: Replace more instances of cbfs_boot_locate() with newer APIs by Julius Werner · 3 years, 6 months ago
  13. 81dc20e cbfs: Move stage header into a CBFS attribute by Julius Werner · 3 years, 10 months ago
  14. 5358467 prog_loaders: Remove prog_locate() by Julius Werner · 3 years, 7 months ago
  15. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  16. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  17. 7778cf2 cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() by Julius Werner · 3 years, 7 months ago
  18. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 8 months ago
  19. 11075fc cbfs: Move trivial wrappers to static inlines by Julius Werner · 3 years, 8 months ago
  20. 723e3b1 cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths by Julius Werner · 3 years, 8 months ago
  21. 27545df lib/cbfs.c: Fix return value of failure to measure by Arthur Heymans · 3 years, 6 months ago
  22. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  23. 02bec2b lib: Add DDR5 DRAM type by Subrata Banik · 3 years, 6 months ago
  24. 6f4dc8f lib/selfboot.c: Fix indentation and drop one newline by Angel Pons · 3 years, 6 months ago
  25. e0f058f coreboot_table: Use precision when printing lb_gpio name by Julius Werner · 3 years, 7 months ago
  26. 4949a3d drivers/intel/fsp1_1,fsp2_0: Refactor logo display by Kyösti Mälkki · 3 years, 7 months ago
  27. 3b3d085 src: Remove useless comments in "includes" lines by Elyes HAOUAS · 3 years, 7 months ago
  28. 6412076 coreboot_table: Move VBOOT_VBNV support by Kyösti Mälkki · 3 years, 7 months ago
  29. 07bce4b coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 8 months ago
  30. 563c860 coreboot_table: Drop <vboot/misc.h> include by Kyösti Mälkki · 3 years, 7 months ago
  31. 0322bc5 src: Remove unused <cbmem.h> by Elyes HAOUAS · 3 years, 7 months ago
  32. f276079 lib/asan.c: Update SPDX license by Frans Hendriks · 3 years, 7 months ago
  33. e0165fb stage_cache: Add resume_from_stage_cache() by Kyösti Mälkki · 3 years, 7 months ago
  34. 2289a70 arch/x86: Top-align .init in bootblock by Kyösti Mälkki · 4 years, 8 months ago
  35. 2266b33 src/lib/: Remove "this file is part of" line by Elyes HAOUAS · 3 years, 7 months ago
  36. 37eb24b ACPI: Clean up GNVS initialisation by Kyösti Mälkki · 3 years, 7 months ago
  37. 8b043c0 lib/edid_fill_fb: Relax bits_per_pixel constraint by Raul E Rangel · 3 years, 7 months ago
  38. ac0dc4a ACPI S3: Replace stashed acpi_slp_typ value by Kyösti Mälkki · 3 years, 9 months ago
  39. 0afaff2 lib/device_tree.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  40. e1aa983 lib/ramtest: Fix ram_check() declarations by Kyösti Mälkki · 5 years ago
  41. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 8 months ago
  42. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 9 months ago
  43. 2c626f3 coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 8 months ago
  44. e0183d6 ACPI: Allocate GNVS early in ramstage by Kyösti Mälkki · 4 years, 2 months ago
  45. b3a411c sb,soc/intel: Drop unnecessary headers by Kyösti Mälkki · 3 years, 8 months ago
  46. 39d6927 drivers/tpm: Implement full PPI by Patrick Rudolph · 4 years ago
  47. 3b3dd84 arch/arm: Replace .id section with build_info in CBFS by Kyösti Mälkki · 3 years, 9 months ago
  48. 8b56c8c drivers: Replace set_vbe_mode_info_valid by Patrick Rudolph · 4 years, 6 months ago
  49. 8ead1dc src/lib: Add Kconfig option for SPD cache in FMAP by Matt DeVillier · 3 years, 9 months ago
  50. 92106b1 drivers: Replace multiple fill_lb_framebuffer with single instance by Patrick Rudolph · 4 years, 6 months ago
  51. 5446bdb lib/fmap: Add null parameters handling by Jakub Czapiga · 3 years, 8 months ago
  52. 473bc8c fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisioned by Tim Wawrzynczak · 3 years, 9 months ago
  53. 7319288 lib/edid_fill_fb: Support multiple framebuffers by Patrick Rudolph · 4 years, 6 months ago
  54. 34cf073 cbfs: Allow mcache to be found after the first lookup by Julius Werner · 3 years, 8 months ago
  55. d2777b8 Revert "cbfs: Skip mcache in post-RAM stages before CBMEM is online" by Julius Werner · 3 years, 8 months ago
  56. b652aae cbfs: Skip mcache in post-RAM stages before CBMEM is online by Julius Werner · 3 years, 8 months ago
  57. 0247fcf cbfs: Add more error messages for lookup by Julius Werner · 3 years, 9 months ago
  58. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 3 months ago
  59. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 7 months ago
  60. 8c99c27 lib/trace: Remove TRACE support by Kyösti Mälkki · 4 years, 1 month ago
  61. d17ce41 cbfs: Port cbfs_load() and cbfs_map() to new API by Julius Werner · 3 years, 11 months ago
  62. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  63. 0d9072b cbfs: Move more stuff into cbfs_boot_lookup() by Julius Werner · 4 years, 5 months ago
  64. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 11 months ago
  65. 2dbbb83 lib/reg_script: Add cast to fix compilation on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  66. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 8 months ago
  67. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  68. 27718ac src: Add missing 'include <console/console.h>' by Elyes HAOUAS · 4 years ago
  69. 81f5bf3 lib/gnat/i-c.ads: Add `uintptr_t` type by Angel Pons · 3 years, 9 months ago
  70. 0639bff src: Update some incorrect config options in comments by Martin Roth · 3 years, 9 months ago
  71. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  72. c70505a fw_config: Make fw_config_get() public by Tim Wawrzynczak · 3 years, 10 months ago
  73. 24b4af6 fw_config: Convert fw_config to a 64-bit field by Tim Wawrzynczak · 3 years, 11 months ago
  74. 1cd013b cbfs: Hook up to new CBFS implementation by Julius Werner · 4 years, 8 months ago
  75. 43439f6 lib/edid: Add missing name descriptor presence flag by Jakub Czapiga · 3 years, 10 months ago
  76. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 4 months ago
  77. a01138b lib/imd: move struct definitions to a new header file by Jakub Czapiga · 3 years, 11 months ago
  78. 0b418bd lib/cbfs: deserialize cbfs_stage objects correctly by Aaron Durbin · 3 years, 10 months ago
  79. afaa3d0 trogdor: Modify DDR training to use mrc_cache by Shelley Chen · 3 years, 10 months ago
  80. 88d4e82 lib/spd: respect spd memory part name override by Nick Vaccaro · 4 years ago
  81. 7994375 lib/fw_config: change BOOT_STATE_INIT_ENTRY to be BS_DEV_INIT_CHIPS by Nick Vaccaro · 3 years, 11 months ago
  82. dfcd739 lib/spd_bin: add LPDDR4X case to spd_get_name() by Nick Vaccaro · 3 years, 11 months ago
  83. 53b99a8 soc/intel: remove duplicate weak versions of mainboard_get_dram_part_num() by Nick Vaccaro · 3 years, 11 months ago
  84. 8975e7b lib/ubsan.c: Remove GCC 5.x workaround by Angel Pons · 3 years, 11 months ago
  85. 96fd529 lib/Makefile.inc: fix name of config string by Paul Fagerburg · 3 years, 11 months ago
  86. c521d15 lib/Makefile.inc: drop redundant conditional on CONFIG_HAVE_SPD_IN_CBFS by Michael Niewöhner · 4 years ago
  87. eb66233 lib/Makefile.inc: fail build when SPD would be empty by Michael Niewöhner · 4 years ago
  88. 87cc889 treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFS by Michael Niewöhner · 4 years ago
  89. 1858223 src/lib/bootblock.c: make bootblock_main_with_timestamp public by Kangheui Won · 4 years ago
  90. 4e2f5fd soc/amd/picasso: record timestamps in psp_verstage by Kangheui Won · 4 years ago
  91. 2d90ddd region_file_update_data_arr: Modify region_file with array of buffers by Shelley Chen · 4 years ago
  92. c3cc158 lib/fmap: add ENV_SMM check to setup_preram_cache by Josie Nordrum · 4 years ago
  93. 3992da0 lib/Makefile.inc: fix hex-to-bin conversion of SPD files by Michael Niewöhner · 4 years ago
  94. 856731d lib/Kconfig: Drop obsolete help text from GENERIC_SPD_BIN by Michael Niewöhner · 4 years ago
  95. 299f3f8 fw_config: Add caching to successfully probed fields by Tim Wawrzynczak · 4 years ago
  96. 644a512 symbols: Change implementation details of DECLARE_OPTIONAL_REGION() by Julius Werner · 4 years ago
  97. 3b0d040 lib/imd: Prohibit removing imd_entry covering root region by Jan Dabros · 4 years ago
  98. 086c5e6 lib/imd: Fix imdr_recover for small regions by Jan Dabros · 4 years ago
  99. 93d56f5 lib/imd: Improve check to filter out 0-size imd_entries by Jan Dabros · 4 years ago
  100. fc83588 lib/imd: Add an extra check for root_size by Jan Dabros · 4 years ago