1. c672a72 cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCK by Karthikeyan Ramasubramanian · 2 years ago
  2. f19e461 lib/metadata_hash: Include metadata_hash in verstage by Karthikeyan Ramasubramanian · 1 year, 11 months ago
  3. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 10 months ago
  4. 9efb0c0 arch/x86: Only use .bss from car.ld when running XIP by Arthur Heymans · 3 years, 9 months ago
  5. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 10 months ago
  6. d91f3a4 lib/lzma: Build the source for decompression with flag -Ofast by Zheng Bao · 2 years ago
  7. d8cd835 lib/prog_loaders.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  8. 1dc827a lib/prog_ops.c: Add <types.h> by Elyes Haouas · 1 year, 11 months ago
  9. 3c705fa lib/timer_queue.c: Fix function signature by Fred Reitberger · 1 year, 11 months ago
  10. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 11 months ago
  11. 2a099f1 lib/xxhash.c: Add new hash functions by Fred Reitberger · 2 years ago
  12. 526c642 allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN by Nico Huber · 4 years, 3 months ago
  13. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  14. fb8876d lib: Add SPDX identifiers to files missing them by Martin Roth · 2 years ago
  15. 84b2f9f lib/program_loaders.c: Mark run_ramstage with __noreturn by Arthur Heymans · 2 years, 2 months ago
  16. 1793eb4 lib/fit.c: Don't align memory regions to 1MB by Arthur Heymans · 2 years, 2 months ago
  17. 11cac78 Replace some ENV_ROMSTAGE with ENV_RAMINIT by Kyösti Mälkki · 2 years, 4 months ago
  18. 0057262 cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD by Julius Werner · 2 years, 3 months ago
  19. ea2c1d3 cpu/x86/smm: Remove heap by Arthur Heymans · 2 years, 3 months ago
  20. 2efd831 lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFS by Arthur Heymans · 2 years, 3 months ago
  21. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 5 months ago
  22. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 5 months ago
  23. 46af7f7 lib/Makefile.inc: Correct filename to master_header_pointer.c by Reka Norman · 2 years, 3 months ago
  24. 6acc05e rules.h: Use more consistent naming by Arthur Heymans · 2 years, 3 months ago
  25. 586be05 lib/spd: Demote log about using default DDR4 params to NOTICE by Eric Lai · 2 years, 4 months ago
  26. e8217b1 Kconfig: Add an option to skip adding a cbfs bootblock on x86 by Arthur Heymans · 2 years, 4 months ago
  27. 75226bb Makefile.inc: Generate master header and pointer as C structs by Arthur Heymans · 2 years, 5 months ago
  28. ea99f0d lib: Add LPDDR5 DRAM type by Scott Chao · 2 years, 4 months ago
  29. 5cf02a4 lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks by Arthur Heymans · 2 years, 4 months ago
  30. 845f232 FMAP: Refactor CBMEM hook by Kyösti Mälkki · 2 years, 4 months ago
  31. f4b8538 timestamp: Replace TS_ROMSTAGE_END conditional by Kyösti Mälkki · 2 years, 4 months ago
  32. f4fc151 lib/edid_fill_fb.c: Remove unused <bootsplash.h> by Elyes HAOUAS · 2 years, 7 months ago
  33. 93a195c lib: Remove unused <stdlib.h> and use <types.h> when appropriate by Elyes HAOUAS · 2 years, 8 months ago
  34. f509b61 lib/coreboot_table.c: Use align macro by Arthur Heymans · 2 years, 4 months ago
  35. 3067701 lib: Check for non-existent DIMMs in check_if_dimm_changed by Eric Lai · 2 years, 4 months ago
  36. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 4 months ago
  37. 206328d lib/device_tree.c: zero-initialize new DT nodes by Sergii Dmytruk · 2 years, 5 months ago
  38. 9b565de lib/spd: Do not print part number if it is not available by Werner Zeh · 2 years, 5 months ago
  39. 797a110 prog_loader: Change legacy_romstage_select_and_load() to return cb_err by Julius Werner · 2 years, 5 months ago
  40. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  41. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 6 months ago
  42. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 6 months ago
  43. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 6 months ago
  44. 56dbb4a lib/Makefile: Add ability to specify -ldflags for rmodules by Raul E Rangel · 2 years, 6 months ago
  45. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 5 months ago
  46. 8b5841e lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "' by Elyes HAOUAS · 2 years, 6 months ago
  47. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  48. 984d03c console: Add loglevel marker codes to stored consoles by Julius Werner · 2 years, 7 months ago
  49. 4bffbb6 lib/spd_cache.c: Drop comparison to {true, false} by Elyes HAOUAS · 2 years, 7 months ago
  50. 6ec3dd2 lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART by Raul E Rangel · 2 years, 7 months ago
  51. 63b5356 Makefile.inc: Add `-fno-pie` to `ADAFLAGS_common` by Paul Menzel · 4 years, 5 months ago
  52. 1e1aa0c lib/cbmem_console: Add cbmemc_copy_in function by Raul E Rangel · 2 years, 7 months ago
  53. bf73c49 timestamp: Allow timestamp_add to accept a negative number by Bora Guvendik · 2 years, 9 months ago
  54. 03b1d3e Revert "lib/cbmem_console: Move copy_console_buffer up in the file" by Raul Rangel · 2 years, 7 months ago
  55. 6a3bdf9 lib/cbmem_console: Move copy_console_buffer up in the file by Raul E Rangel · 2 years, 7 months ago
  56. bf99311 console/cbmem: Add cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  57. 2abb826 src: Remove unused <cbfs.h> by Elyes HAOUAS · 2 years, 7 months ago
  58. c14ba95 src/{drivers,lib}: Remove unused <console/console.h> by Elyes HAOUAS · 2 years, 7 months ago
  59. 41a1a9e console/cbmem_console: Rename cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  60. 64175bc src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> by Elyes HAOUAS · 2 years, 7 months ago
  61. c0e8357 src/lib: Remove unused <timer.h> by Elyes HAOUAS · 2 years, 8 months ago
  62. a6608bc src/lib: Remove unused <delay.h> by Elyes HAOUAS · 2 years, 8 months ago
  63. ff01bca ChromeOS: Refactor ACPI CNVS generation by Kyösti Mälkki · 3 years, 2 months ago
  64. 0071e6b lib/Makefile.inc: Remove effect-free line by Angel Pons · 3 years, 1 month ago
  65. 7f5a1ee Spell *Boot Guard* with a space for official spelling by Paul Menzel · 2 years, 8 months ago
  66. 74d2218 lib/cbfs: Disable cbfs_preload in romstage when VBOOT_STARTS_IN_ROMSTAGE by Raul E Rangel · 2 years, 9 months ago
  67. d8f07c1 rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP by Raul E Rangel · 2 years, 9 months ago
  68. 25096eb cbfs: Enable CBFS verification Kconfigs by Julius Werner · 2 years, 8 months ago
  69. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  70. 7e7cc1a cbfs | tspi: Join hash calculation for verification and measurement by Julius Werner · 3 years ago
  71. f364eb9 region: Rename rdev_readat_full to rdev_read_full by Julius Werner · 2 years, 9 months ago
  72. 05714cc cbfs: Add unverified_area APIs by Julius Werner · 3 years, 4 months ago
  73. 57d4bc6 cbfs: Add helper functions to look up size and type of a file by Julius Werner · 2 years, 9 months ago
  74. b25576f src/lib/prog_loaders: Add preload_ramstage by Raul E Rangel · 2 years, 9 months ago
  75. 571e7f0 lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload by Raul E Rangel · 2 years, 10 months ago
  76. b5811c0 lib/hardwaremain: Run timers more frequently by Raul E Rangel · 2 years, 10 months ago
  77. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 10 months ago
  78. fae525f lib/thread: Start stopwatch after printk by Raul E Rangel · 2 years, 10 months ago
  79. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  80. 43e2692 src/lib: Add FW_CONFIG_SOURCE_VPD by Wonkyu Kim · 2 years, 10 months ago
  81. 3864973 src/lib/fw_config: Change fw_config sources priority by Wonkyu Kim · 2 years, 10 months ago
  82. 4cfb862 lib/cbfs: Add cbfs_preload() by Raul E Rangel · 2 years, 10 months ago
  83. 58618c2 lib/thread: Use __func__ instead of repeating function name by Raul E Rangel · 2 years, 10 months ago
  84. ba51e29 lib/thread: Add ERROR prefix to error messages by Raul E Rangel · 2 years, 10 months ago
  85. ba6eca3 lib: Add list.c to all stages by Raul E Rangel · 2 years, 10 months ago
  86. 6938f35 lib/cbfs: Add CBFS_CACHE_ALIGN Kconfig option by Raul E Rangel · 3 years, 1 month ago
  87. 5ac82dc commonlib/mem_pool: Allow configuring the alignment by Raul E Rangel · 3 years, 1 month ago
  88. 4c8c844 lib/list: Add list_append by Raul E Rangel · 2 years, 10 months ago
  89. cb3745c google/trogdor: Add backlight support for Parade ps8640 by xuxinxiong · 2 years, 10 months ago
  90. 3306f37 lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() by Subrata Banik · 2 years, 10 months ago
  91. 3afa467 lib: Use `smbios_bus_width_to_spd_width` for setting dimm.bus_width by Subrata Banik · 2 years, 10 months ago
  92. 3d7b984 lib/cbfs: Enable cbfs_cache for x86 by Raul E Rangel · 2 years, 10 months ago
  93. 93f6b8a src/lib/fmap.c: use le*toh() functions where needed by Krystian Hebel · 3 years, 11 months ago
  94. 3f41d32 lib/cbfs: Call rdev_unmap on hash mismatch by Raul E Rangel · 3 years, 1 month ago
  95. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  96. db16ac95 lib/thread: Remove thread stack alignment requirement by Raul E Rangel · 2 years, 11 months ago
  97. c842c59 lib/thread: Switch to using CPU_INFO_V2 by Raul E Rangel · 3 years ago
  98. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  99. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 11 months ago
  100. 56da0b7 lib/hardwaremain: change type of "complete" element in boot_state struct by Felix Held · 2 years, 11 months ago