1. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  2. d8cd835 lib/prog_loaders.c: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  3. 84b2f9f lib/program_loaders.c: Mark run_ramstage with __noreturn by Arthur Heymans · 2 years ago
  4. 0057262 cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD by Julius Werner · 2 years, 1 month ago
  5. f4b8538 timestamp: Replace TS_ROMSTAGE_END conditional by Kyösti Mälkki · 2 years, 3 months ago
  6. 93a195c lib: Remove unused <stdlib.h> and use <types.h> when appropriate by Elyes HAOUAS · 2 years, 6 months ago
  7. 797a110 prog_loader: Change legacy_romstage_select_and_load() to return cb_err by Julius Werner · 2 years, 4 months ago
  8. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  9. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 4 months ago
  10. b25576f src/lib/prog_loaders: Add preload_ramstage by Raul E Rangel · 2 years, 8 months ago
  11. 571e7f0 lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload by Raul E Rangel · 2 years, 8 months ago
  12. 67798cf lib/prog_loaders: Add payload_preload by Raul E Rangel · 3 years ago
  13. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  14. 5358467 prog_loaders: Remove prog_locate() by Julius Werner · 3 years, 6 months ago
  15. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 6 months ago
  16. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 7 months ago
  17. e0165fb stage_cache: Add resume_from_stage_cache() by Kyösti Mälkki · 3 years, 6 months ago
  18. 06b68d1 prog_loaders: Fix ramstage loading on x86 by Nico Huber · 4 years ago
  19. 18a8ba4 arch/x86: Remove RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 4 years ago
  20. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 1 month ago
  21. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  22. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  23. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  24. 8355aa4 prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING by Julius Werner · 4 years, 4 months ago
  25. b8d575c bootblock: Support normal/fallback mechanism again by Kyösti Mälkki · 4 years, 7 months ago
  26. 4f14cd8 arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE by Kyösti Mälkki · 4 years, 7 months ago
  27. b75f504 cbfs: remove prepare() callback from struct cbfs_locator by Aaron Durbin · 4 years, 8 months ago
  28. 45ddb43 console,boot_state: Exclude printk() from reported times by Kyösti Mälkki · 4 years, 8 months ago
  29. 1058dd8 security/vboot: Removed vboot_prepare from vboot_locator by Wim Vervoorn · 4 years, 8 months ago
  30. 5331a7c Program loading: Handoff cbmem_top via calling arguments by Arthur Heymans · 4 years, 9 months ago
  31. fc58034 lib/prog_loaders.c: Add prog_locate_hook() by Frans Hendriks · 5 years ago
  32. 7cd2c07 ACPI S3: Depend on RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 6 years ago
  33. 42c44c2 Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER by Subrata Banik · 5 years ago
  34. 90f750b stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable by Subrata Banik · 5 years ago
  35. 7006458 post_code: add post code for failure to load next stage by Keith Short · 5 years ago
  36. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  37. 2847e1e prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if exist by Subrata Banik · 5 years ago
  38. 4f42eea arch/x86/postcar: Add separate timestamp for postcar stage by Subrata Banik · 5 years ago
  39. 0553226 selfload: check target memory type in selfload_check by Ting Shen · 5 years ago
  40. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  41. 513a1a8 arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  42. ead574e src: Get rid of duplicated includes by Elyes HAOUAS · 6 years ago
  43. c308554 selfboot: create selfboot_check function, remove check param by Ronald G. Minnich · 6 years ago
  44. 4f32b64 reset: Provide new single-function reset API by Nico Huber · 6 years ago
  45. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  46. a8c0cb3 stage_cache: Disable when APCI S3 is not possible by Kyösti Mälkki · 6 years ago
  47. a892cde lib: Add FIT payload support by Patrick Rudolph · 6 years ago
  48. 59b8f27 lib/prog_loaders: Move argument selection into selfload by Patrick Rudolph · 6 years ago
  49. 71327fb lib/prog_loaders: Store CBFS type in struct prog by Patrick Rudolph · 6 years ago
  50. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  51. 3e1cab4 src/lib: Remove unnecessary code by Lee Leahy · 7 years ago
  52. 6c191d8 romstage_handoff: add helper to determine resume status by Aaron Durbin · 8 years ago
  53. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  54. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  55. 7ae73fc arm64: Use 'payload' format for ATF instead of 'stage' by Simon Glass · 8 years ago
  56. e5f48d2 region: Add writeat and eraseat support by Antonello Dettori · 8 years ago
  57. 1e162bf lib/prog_loaders: Allow platforms to skip stage cache by Furquan Shaikh · 8 years ago
  58. ae4b854 lib/prog_loaders.c: remove arch/stages.h include by Aaron Durbin · 8 years ago
  59. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  60. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  61. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  62. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  63. 54546c9 stage_cache: make prog const in stage_cache_add() by Aaron Durbin · 9 years ago
  64. eec2db4 prog_loader: Play nice with gc-sections by Stefan Reinauer · 9 years ago
  65. ac12c66c assets: abstract away the firmware assets used for booting by Aaron Durbin · 9 years ago
  66. 6a452ef prog_loading: add region_device representing memory by Aaron Durbin · 9 years ago
  67. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago