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