1. 377157c device_tree: Add function to get top of memory from a FDT blob by Alper Nebi Yasak · 5 months ago
  2. 6466354 lib/device_tree.c: Fix wrong check for FDT validity by Maximilian Brune · 6 weeks ago
  3. 08375b5 tree: Remove unused <string.h> by Elyes Haouas · 7 weeks ago
  4. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 7 weeks ago
  5. 33079b8 lib/device_tree: Add some FDT helper functions by Maximilian Brune · 4 months ago
  6. dc3a6f8 tree: Drop duplicated <device/pci_{def,type}.h> by Elyes Haouas · 3 months ago
  7. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 3 months ago
  8. fd9f697 tree: Drop unused <stdlib.h> by Elyes Haouas · 3 months ago
  9. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 4 months ago
  10. e6940c0 lib/thread.c: Move 'asmlinkage' before type 'void' by Elyes Haouas · 4 months ago
  11. 8406fb4 lib/program.ld: Account for large code model sections by Arthur Heymans · 3 months ago
  12. 9c4d85d lib: Refactor bmp_load_logo() implementation by Subrata Banik · 3 months ago
  13. e689367 lib/spd_bin: Add LPDDR5X dram_type in use_ddr4_params by Ashish Kumar Mishra · 4 months ago
  14. b3e336c treewide: Move stdlib.h to commonlib by Maximilian Brune · 10 months ago
  15. 67166a7 lib/program.ld: Make (NOLOAD) and to_load more explicit by Arthur Heymans · 5 months ago
  16. 8e36539 riscv/mb/qemu: fix DRAM probing by Philipp Hug · 5 months ago
  17. 2fa8cab lib/ramdetect: Limit probe size to function argument by Arthur Heymans · 1 year, 9 months ago
  18. adf042f lib/rtc: Fix off-by-one error in February day count in leap year by Michał Żygowski · 5 months ago
  19. 7b7bddc Revert "lib: Explicitly declare heap as NOLOAD" by Subrata Banik · 5 months ago
  20. 99bf23c lib: Explicitly declare heap as NOLOAD by Arthur Heymans · 5 months ago
  21. 7fbef1b lib: Remove heap from rmodules by Arthur Heymans · 5 months ago
  22. a99b580 treewide: Move list.h to commonlib by Maximilian Brune · 10 months ago
  23. 7552eb2 lib/lzmadecode: Allow for 8 byte reads on 64bit by Arthur Heymans · 1 year, 8 months ago
  24. 4222b2c lib/hardwaremain: align '\' in multi-line macro by Felix Held · 5 months ago
  25. 5bdac84 ec, lib, security, sb: Add SPDX license headers to Kconfig files by Martin Roth · 5 months ago
  26. de37109 lib: Move IP checksum to commonlib by Julius Werner · 6 months ago
  27. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  28. c59426f malloc/memalign: Return NULL if the request is too large by Patrick Georgi · 6 months ago
  29. 48169e8 lib/smbios: Add 32 bit entry point if below 4G by Maximilian Brune · 12 months ago
  30. f845adc lib,console,sbom: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  31. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  32. d7612e9 tree: Use accessor functions for struct region fields by Nico Huber · 6 months ago
  33. 47f5a08 lib/fw_config: Remove redundant stdbool and stdint by Elyes Haouas · 6 months ago
  34. 363ac8b lib/smbios: rename segment group parameter of smbios_write_type41 by Felix Held · 6 months ago
  35. d459403 lib/smbios: add segment_group parameter to smbios_write_type9 by Felix Held · 6 months ago
  36. fddf916 vc/google: Show different logos for different ChromeOS devices by Shelley Chen · 6 months ago
  37. ed0647a src/lib: Add memory/time saving special case for ramstage caching by Patrick Georgi · 7 months ago
  38. 933d2b0 lib: ramdetect: Add Kconfig PROBE_RAM by Naresh Solanki · 7 months ago
  39. 1d029b4 lib/jpeg: Replace decoder with Wuffs' implementation by Patrick Georgi · 9 months ago
  40. 3e25f85 drivers/ipmi to lib: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  41. 77eaec6 lib/device_tree.c: Fix print_property by Maximilian Brune · 10 months ago
  42. 7f7ebb7 lib: Update locales for non-VBOOT platforms by Subrata Banik · 8 months ago
  43. c827c9b fmap: Map less space in fallback path without CBFS verification by Julius Werner · 8 months ago
  44. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 2 months ago
  45. c7120e3 Kconfig.cbfs_verification: Update TOCTOU_SAFETY combination with VBOOT by Julius Werner · 8 months ago
  46. ca71588 fmap: Eliminate some impossible code paths by Julius Werner · 8 months ago
  47. 682cb3b fmap: Die immediately on verification failure by Julius Werner · 9 months ago
  48. 5bc5b1d fmap: Map full FMAP for verification in fallback path by Julius Werner · 8 months ago
  49. 91e6117 drivers/net/ne2k: Make it work for bootblock by Arthur Heymans · 8 months ago
  50. b7cbb7c cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEM by Arthur Heymans · 11 months ago
  51. 226f51c x86: Add ramstage CBFS cache scratchpad support by Jeremy Compostella · 9 months ago
  52. 1c3b6b3 cbfs: Remove x86 .data section limitation comment by Jeremy Compostella · 10 months ago
  53. f65ae74 clean-up: Remove the no more necessary `ENV_HAS_DATA_SECTION` flag by Jeremy Compostella · 10 months ago
  54. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 11 months ago
  55. b2893e2 memrange: Honor `limit` in the last step of top-down stealing by Nico Huber · 1 year ago
  56. 40c645b lib/gcov-io.h: Use C99 flexible arrays by Elyes Haouas · 12 months ago
  57. 7465c16e lib/cbmem_console.c: Use C99 flexible arrays by Elyes Haouas · 12 months ago
  58. f4e3f15 lib: Introduce new parsing rules for ux_locales.c by Hsuan Ting Chen · 1 year ago
  59. 99eee16 Center bootsplash on bigger framebuffers by Nico Huber · 1 year ago
  60. 6739a6a vboot: Fix S3 resume with stage_cache by Kyösti Mälkki · 1 year ago
  61. 8f4b015 lib: Adjust the log levels in ux_locales.c by Hsuan Ting Chen · 1 year ago
  62. 634c7a4 lib/smbios: Add a config string for BIOS Vendor in SMBIOS Type 0 by Hao Wang · 2 years, 1 month ago
  63. 87a9d8f Makefile.inc: don't add fmap_config.h dependency twice by Felix Held · 1 year, 1 month ago
  64. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  65. ea13dc3 arch/x86,lib: Migrate SMBIOS implementation to common code by Benjamin Doron · 1 year, 1 month ago
  66. 6e303aa cbfs: Allow controlling decompression of unverified files by Julius Werner · 1 year, 2 months ago
  67. f6ae1a9 lib/fw_config: Make fw_config_is_provisioned() always available by Jakub Czapiga · 1 year, 1 month ago
  68. 3c2cdb6 lib: Support localized text of memory_training_desc in ux_locales.c by Hsuan Ting Chen · 1 year, 2 months ago
  69. 83a3b34 lib/dimm_info_util.c: Add newlines to log messages by Fred Reitberger · 1 year, 1 month ago
  70. 050b911 lib/ubsan.c: Restore Jonas' copyright by Martin Roth · 1 year, 2 months ago
  71. b3485f3 lib: Perform display init in normal boot mode if BMP_LOGO is set by Subrata Banik · 1 year, 2 months ago
  72. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 7 months ago
  73. a9dd3c3 lib/version: Move board identification strings by Kyösti Mälkki · 1 year, 7 months ago
  74. 88c94fe Drop unused include <version.h> by Kyösti Mälkki · 1 year, 7 months ago
  75. e111de0 lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED by Jonathan Zhang · 3 years, 3 months ago
  76. e784c1e lib/gnat: Remove Compiler_Unit_Warning pragmas by Elyes Haouas · 1 year, 10 months ago
  77. 39efcd1 tree: Use __func__ instead of hard-coded names by Elyes Haouas · 1 year, 6 months ago
  78. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  79. 03511b4 src/lib: Include LZMA in romstage for FSP-M by Martin Roth · 1 year, 6 months ago
  80. 40729a5 Kconfig: Add option to compress ramstage with LZ4 by Martin Roth · 1 year, 6 months ago
  81. 9a9b277 coreboot_tables: Make existing alignment conventions more explicit by Julius Werner · 1 year, 8 months ago
  82. d732628 lib/device_tree.c: Change log level message by Elyes Haouas · 1 year, 7 months ago
  83. ca342e1 lib/nhlt, soc/intel/skl: Update NHLT to program feedback config by Matt DeVillier · 1 year, 7 months ago
  84. 50139d0 lib: Hook up libhwbase in romstage by Jeremy Compostella · 1 year, 8 months ago
  85. fa83887 Add option to use Ada code in romstage by Jeremy Compostella · 1 year, 8 months ago
  86. 5b89bf4 lib: Introduce fw_config_get_field by Eric Lai · 1 year, 7 months ago
  87. 793403c lib/ramtest.c: Use {read,write}32p() by Elyes Haouas · 1 year, 7 months ago
  88. 8b8ada6 /: Remove extra space after comma by Elyes Haouas · 1 year, 8 months ago
  89. b1bcd5b lib/malloc.c: Fix log messages by Elyes Haouas · 1 year, 8 months ago
  90. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  91. 60293e9 lib/ramtest.c: Update ram failure post code by Martin Roth · 1 year, 8 months ago
  92. 967a76b vboot: Add VBOOT_CBFS_INTEGRATION support by Jakub Czapiga · 1 year, 11 months ago
  93. ca971d1 lib: Add LPDDR5x DRAM type by Subrata Banik · 1 year, 8 months ago
  94. 8c740b0 lib/coreboot_table: Rename lb_fill_pcie by Arthur Heymans · 1 year, 8 months ago
  95. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  96. c672a72 cbfs_verification: Remove dependency on VBOOT_STARTS_BEFORE_BOOTBLOCK by Karthikeyan Ramasubramanian · 1 year, 11 months ago
  97. f19e461 lib/metadata_hash: Include metadata_hash in verstage by Karthikeyan Ramasubramanian · 1 year, 10 months ago
  98. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  99. 9efb0c0 arch/x86: Only use .bss from car.ld when running XIP by Arthur Heymans · 3 years, 8 months ago
  100. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 9 months ago