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