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