1. b5811c0 lib/hardwaremain: Run timers more frequently by Raul E Rangel · 2 years, 9 months ago
  2. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 10 months ago
  3. fae525f lib/thread: Start stopwatch after printk by Raul E Rangel · 2 years, 9 months ago
  4. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  5. 43e2692 src/lib: Add FW_CONFIG_SOURCE_VPD by Wonkyu Kim · 2 years, 10 months ago
  6. 3864973 src/lib/fw_config: Change fw_config sources priority by Wonkyu Kim · 2 years, 10 months ago
  7. 4cfb862 lib/cbfs: Add cbfs_preload() by Raul E Rangel · 2 years, 10 months ago
  8. 58618c2 lib/thread: Use __func__ instead of repeating function name by Raul E Rangel · 2 years, 10 months ago
  9. ba51e29 lib/thread: Add ERROR prefix to error messages by Raul E Rangel · 2 years, 10 months ago
  10. ba6eca3 lib: Add list.c to all stages by Raul E Rangel · 2 years, 10 months ago
  11. 6938f35 lib/cbfs: Add CBFS_CACHE_ALIGN Kconfig option by Raul E Rangel · 3 years, 1 month ago
  12. 5ac82dc commonlib/mem_pool: Allow configuring the alignment by Raul E Rangel · 3 years, 1 month ago
  13. 4c8c844 lib/list: Add list_append by Raul E Rangel · 2 years, 10 months ago
  14. cb3745c google/trogdor: Add backlight support for Parade ps8640 by xuxinxiong · 2 years, 10 months ago
  15. 3306f37 lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() by Subrata Banik · 2 years, 10 months ago
  16. 3afa467 lib: Use `smbios_bus_width_to_spd_width` for setting dimm.bus_width by Subrata Banik · 2 years, 10 months ago
  17. 3d7b984 lib/cbfs: Enable cbfs_cache for x86 by Raul E Rangel · 2 years, 10 months ago
  18. 93f6b8a src/lib/fmap.c: use le*toh() functions where needed by Krystian Hebel · 3 years, 11 months ago
  19. 3f41d32 lib/cbfs: Call rdev_unmap on hash mismatch by Raul E Rangel · 3 years, 1 month ago
  20. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  21. db16ac95 lib/thread: Remove thread stack alignment requirement by Raul E Rangel · 2 years, 11 months ago
  22. c842c59 lib/thread: Switch to using CPU_INFO_V2 by Raul E Rangel · 3 years ago
  23. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  24. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 11 months ago
  25. 56da0b7 lib/hardwaremain: change type of "complete" element in boot_state struct by Felix Held · 2 years, 11 months ago
  26. f107767 lib/hardwaremain: add missing types.h include by Felix Held · 2 years, 11 months ago
  27. bdc49b2 lib/Makefile.inc: Generate placeholder spd.bin in lib/Makefile.inc by Reka Norman · 2 years, 11 months ago
  28. 16612c4 lib/Makefile.inc: Fail build if SPD file doesn't exist by Reka Norman · 2 years, 11 months ago
  29. 470ca571 Move post_codes.h to commonlib/console/ by Ricardo Quesada · 3 years, 1 month ago
  30. ca0606e arch/x86,lib/thread: Enable thread support in romstage by Raul E Rangel · 3 years, 1 month ago
  31. a2d83c68 lib/thread,lib/hardwaremain: Lazy initialize threads by Raul E Rangel · 3 years, 1 month ago
  32. 7db7ee9 lib/thread,arch/x86: Move thread stacks into C bss by Raul E Rangel · 3 years, 1 month ago
  33. 9adf4a6 lib/thread: Add asserts around stack size and alignment by Raul E Rangel · 3 years, 1 month ago
  34. 8c89207 lib/thread: Guard thread_run_until with ENV_RAMSTAGE by Raul E Rangel · 3 years, 1 month ago
  35. a736f48 lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize by Raul E Rangel · 3 years, 1 month ago
  36. 67798cf lib/prog_loaders: Add payload_preload by Raul E Rangel · 3 years, 1 month ago
  37. dfa8229 lib/hardwaremain: Drop boot_state_current_{block,unblock}() by Raul E Rangel · 3 years, 1 month ago
  38. 4aec58d lib/thread: Make thread_run not block the current state by Raul E Rangel · 3 years, 1 month ago
  39. cc01da5 lib/thread: Add thread_handle by Raul E Rangel · 3 years, 1 month ago
  40. b29f9d4 lib/thread: Add mutex by Raul E Rangel · 3 years, 1 month ago
  41. 9ba36ab lib/thread: Rename thread_cooperate and thread_prevent_coop by Raul E Rangel · 3 years, 1 month ago
  42. be60a0d lib/thread: Allow nesting thread_cooperate and thread_prevent_coop by Raul E Rangel · 3 years, 1 month ago
  43. b95369c lib/thread: Clean up initialization sequence by Raul E Rangel · 3 years, 1 month ago
  44. d5dca21 lib/thread: Add thread_yield helper method by Raul E Rangel · 3 years, 1 month ago
  45. 000138e6 lib/thread: Verify threads are initialized before yielding by Raul E Rangel · 3 years, 1 month ago
  46. 2033afa selfboot: Add support for selfload in romstage by Shelley Chen · 3 years, 2 months ago
  47. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 2 months ago
  48. 3dc1792 ChromeOS: Separate NVS from global GNVS by Kyösti Mälkki · 3 years, 5 months ago
  49. cb42874 lib/hardwaremain: Print individual boot state callback durations by Raul E Rangel · 3 years, 2 months ago
  50. 8315668 lib/hardwaremain.c: Hide preprocessor guards in header by Angel Pons · 3 years, 2 months ago
  51. 6860189 drivers/pc80/mc146818rtc: Check date and time for sanity by Werner Zeh · 3 years, 3 months ago
  52. 1724b74 lib/rtc: Add sanity check for time and date by Werner Zeh · 3 years, 3 months ago
  53. 913a47a cbmem: Introduce "early" init hooks for console by Julius Werner · 3 years, 3 months ago
  54. 2a29d45 lib/hexdump: remove hexdump32 and use hexdump instead by Felix Held · 3 years, 3 months ago
  55. 665891e fw_config: Add helper function `fw_config_probe_dev` by Furquan Shaikh · 3 years, 3 months ago
  56. 17298c0 fw_config: Return false in `fw_config_probe` in unprovisioned case by Furquan Shaikh · 3 years, 3 months ago
  57. 40acfe7 cbfs: Increase mcache size defaults by Julius Werner · 3 years, 3 months ago
  58. 8d2b0dc include/console: Rename and update POST_ENTRY_RAMSTAGE postcode by Subrata Banik · 3 years, 3 months ago
  59. 6a21959 src: Drop "This file is part of the coreboot project" lines by Angel Pons · 3 years, 3 months ago
  60. 6f8e944 security/tpm: Add option to init TPM in bootblock by Arthur Heymans · 3 years, 5 months ago
  61. 32aabf2 lib/coreboot_table.c: Remove unnecessary CPP use by Arthur Heymans · 3 years, 4 months ago
  62. 570c654 lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration by Raul E Rangel · 3 years, 4 months ago
  63. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  64. 48b0079 lib/rtc: Fix incomplete leap year macro by Jakub Czapiga · 3 years, 4 months ago
  65. 4ae7ee6 lib/rtc: Remove unnecessary year constraint in rtc_calc_weekday by Jakub Czapiga · 3 years, 4 months ago
  66. 6296ca8 decompressor: Add CBFS_VERIFICATION support by Julius Werner · 3 years, 5 months ago
  67. fccf122 cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION by Julius Werner · 3 years, 5 months ago
  68. eca99af cbfs: Simplify cbfs_load_and_decompress() and stop exporting it by Julius Werner · 3 years, 5 months ago
  69. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 5 months ago
  70. 4676ec5 cbfs: Make `mdata` argument to cbfs_allocator_t const by Julius Werner · 3 years, 5 months ago
  71. 0972871 coreboot_tables: Print strapping IDs when adding them to coreboot table by Julius Werner · 3 years, 5 months ago
  72. a9b44f4 spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map() by Julius Werner · 3 years, 6 months ago
  73. 77639e4 cbfs: Replace more instances of cbfs_boot_locate() with newer APIs by Julius Werner · 3 years, 6 months ago
  74. 81dc20e cbfs: Move stage header into a CBFS attribute by Julius Werner · 3 years, 10 months ago
  75. 5358467 prog_loaders: Remove prog_locate() by Julius Werner · 3 years, 7 months ago
  76. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  77. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  78. 7778cf2 cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() by Julius Werner · 3 years, 7 months ago
  79. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 8 months ago
  80. 11075fc cbfs: Move trivial wrappers to static inlines by Julius Werner · 3 years, 8 months ago
  81. 723e3b1 cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths by Julius Werner · 3 years, 8 months ago
  82. 27545df lib/cbfs.c: Fix return value of failure to measure by Arthur Heymans · 3 years, 6 months ago
  83. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  84. 02bec2b lib: Add DDR5 DRAM type by Subrata Banik · 3 years, 6 months ago
  85. 6f4dc8f lib/selfboot.c: Fix indentation and drop one newline by Angel Pons · 3 years, 6 months ago
  86. e0f058f coreboot_table: Use precision when printing lb_gpio name by Julius Werner · 3 years, 7 months ago
  87. 4949a3d drivers/intel/fsp1_1,fsp2_0: Refactor logo display by Kyösti Mälkki · 3 years, 7 months ago
  88. 3b3d085 src: Remove useless comments in "includes" lines by Elyes HAOUAS · 3 years, 7 months ago
  89. 6412076 coreboot_table: Move VBOOT_VBNV support by Kyösti Mälkki · 3 years, 6 months ago
  90. 07bce4b coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 8 months ago
  91. 563c860 coreboot_table: Drop <vboot/misc.h> include by Kyösti Mälkki · 3 years, 6 months ago
  92. 0322bc5 src: Remove unused <cbmem.h> by Elyes HAOUAS · 3 years, 7 months ago
  93. f276079 lib/asan.c: Update SPDX license by Frans Hendriks · 3 years, 7 months ago
  94. e0165fb stage_cache: Add resume_from_stage_cache() by Kyösti Mälkki · 3 years, 7 months ago
  95. 2289a70 arch/x86: Top-align .init in bootblock by Kyösti Mälkki · 4 years, 8 months ago
  96. 2266b33 src/lib/: Remove "this file is part of" line by Elyes HAOUAS · 3 years, 7 months ago
  97. 37eb24b ACPI: Clean up GNVS initialisation by Kyösti Mälkki · 3 years, 7 months ago
  98. 8b043c0 lib/edid_fill_fb: Relax bits_per_pixel constraint by Raul E Rangel · 3 years, 7 months ago
  99. ac0dc4a ACPI S3: Replace stashed acpi_slp_typ value by Kyösti Mälkki · 3 years, 9 months ago
  100. 0afaff2 lib/device_tree.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago