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