1. 36e6c6f fw_config: Add firmware configuration interface by Duncan Laurie · 4 years, 3 months ago
  2. ebddada src: Remove unused 'include <bootstate.h>' by Elyes HAOUAS · 4 years, 3 months ago
  3. 11217de fit: Swap compat matching priorities for board-revX and board-skuY by Julius Werner · 4 years, 3 months ago
  4. ecbfa99 drivers/intel/fsp2_0: add option to compress FSP-M in cbfs by Aaron Durbin · 4 years, 3 months ago
  5. a85febc drivers/intel/fsp2_0: add option to compress FSP-S in cbfs by Aaron Durbin · 4 years, 3 months ago
  6. 84f394e lib/cbfs: add cbfs_stage_load_and_decompress helper by Aaron Durbin · 4 years, 3 months ago
  7. 7a6f27c lib: Add strtok() and strtok_r() by harshit · 4 years, 3 months ago
  8. df771c1 arch/x86: Remove more romcc leftovers by Kyösti Mälkki · 4 years, 8 months ago
  9. a121f95 lib/cbfs: refactor code culling compression checks by Aaron Durbin · 4 years, 3 months ago
  10. fcbbb91 Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION by Kyösti Mälkki · 4 years, 4 months ago
  11. 19c2ce7 Remove new additions of "this file is part of" lines by Elyes HAOUAS · 4 years, 3 months ago
  12. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  13. 92ba06f lib/spd_cache: add spd_cache common code by Jamie Chen · 4 years, 4 months ago
  14. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  15. 69d5bbf espi_debug: Use switch case instead of if-else by Furquan Shaikh · 4 years, 3 months ago
  16. 5181ac1 Remove new additions of "this file is part of" lines by Furquan Shaikh · 4 years, 3 months ago
  17. 5cc41f2 espi: Add support for debug helper to print slave capabilities by Furquan Shaikh · 4 years, 3 months ago
  18. 593124d treewide: Convert more license headers to SPDX style by Patrick Georgi · 4 years, 3 months ago
  19. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 3 months ago
  20. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  21. fbf3a47 src: Replace remaining GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  22. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  23. f8f5650 memrange: Break early from memranges_find_entry if limit is crossed by Furquan Shaikh · 4 years, 3 months ago
  24. 081c4d5 lib/rtc.c: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  25. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  26. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 4 months ago
  27. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  28. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  29. 21a4053 rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE by Julius Werner · 4 years, 4 months ago
  30. ce39ba9 drivers/pc80/rtc: Reorganize prototypes by Kyösti Mälkki · 4 years, 8 months ago
  31. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  32. bad08c2 security/tpm: Include mrc.bin in CRTM if present by Bill XIE · 4 years, 6 months ago
  33. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  34. 1908340 memranges: Change align attribute to be log2 of required alignment by Furquan Shaikh · 4 years, 5 months ago
  35. a616a4b src/device: Add option to look at revision in option roms by Martin Roth · 4 years, 7 months ago
  36. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  37. 9c6274c memrange: Add support for stealing required memory from given ranges by Furquan Shaikh · 4 years, 5 months ago
  38. 1429092 memrange: Enable memranges to support different alignments by Furquan Shaikh · 4 years, 5 months ago
  39. 599bc60 lib/spd_bin: Add spaces around operator by Paul Menzel · 4 years, 5 months ago
  40. 4d5fd77 lib/spd_bin: Cleanup spd_get_banks by Eric Lai · 4 years, 5 months ago
  41. cb1e386 lib/spd_bin: Add LPDDR4X SPD information and DDR5, LPDDR5 IDs by Eric Lai · 4 years, 5 months ago
  42. 8355aa4 prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING by Julius Werner · 4 years, 5 months ago
  43. 1645ecc cbfs: Remove unused functions by Julius Werner · 4 years, 6 months ago
  44. 8fb7cd4 lib/spd_bin: Correct LPDDR3 SPD information by Eric Lai · 4 years, 5 months ago
  45. 3d676f1 lib/spd_bin: Add "number" to log message by Eric Lai · 4 years, 6 months ago
  46. d0ee870 lib/spd_bin: Extend LPDDR4 SPD information by Eric Lai · 4 years, 6 months ago
  47. fd2d473 lib/spd_bin: Fix grammar mistake in a comment by Angel Pons · 4 years, 6 months ago
  48. 41de2a0 lib/lzma: Fix out-of-bounds read by Alex Rebert · 4 years, 6 months ago
  49. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  50. 1ced4e6 lib/edid: Zero struct only when used by Paul Menzel · 4 years, 6 months ago
  51. 433bf77 lib/edid.c: Remove trailing space from detailed mode output by Paul Menzel · 8 years ago
  52. 98eeb96 commonlib: Add commonlib/bsd by Julius Werner · 4 years, 8 months ago
  53. 36a0bb8 lib: Always read SPD sources as text file by Johanna Schander · 4 years, 7 months ago
  54. 815611e cbfs: Remove locator concept by Julius Werner · 4 years, 9 months ago
  55. b2680a1 drivers/pc80/rtc: Move sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  56. d548edd timestamps: Fix syncing, logging and comments by Kyösti Mälkki · 4 years, 7 months ago
  57. 8b93cb7 timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour by Kyösti Mälkki · 4 years, 7 months ago
  58. 7566467 lib/spd_bin,soc/intel/common: Move get_spd_smbus() by Kyösti Mälkki · 4 years, 8 months ago
  59. 0bc9f0b src/lib: Fix typos by Elyes HAOUAS · 4 years, 9 months ago
  60. 731e58e drivers/pc80/rtc: Remove stub for sanitize_cmos() by Kyösti Mälkki · 4 years, 8 months ago
  61. bb5b9fe drivers/pc80/rtc: Remove stub for cmos_post_init() by Kyösti Mälkki · 4 years, 8 months ago
  62. cc0b6f1 lib/crc_byte: Add CRC32 implementation by Patrick Rudolph · 4 years, 8 months ago
  63. 6af55e5 device/early_smbus: Drop unused function parameter by Kyösti Mälkki · 4 years, 8 months ago
  64. a347ea3 lib/malloc: Implement a simple free() only for last malloc() by Bora Guvendik · 4 years, 8 months ago
  65. bd3dd59 lib/: Drop generic_dump_spd by Kyösti Mälkki · 4 years, 8 months ago
  66. 94694a8 console,boot_state: Reformat state times output by Kyösti Mälkki · 4 years, 10 months ago
  67. b8d575c bootblock: Support normal/fallback mechanism again by Kyösti Mälkki · 4 years, 8 months ago
  68. 4200a52 src: Remove unused include <string.h> by Elyes HAOUAS · 4 years, 8 months ago
  69. 0e45b28 arch/x86: Drop romcc bootblock by Arthur Heymans · 4 years, 9 months ago
  70. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 8 months ago
  71. 4f14cd8 arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE by Kyösti Mälkki · 4 years, 8 months ago
  72. 8245bd2 fmap: Make FMAP_CACHE mandatory if it is configured in by Julius Werner · 4 years, 9 months ago
  73. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  74. b6161be lib/imd_cbmem: Rename imd_cbmem into imd, use directly by Patrick Georgi · 4 years, 9 months ago
  75. 596947c lib/imd_cbmem: Remove the indirections that hide imd_cbmem by Patrick Georgi · 4 years, 9 months ago
  76. 5e4c663 lib/imd_cbmem: Eliminate unnecessary NULL check by Patrick Georgi · 4 years, 9 months ago
  77. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 9 months ago
  78. a2962da security/vboot: Remove struct vboot_working_data by Yu-Ping Wu · 4 years, 9 months ago
  79. a8582c4 lib/cbmem_console: Rename cbmem_console_p to current_console by Patrick Georgi · 4 years, 9 months ago
  80. cd666d9 lib/imd_cbmem: Remove indirection through cbmem_get_imd() by Patrick Georgi · 4 years, 9 months ago
  81. c0a4e20 lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  82. 462a7dae lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  83. 7c2994b lib/*_stage_cache.c: drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  84. dba22d2 lib/fmap.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  85. f0664cf lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  86. 1a71163 lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  87. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  88. d980211 soc/intel/fsp_baytrail: Drop support by Arthur Heymans · 4 years, 9 months ago
  89. fe338e2 cbfs: switch to region_device for location APIs by Aaron Durbin · 4 years, 9 months ago
  90. ea54457 security/vboot: Remove buffer_size from struct vboot_working_data by Yu-Ping Wu · 4 years, 9 months ago
  91. 7fc9286 lib/fmap: Disable pre-RAM cache for FSP 1.0 by Julius Werner · 4 years, 9 months ago
  92. a214837 include: Make stdbool.h a separate file by Julius Werner · 4 years, 9 months ago
  93. b75f504 cbfs: remove prepare() callback from struct cbfs_locator by Aaron Durbin · 4 years, 9 months ago
  94. 9fc8cf8 security/vboot: Remove flags from struct vboot_working_data by Yu-Ping Wu · 4 years, 9 months ago
  95. 32e13c0 cbfs: Stop checking master header by Julius Werner · 4 years, 9 months ago
  96. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 10 months ago
  97. 6abbd5b cbfs: Make cbfs_master_header_props() externally available by Julius Werner · 4 years, 9 months ago
  98. 87c5280 lib/bootmem: Correct error message by Wim Vervoorn · 4 years, 9 months ago
  99. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 10 months ago
  100. b1ea53d region: add rdev_chain_full() by Aaron Durbin · 4 years, 9 months ago