1. 84b2f9f lib/program_loaders.c: Mark run_ramstage with __noreturn by Arthur Heymans · 2 years, 2 months ago
  2. 797a110 prog_loader: Change legacy_romstage_select_and_load() to return cb_err by Julius Werner · 2 years, 5 months ago
  3. b25576f src/lib/prog_loaders: Add preload_ramstage by Raul E Rangel · 2 years, 9 months ago
  4. 67798cf lib/prog_loaders: Add payload_preload by Raul E Rangel · 3 years, 1 month ago
  5. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  6. 2e97394 program_loading: Replace prog_rdev() with raw start pointer and size by Julius Werner · 4 years ago
  7. 5358467 prog_loaders: Remove prog_locate() by Julius Werner · 3 years, 7 months ago
  8. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  9. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  10. c5853e9 ACPI: Clean up some S3 related leftovers by Kyösti Mälkki · 4 years, 2 months ago
  11. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  12. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  13. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  14. 8355aa4 prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING by Julius Werner · 4 years, 5 months ago
  15. b8d575c bootblock: Support normal/fallback mechanism again by Kyösti Mälkki · 4 years, 8 months ago
  16. 5331a7c Program loading: Handoff cbmem_top via calling arguments by Arthur Heymans · 4 years, 10 months ago
  17. fc58034 lib/prog_loaders.c: Add prog_locate_hook() by Frans Hendriks · 5 years ago
  18. 4c3da70 lib/bootmem: Prepare for OpenSBI by Patrick Rudolph · 5 years ago
  19. 78561f48 lib/romstage_stack.c: Remove file by Kyösti Mälkki · 5 years ago
  20. 70b421f lib/romstage_stack.c: Remove unused functions by Arthur Heymans · 5 years ago
  21. 0553226 selfload: check target memory type in selfload_check by Ting Shen · 6 years ago
  22. 01797b1 include/program_loading: Add POSTCAR prog type by Philipp Deppenwiese · 6 years ago
  23. c308554 selfboot: create selfboot_check function, remove check param by Ronald G. Minnich · 6 years ago
  24. 83bd46e selfboot: remove bounce buffers by Ronald G. Minnich · 6 years ago
  25. 59b8f27 lib/prog_loaders: Move argument selection into selfload by Patrick Rudolph · 6 years ago
  26. a48433d selfboot: Move x86 quirk under arch by Kyösti Mälkki · 6 years ago
  27. 99f4683 Introduce bootblock self-decompression by Julius Werner · 6 years ago
  28. 55b3081 Revert "program_loading: make types a mask, make unknown type a non-zero" by Julius Werner · 6 years ago
  29. 71327fb lib/prog_loaders: Store CBFS type in struct prog by Patrick Rudolph · 6 years ago
  30. f3d99b6 program_loading: make types a mask, make unknown type a non-zero by Ronald G. Minnich · 6 years ago
  31. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  32. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  33. 7ae73fc arm64: Use 'payload' format for ATF instead of 'stage' by Simon Glass · 8 years ago
  34. e5c00a5 intel post-car: Consolidate choose_top_of_stack() by Kyösti Mälkki · 8 years ago
  35. 096f457 lib/prog_loading: introduce prog_segment_loaded() by Aaron Durbin · 8 years ago
  36. f0d39c4 die() when attempting to use bounce buffer on non-i386. by Vladimir Serbinenko · 8 years ago
  37. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  38. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  39. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  40. ac12c66c assets: abstract away the firmware assets used for booting by Aaron Durbin · 9 years ago
  41. 6a452ef prog_loading: add region_device representing memory by Aaron Durbin · 9 years ago
  42. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  43. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  44. 17200ad vboot: inject vboot loader for stage loading by Aaron Durbin · 9 years ago
  45. 5e8286b program loading: add optional is_loader_active() callback by Aaron Durbin · 9 years ago
  46. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  47. ce9efe0 program loading: unify on struct prog by Aaron Durbin · 9 years ago
  48. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  49. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  50. 6e76fff program loading: provide one cache maintenance callback by Aaron Durbin · 9 years ago
  51. ebf2ed4 payload loading: remove passing of struct payload by Aaron Durbin · 9 years ago
  52. fcfdff8 loading: move ramstage cache function declarations by Aaron Durbin · 9 years ago
  53. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 10 years ago
  54. d1b0e87 loaders: add run_romstage() function to bootblock by Aaron Durbin · 9 years ago
  55. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago[Renamed (77%) from src/include/payload_loader.h]
  56. c34713d x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option by Aaron Durbin · 10 years ago
  57. ceebc05 selfboot: use bootmem infrastructure by Aaron Durbin · 10 years ago
  58. 7d1996c coreboot: introduce arch_payload_run() by Aaron Durbin · 10 years ago
  59. e58a24b selfboot: store bounce buffer in struct payload by Aaron Durbin · 10 years ago
  60. 6086e63 coreboot: use struct payload for selfload() by Aaron Durbin · 10 years ago
  61. bdf913a coreboot: unify infrastructure for loading payloads by Aaron Durbin · 10 years ago