1. ca0606e arch/x86,lib/thread: Enable thread support in romstage by Raul E Rangel · 3 years, 1 month ago
  2. a2d83c68 lib/thread,lib/hardwaremain: Lazy initialize threads by Raul E Rangel · 3 years, 1 month ago
  3. 7db7ee9 lib/thread,arch/x86: Move thread stacks into C bss by Raul E Rangel · 3 years, 1 month ago
  4. 9adf4a6 lib/thread: Add asserts around stack size and alignment by Raul E Rangel · 3 years, 1 month ago
  5. 8c89207 lib/thread: Guard thread_run_until with ENV_RAMSTAGE by Raul E Rangel · 3 years, 1 month ago
  6. a736f48 lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize by Raul E Rangel · 3 years, 1 month ago
  7. 67798cf lib/prog_loaders: Add payload_preload by Raul E Rangel · 3 years, 2 months ago
  8. dfa8229 lib/hardwaremain: Drop boot_state_current_{block,unblock}() by Raul E Rangel · 3 years, 1 month ago
  9. 4aec58d lib/thread: Make thread_run not block the current state by Raul E Rangel · 3 years, 1 month ago
  10. cc01da5 lib/thread: Add thread_handle by Raul E Rangel · 3 years, 1 month ago
  11. b29f9d4 lib/thread: Add mutex by Raul E Rangel · 3 years, 1 month ago
  12. 9ba36ab lib/thread: Rename thread_cooperate and thread_prevent_coop by Raul E Rangel · 3 years, 1 month ago
  13. be60a0d lib/thread: Allow nesting thread_cooperate and thread_prevent_coop by Raul E Rangel · 3 years, 1 month ago
  14. b95369c lib/thread: Clean up initialization sequence by Raul E Rangel · 3 years, 1 month ago
  15. d5dca21 lib/thread: Add thread_yield helper method by Raul E Rangel · 3 years, 1 month ago
  16. 000138e6 lib/thread: Verify threads are initialized before yielding by Raul E Rangel · 3 years, 1 month ago
  17. 2033afa selfboot: Add support for selfload in romstage by Shelley Chen · 3 years, 2 months ago
  18. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 2 months ago
  19. 3dc1792 ChromeOS: Separate NVS from global GNVS by Kyösti Mälkki · 3 years, 5 months ago
  20. cb42874 lib/hardwaremain: Print individual boot state callback durations by Raul E Rangel · 3 years, 2 months ago
  21. 8315668 lib/hardwaremain.c: Hide preprocessor guards in header by Angel Pons · 3 years, 2 months ago
  22. 6860189 drivers/pc80/mc146818rtc: Check date and time for sanity by Werner Zeh · 3 years, 3 months ago
  23. 1724b74 lib/rtc: Add sanity check for time and date by Werner Zeh · 3 years, 3 months ago
  24. 913a47a cbmem: Introduce "early" init hooks for console by Julius Werner · 3 years, 3 months ago
  25. 2a29d45 lib/hexdump: remove hexdump32 and use hexdump instead by Felix Held · 3 years, 3 months ago
  26. 665891e fw_config: Add helper function `fw_config_probe_dev` by Furquan Shaikh · 3 years, 3 months ago
  27. 17298c0 fw_config: Return false in `fw_config_probe` in unprovisioned case by Furquan Shaikh · 3 years, 3 months ago
  28. 40acfe7 cbfs: Increase mcache size defaults by Julius Werner · 3 years, 3 months ago
  29. 8d2b0dc include/console: Rename and update POST_ENTRY_RAMSTAGE postcode by Subrata Banik · 3 years, 3 months ago
  30. 6a21959 src: Drop "This file is part of the coreboot project" lines by Angel Pons · 3 years, 3 months ago
  31. 6f8e944 security/tpm: Add option to init TPM in bootblock by Arthur Heymans · 3 years, 5 months ago
  32. 32aabf2 lib/coreboot_table.c: Remove unnecessary CPP use by Arthur Heymans · 3 years, 4 months ago
  33. 570c654 lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration by Raul E Rangel · 3 years, 4 months ago
  34. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  35. 48b0079 lib/rtc: Fix incomplete leap year macro by Jakub Czapiga · 3 years, 4 months ago
  36. 4ae7ee6 lib/rtc: Remove unnecessary year constraint in rtc_calc_weekday by Jakub Czapiga · 3 years, 4 months ago
  37. 6296ca8 decompressor: Add CBFS_VERIFICATION support by Julius Werner · 3 years, 5 months ago
  38. fccf122 cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION by Julius Werner · 3 years, 5 months ago
  39. eca99af cbfs: Simplify cbfs_load_and_decompress() and stop exporting it by Julius Werner · 3 years, 5 months ago
  40. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 5 months ago
  41. 4676ec5 cbfs: Make `mdata` argument to cbfs_allocator_t const by Julius Werner · 3 years, 5 months ago
  42. 0972871 coreboot_tables: Print strapping IDs when adding them to coreboot table by Julius Werner · 3 years, 5 months ago
  43. a9b44f4 spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map() by Julius Werner · 3 years, 6 months ago
  44. 77639e4 cbfs: Replace more instances of cbfs_boot_locate() with newer APIs by Julius Werner · 3 years, 6 months ago
  45. 81dc20e cbfs: Move stage header into a CBFS attribute by Julius Werner · 3 years, 10 months ago
  46. 5358467 prog_loaders: Remove prog_locate() by Julius Werner · 3 years, 7 months ago
  47. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  48. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  49. 7778cf2 cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() by Julius Werner · 3 years, 7 months ago
  50. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 8 months ago
  51. 11075fc cbfs: Move trivial wrappers to static inlines by Julius Werner · 3 years, 8 months ago
  52. 723e3b1 cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths by Julius Werner · 3 years, 8 months ago
  53. 27545df lib/cbfs.c: Fix return value of failure to measure by Arthur Heymans · 3 years, 6 months ago
  54. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  55. 02bec2b lib: Add DDR5 DRAM type by Subrata Banik · 3 years, 6 months ago
  56. 6f4dc8f lib/selfboot.c: Fix indentation and drop one newline by Angel Pons · 3 years, 6 months ago
  57. e0f058f coreboot_table: Use precision when printing lb_gpio name by Julius Werner · 3 years, 7 months ago
  58. 4949a3d drivers/intel/fsp1_1,fsp2_0: Refactor logo display by Kyösti Mälkki · 3 years, 7 months ago
  59. 3b3d085 src: Remove useless comments in "includes" lines by Elyes HAOUAS · 3 years, 7 months ago
  60. 6412076 coreboot_table: Move VBOOT_VBNV support by Kyösti Mälkki · 3 years, 7 months ago
  61. 07bce4b coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 8 months ago
  62. 563c860 coreboot_table: Drop <vboot/misc.h> include by Kyösti Mälkki · 3 years, 7 months ago
  63. 0322bc5 src: Remove unused <cbmem.h> by Elyes HAOUAS · 3 years, 7 months ago
  64. f276079 lib/asan.c: Update SPDX license by Frans Hendriks · 3 years, 7 months ago
  65. e0165fb stage_cache: Add resume_from_stage_cache() by Kyösti Mälkki · 3 years, 7 months ago
  66. 2289a70 arch/x86: Top-align .init in bootblock by Kyösti Mälkki · 4 years, 8 months ago
  67. 2266b33 src/lib/: Remove "this file is part of" line by Elyes HAOUAS · 3 years, 7 months ago
  68. 37eb24b ACPI: Clean up GNVS initialisation by Kyösti Mälkki · 3 years, 7 months ago
  69. 8b043c0 lib/edid_fill_fb: Relax bits_per_pixel constraint by Raul E Rangel · 3 years, 7 months ago
  70. ac0dc4a ACPI S3: Replace stashed acpi_slp_typ value by Kyösti Mälkki · 3 years, 9 months ago
  71. 0afaff2 lib/device_tree.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  72. e1aa983 lib/ramtest: Fix ram_check() declarations by Kyösti Mälkki · 5 years ago
  73. 661ad46 ACPI: Select ACPI_SOC_NVS only where suitable by Kyösti Mälkki · 3 years, 8 months ago
  74. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 9 months ago
  75. 2c626f3 coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 8 months ago
  76. e0183d6 ACPI: Allocate GNVS early in ramstage by Kyösti Mälkki · 4 years, 2 months ago
  77. b3a411c sb,soc/intel: Drop unnecessary headers by Kyösti Mälkki · 3 years, 8 months ago
  78. 39d6927 drivers/tpm: Implement full PPI by Patrick Rudolph · 4 years ago
  79. 3b3dd84 arch/arm: Replace .id section with build_info in CBFS by Kyösti Mälkki · 3 years, 9 months ago
  80. 8b56c8c drivers: Replace set_vbe_mode_info_valid by Patrick Rudolph · 4 years, 6 months ago
  81. 8ead1dc src/lib: Add Kconfig option for SPD cache in FMAP by Matt DeVillier · 3 years, 9 months ago
  82. 92106b1 drivers: Replace multiple fill_lb_framebuffer with single instance by Patrick Rudolph · 4 years, 6 months ago
  83. 5446bdb lib/fmap: Add null parameters handling by Jakub Czapiga · 3 years, 8 months ago
  84. 473bc8c fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisioned by Tim Wawrzynczak · 3 years, 9 months ago
  85. 7319288 lib/edid_fill_fb: Support multiple framebuffers by Patrick Rudolph · 4 years, 6 months ago
  86. 34cf073 cbfs: Allow mcache to be found after the first lookup by Julius Werner · 3 years, 8 months ago
  87. d2777b8 Revert "cbfs: Skip mcache in post-RAM stages before CBMEM is online" by Julius Werner · 3 years, 8 months ago
  88. b652aae cbfs: Skip mcache in post-RAM stages before CBMEM is online by Julius Werner · 3 years, 8 months ago
  89. 0247fcf cbfs: Add more error messages for lookup by Julius Werner · 3 years, 9 months ago
  90. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 3 months ago
  91. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 7 months ago
  92. 8c99c27 lib/trace: Remove TRACE support by Kyösti Mälkki · 4 years, 1 month ago
  93. d17ce41 cbfs: Port cbfs_load() and cbfs_map() to new API by Julius Werner · 3 years, 11 months ago
  94. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  95. 0d9072b cbfs: Move more stuff into cbfs_boot_lookup() by Julius Werner · 4 years, 5 months ago
  96. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 11 months ago
  97. 2dbbb83 lib/reg_script: Add cast to fix compilation on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  98. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 8 months ago
  99. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  100. 27718ac src: Add missing 'include <console/console.h>' by Elyes HAOUAS · 4 years ago