1. 815611e cbfs: Remove locator concept by Julius Werner · 4 years, 7 months ago
  2. b2680a1 drivers/pc80/rtc: Move sanitize_cmos() by Kyösti Mälkki · 4 years, 6 months ago
  3. d548edd timestamps: Fix syncing, logging and comments by Kyösti Mälkki · 4 years, 6 months ago
  4. 8b93cb7 timestamps: Fix TIMESTAMPS_ON_CONSOLE behaviour by Kyösti Mälkki · 4 years, 6 months ago
  5. 7566467 lib/spd_bin,soc/intel/common: Move get_spd_smbus() by Kyösti Mälkki · 4 years, 7 months ago
  6. 0bc9f0b src/lib: Fix typos by Elyes HAOUAS · 4 years, 7 months ago
  7. 731e58e drivers/pc80/rtc: Remove stub for sanitize_cmos() by Kyösti Mälkki · 4 years, 6 months ago
  8. bb5b9fe drivers/pc80/rtc: Remove stub for cmos_post_init() by Kyösti Mälkki · 4 years, 6 months ago
  9. cc0b6f1 lib/crc_byte: Add CRC32 implementation by Patrick Rudolph · 4 years, 7 months ago
  10. 6af55e5 device/early_smbus: Drop unused function parameter by Kyösti Mälkki · 4 years, 7 months ago
  11. a347ea3 lib/malloc: Implement a simple free() only for last malloc() by Bora Guvendik · 4 years, 7 months ago
  12. bd3dd59 lib/: Drop generic_dump_spd by Kyösti Mälkki · 4 years, 7 months ago
  13. 94694a8 console,boot_state: Reformat state times output by Kyösti Mälkki · 4 years, 9 months ago
  14. b8d575c bootblock: Support normal/fallback mechanism again by Kyösti Mälkki · 4 years, 7 months ago
  15. 4200a52 src: Remove unused include <string.h> by Elyes HAOUAS · 4 years, 7 months ago
  16. 0e45b28 arch/x86: Drop romcc bootblock by Arthur Heymans · 4 years, 8 months ago
  17. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 7 months ago
  18. 4f14cd8 arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE by Kyösti Mälkki · 4 years, 7 months ago
  19. 8245bd2 fmap: Make FMAP_CACHE mandatory if it is configured in by Julius Werner · 4 years, 7 months ago
  20. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 7 months ago
  21. b6161be lib/imd_cbmem: Rename imd_cbmem into imd, use directly by Patrick Georgi · 4 years, 8 months ago
  22. 596947c lib/imd_cbmem: Remove the indirections that hide imd_cbmem by Patrick Georgi · 4 years, 8 months ago
  23. 5e4c663 lib/imd_cbmem: Eliminate unnecessary NULL check by Patrick Georgi · 4 years, 8 months ago
  24. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 8 months ago
  25. a2962da security/vboot: Remove struct vboot_working_data by Yu-Ping Wu · 4 years, 8 months ago
  26. a8582c4 lib/cbmem_console: Rename cbmem_console_p to current_console by Patrick Georgi · 4 years, 8 months ago
  27. cd666d9 lib/imd_cbmem: Remove indirection through cbmem_get_imd() by Patrick Georgi · 4 years, 8 months ago
  28. c0a4e20 lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  29. 462a7dae lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  30. 7c2994b lib/*_stage_cache.c: drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  31. dba22d2 lib/fmap.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  32. f0664cf lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  33. 1a71163 lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  34. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 8 months ago
  35. d980211 soc/intel/fsp_baytrail: Drop support by Arthur Heymans · 4 years, 8 months ago
  36. fe338e2 cbfs: switch to region_device for location APIs by Aaron Durbin · 4 years, 8 months ago
  37. ea54457 security/vboot: Remove buffer_size from struct vboot_working_data by Yu-Ping Wu · 4 years, 8 months ago
  38. 7fc9286 lib/fmap: Disable pre-RAM cache for FSP 1.0 by Julius Werner · 4 years, 8 months ago
  39. a214837 include: Make stdbool.h a separate file by Julius Werner · 4 years, 8 months ago
  40. b75f504 cbfs: remove prepare() callback from struct cbfs_locator by Aaron Durbin · 4 years, 8 months ago
  41. 9fc8cf8 security/vboot: Remove flags from struct vboot_working_data by Yu-Ping Wu · 4 years, 8 months ago
  42. 32e13c0 cbfs: Stop checking master header by Julius Werner · 4 years, 8 months ago
  43. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 8 months ago
  44. 6abbd5b cbfs: Make cbfs_master_header_props() externally available by Julius Werner · 4 years, 8 months ago
  45. 87c5280 lib/bootmem: Correct error message by Wim Vervoorn · 4 years, 8 months ago
  46. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 9 months ago
  47. b1ea53d region: add rdev_chain_full() by Aaron Durbin · 4 years, 8 months ago
  48. 1c54bc4 lib/cbmem: Remove the cbmem_top_init() hook by Arthur Heymans · 4 years, 9 months ago
  49. c4c5d85 lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG by Arthur Heymans · 4 years, 9 months ago
  50. 114e2e8 lib/cbfs: Add fallback to RO region to cbfs_boot_locate by Wim Vervoorn · 4 years, 8 months ago
  51. 4e39c82 lib: add calculate crc byte by byte by Xiang Wang · 4 years, 8 months ago
  52. 1058dd8 security/vboot: Removed vboot_prepare from vboot_locator by Wim Vervoorn · 4 years, 9 months ago
  53. fe3250d bootblock: Add TS_START_BOOTBLOCK and TS_END_BOOTBLOCK by Kyösti Mälkki · 4 years, 9 months ago
  54. 20994a7 cbfs: read header offset as explicitly LE by Marty E. Plummer · 4 years, 9 months ago
  55. 463ad51 boot_state: Reduce precision of reported times by Kyösti Mälkki · 4 years, 9 months ago
  56. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  57. 2e6a0f8 lib/uuid: Add UUID parsing function by Nico Huber · 4 years, 9 months ago
  58. 5331a7c Program loading: Handoff cbmem_top via calling arguments by Arthur Heymans · 4 years, 9 months ago
  59. 7c24de9 lib/cbfs: Don't load XIP stages from bootblock by Arthur Heymans · 4 years, 9 months ago
  60. fc58034 lib/prog_loaders.c: Add prog_locate_hook() by Frans Hendriks · 5 years ago
  61. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  62. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 9 months ago
  63. b33a2b0 fmap: Add get_fmap_flash_offset() by Furquan Shaikh · 4 years, 10 months ago
  64. 5ebe431 lib/bootsplash: Fix compilation by Patrick Rudolph · 4 years, 10 months ago
  65. 6d787c2 lib/fmap: Cache FMAP in cbmem by Patrick Rudolph · 4 years, 10 months ago
  66. c544a85 lib/coreboot_table: Show splashscreen in lb_table_init by Johanna Schander · 5 years ago
  67. e3acc8f src/: Replace some __PRE_RAM__ use by Kyösti Mälkki · 4 years, 10 months ago
  68. 2491d79 arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume() by Kyösti Mälkki · 4 years, 10 months ago
  69. 8b93689 timestamps: Remove TIMESTAMP_CACHE_IN_BSS by Kyösti Mälkki · 4 years, 10 months ago
  70. b6b13c9 timestamps: Further simplify timestamp_reinit() by Kyösti Mälkki · 4 years, 10 months ago
  71. 3c559e7 timestamps: Mostly remove struct timestamp_cache by Kyösti Mälkki · 4 years, 10 months ago
  72. 72e634f timestamps: Refactor CBMEM hook by Kyösti Mälkki · 4 years, 10 months ago
  73. 3dd23a5 timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE by Kyösti Mälkki · 5 years ago
  74. 6fdb223 arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 by Kyösti Mälkki · 5 years ago
  75. aa8d772 lib/spd_bin: Extend DDR4 spd information by Eric Lai · 4 years, 11 months ago
  76. a165c07 arch/x86: Simplify <arch/early_variables.h> by Kyösti Mälkki · 5 years ago
  77. 101ef0b lib/bootblock: Add simplified entry with basetime by Kyösti Mälkki · 5 years ago
  78. 117cf2b Split MAYBE_STATIC to _BSS and _NONZERO variants by Kyösti Mälkki · 5 years ago
  79. f2cc52b Move and rename ARCH_STAGE_HAS_xxx_SECTION rules by Kyösti Mälkki · 5 years ago
  80. 06993ee lib: ramdetect: Register exception handlers for ARMv8 by Asami Doi · 5 years ago
  81. 38a1286 lib: hardwaremain: Call exception_init() as soon as possible by Asami Doi · 5 years ago
  82. 7cd2c07 ACPI S3: Depend on RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 6 years ago
  83. 7fc006f lib/bootsplash: Log bootsplash dimensions and framebuffer dimensions by Johanna Schander · 5 years ago
  84. 6673e8e lib: edid: Move manufacturer name from private extra to public info by Hung-Te Lin · 5 years ago
  85. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  86. 3a32380 include, lib: Add <inttypes.h> printf macros by Jacob Garber · 5 years ago
  87. 5cf9ccc src: Include <stdint.h> instead of <inttypes.h> by Jacob Garber · 5 years ago
  88. 6b212d8 string: implement strspn, strcspn, atol by Yuji Sasaki · 5 years ago
  89. 0a4457f lib/stage_cache: Refactor Kconfig options by Kyösti Mälkki · 5 years ago
  90. 87f265b lib/edid: Add suport for display rotation by Nicolas Boichat · 5 years ago
  91. 02547c5 lib: Throw an error when ramdisk is present but initrd.size is 0 by Asami Doi · 5 years ago
  92. 4c3da70 lib/bootmem: Prepare for OpenSBI by Patrick Rudolph · 5 years ago
  93. 90cf4bb Revert "src/security/vboot: Add option to skip display init with vboot 2.0" by Christian Walter · 5 years ago
  94. bd4bcab lib: Rewrite qemu-armv7 ramdetect by Patrick Rudolph · 5 years ago
  95. 19d0438 lib: add string.c to verstage by Patrick Georgi · 5 years ago
  96. db7a3ae src/device/oprom: Fix bootsplash display code for optionroms by Johanna Schander · 5 years ago
  97. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  98. 65fe294 src/lib/hexdump: Use size_t for indices by Elyes HAOUAS · 5 years ago
  99. 4c33a3a src: Make implicit fall throughs explicit by Jacob Garber · 5 years ago
  100. 4444369 lib: Remove the BOOTBLOCK_CUSTOM compile guard by Asami Doi · 5 years ago