1. b3485f3 lib: Perform display init in normal boot mode if BMP_LOGO is set by Subrata Banik · 1 year, 2 months ago
  2. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 7 months ago
  3. a9dd3c3 lib/version: Move board identification strings by Kyösti Mälkki · 1 year, 7 months ago
  4. 88c94fe Drop unused include <version.h> by Kyösti Mälkki · 1 year, 7 months ago
  5. e111de0 lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED by Jonathan Zhang · 3 years, 3 months ago
  6. e784c1e lib/gnat: Remove Compiler_Unit_Warning pragmas by Elyes Haouas · 1 year, 10 months ago
  7. 39efcd1 tree: Use __func__ instead of hard-coded names by Elyes Haouas · 1 year, 6 months ago
  8. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  9. 03511b4 src/lib: Include LZMA in romstage for FSP-M by Martin Roth · 1 year, 6 months ago
  10. 40729a5 Kconfig: Add option to compress ramstage with LZ4 by Martin Roth · 1 year, 6 months ago
  11. 9a9b277 coreboot_tables: Make existing alignment conventions more explicit by Julius Werner · 1 year, 8 months ago
  12. d732628 lib/device_tree.c: Change log level message by Elyes Haouas · 1 year, 7 months ago
  13. ca342e1 lib/nhlt, soc/intel/skl: Update NHLT to program feedback config by Matt DeVillier · 1 year, 7 months ago
  14. 50139d0 lib: Hook up libhwbase in romstage by Jeremy Compostella · 1 year, 8 months ago
  15. fa83887 Add option to use Ada code in romstage by Jeremy Compostella · 1 year, 8 months ago
  16. 5b89bf4 lib: Introduce fw_config_get_field by Eric Lai · 1 year, 7 months ago
  17. 793403c lib/ramtest.c: Use {read,write}32p() by Elyes Haouas · 1 year, 7 months ago
  18. 8b8ada6 /: Remove extra space after comma by Elyes Haouas · 1 year, 8 months ago
  19. b1bcd5b lib/malloc.c: Fix log messages by Elyes Haouas · 1 year, 8 months ago
  20. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  21. 60293e9 lib/ramtest.c: Update ram failure post code by Martin Roth · 1 year, 8 months ago
  22. 967a76b vboot: Add VBOOT_CBFS_INTEGRATION support by Jakub Czapiga · 1 year, 11 months ago
  23. ca971d1 lib: Add LPDDR5x DRAM type by Subrata Banik · 1 year, 8 months ago
  24. 8c740b0 lib/coreboot_table: Rename lb_fill_pcie by Arthur Heymans · 1 year, 8 months ago
  25. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  26. c672a72 cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCK by Karthikeyan Ramasubramanian · 1 year, 11 months ago
  27. f19e461 lib/metadata_hash: Include metadata_hash in verstage by Karthikeyan Ramasubramanian · 1 year, 10 months ago
  28. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  29. 9efb0c0 arch/x86: Only use .bss from car.ld when running XIP by Arthur Heymans · 3 years, 8 months ago
  30. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 9 months ago
  31. d91f3a4 lib/lzma: Build the source for decompression with flag -Ofast by Zheng Bao · 2 years ago
  32. d8cd835 lib/prog_loaders.c: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  33. 1dc827a lib/prog_ops.c: Add <types.h> by Elyes Haouas · 1 year, 10 months ago
  34. 3c705fa lib/timer_queue.c: Fix function signature by Fred Reitberger · 1 year, 10 months ago
  35. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 10 months ago
  36. 2a099f1 lib/xxhash.c: Add new hash functions by Fred Reitberger · 1 year, 11 months ago
  37. 526c642 allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN by Nico Huber · 4 years, 2 months ago
  38. d96ca24 cbfs/vboot: Adapt to new vb2_digest API by Julius Werner · 2 years ago
  39. fb8876d lib: Add SPDX identifiers to files missing them by Martin Roth · 2 years ago
  40. 84b2f9f lib/program_loaders.c: Mark run_ramstage with __noreturn by Arthur Heymans · 2 years, 1 month ago
  41. 1793eb4 lib/fit.c: Don't align memory regions to 1MB by Arthur Heymans · 2 years ago
  42. 11cac78 Replace some ENV_ROMSTAGE with ENV_RAMINIT by Kyösti Mälkki · 2 years, 3 months ago
  43. 0057262 cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD by Julius Werner · 2 years, 2 months ago
  44. ea2c1d3 cpu/x86/smm: Remove heap by Arthur Heymans · 2 years, 2 months ago
  45. 2efd831 lib/Makefile.inc: Add cbfs header pointer on !BOOTBLOCK_IN_CBFS by Arthur Heymans · 2 years, 2 months ago
  46. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 4 months ago
  47. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 4 months ago
  48. 46af7f7 lib/Makefile.inc: Correct filename to master_header_pointer.c by Reka Norman · 2 years, 2 months ago
  49. 6acc05e rules.h: Use more consistent naming by Arthur Heymans · 2 years, 2 months ago
  50. 586be05 lib/spd: Demote log about using default DDR4 params to NOTICE by Eric Lai · 2 years, 3 months ago
  51. e8217b1 Kconfig: Add an option to skip adding a cbfs bootblock on x86 by Arthur Heymans · 2 years, 3 months ago
  52. 75226bb Makefile.inc: Generate master header and pointer as C structs by Arthur Heymans · 2 years, 4 months ago
  53. ea99f0d lib: Add LPDDR5 DRAM type by Scott Chao · 2 years, 3 months ago
  54. 5cf02a4 lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks by Arthur Heymans · 2 years, 3 months ago
  55. 845f232 FMAP: Refactor CBMEM hook by Kyösti Mälkki · 2 years, 3 months ago
  56. f4b8538 timestamp: Replace TS_ROMSTAGE_END conditional by Kyösti Mälkki · 2 years, 3 months ago
  57. f4fc151 lib/edid_fill_fb.c: Remove unused <bootsplash.h> by Elyes HAOUAS · 2 years, 6 months ago
  58. 93a195c lib: Remove unused <stdlib.h> and use <types.h> when appropriate by Elyes HAOUAS · 2 years, 7 months ago
  59. f509b61 lib/coreboot_table.c: Use align macro by Arthur Heymans · 2 years, 3 months ago
  60. 3067701 lib: Check for non-existent DIMMs in check_if_dimm_changed by Eric Lai · 2 years, 3 months ago
  61. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  62. 206328d lib/device_tree.c: zero-initialize new DT nodes by Sergii Dmytruk · 2 years, 4 months ago
  63. 9b565de lib/spd: Do not print part number if it is not available by Werner Zeh · 2 years, 4 months ago
  64. 797a110 prog_loader: Change legacy_romstage_select_and_load() to return cb_err by Julius Werner · 2 years, 4 months ago
  65. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 5 months ago
  66. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  67. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 4 months ago
  68. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  69. 56dbb4a lib/Makefile: Add ability to specify -ldflags for rmodules by Raul E Rangel · 2 years, 5 months ago
  70. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 4 months ago
  71. 8b5841e lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "' by Elyes HAOUAS · 2 years, 5 months ago
  72. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  73. 984d03c console: Add loglevel marker codes to stored consoles by Julius Werner · 2 years, 6 months ago
  74. 4bffbb6 lib/spd_cache.c: Drop comparison to {true, false} by Elyes HAOUAS · 2 years, 6 months ago
  75. 6ec3dd2 lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART by Raul E Rangel · 2 years, 6 months ago
  76. 63b5356 Makefile.inc: Add `-fno-pie` to `ADAFLAGS_common` by Paul Menzel · 4 years, 4 months ago
  77. 1e1aa0c lib/cbmem_console: Add cbmemc_copy_in function by Raul E Rangel · 2 years, 6 months ago
  78. bf73c49 timestamp: Allow timestamp_add to accept a negative number by Bora Guvendik · 2 years, 8 months ago
  79. 03b1d3e Revert "lib/cbmem_console: Move copy_console_buffer up in the file" by Raul Rangel · 2 years, 6 months ago
  80. 6a3bdf9 lib/cbmem_console: Move copy_console_buffer up in the file by Raul E Rangel · 2 years, 6 months ago
  81. bf99311 console/cbmem: Add cbmem_dump_console by Raul E Rangel · 2 years, 6 months ago
  82. 2abb826 src: Remove unused <cbfs.h> by Elyes HAOUAS · 2 years, 6 months ago
  83. c14ba95 src/{drivers,lib}: Remove unused <console/console.h> by Elyes HAOUAS · 2 years, 6 months ago
  84. 41a1a9e console/cbmem_console: Rename cbmem_dump_console by Raul E Rangel · 2 years, 6 months ago
  85. 64175bc src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> by Elyes HAOUAS · 2 years, 6 months ago
  86. c0e8357 src/lib: Remove unused <timer.h> by Elyes HAOUAS · 2 years, 7 months ago
  87. a6608bc src/lib: Remove unused <delay.h> by Elyes HAOUAS · 2 years, 7 months ago
  88. ff01bca ChromeOS: Refactor ACPI CNVS generation by Kyösti Mälkki · 3 years, 1 month ago
  89. 0071e6b lib/Makefile.inc: Remove effect-free line by Angel Pons · 3 years ago
  90. 7f5a1ee Spell *Boot Guard* with a space for official spelling by Paul Menzel · 2 years, 7 months ago
  91. 74d2218 lib/cbfs: Disable cbfs_preload in romstage when VBOOT_STARTS_IN_ROMSTAGE by Raul E Rangel · 2 years, 7 months ago
  92. d8f07c1 rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP by Raul E Rangel · 2 years, 8 months ago
  93. 25096eb cbfs: Enable CBFS verification Kconfigs by Julius Werner · 2 years, 7 months ago
  94. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  95. 7e7cc1a cbfs | tspi: Join hash calculation for verification and measurement by Julius Werner · 3 years ago
  96. f364eb9 region: Rename rdev_readat_full to rdev_read_full by Julius Werner · 2 years, 8 months ago
  97. 05714cc cbfs: Add unverified_area APIs by Julius Werner · 3 years, 3 months ago
  98. 57d4bc6 cbfs: Add helper functions to look up size and type of a file by Julius Werner · 2 years, 8 months ago
  99. b25576f src/lib/prog_loaders: Add preload_ramstage by Raul E Rangel · 2 years, 8 months ago
  100. 571e7f0 lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload by Raul E Rangel · 2 years, 8 months ago