summaryrefslogtreecommitdiffstats
path: root/src/include/program_loading.h
Commit message (Expand)AuthorAgeFilesLines
* lib/program_loaders.c: Mark run_ramstage with __noreturnArthur Heymans2022-07-141-1/+1
* prog_loader: Change legacy_romstage_select_and_load() to return cb_errJulius Werner2022-03-091-3/+2
* src/lib/prog_loaders: Add preload_ramstageRaul E Rangel2021-11-161-0/+7
* lib/prog_loaders: Add payload_preloadRaul E Rangel2021-07-191-0/+7
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-211-5/+1
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-171-21/+13
* prog_loaders: Remove prog_locate()Julius Werner2021-03-171-19/+4
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-171-2/+9
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-1/+1
* ACPI: Clean up some S3 related leftoversKyösti Mälkki2020-06-181-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADINGJulius Werner2020-03-111-3/+0
* bootblock: Support normal/fallback mechanism againKyösti Mälkki2019-12-271-0/+3
* Program loading: Handoff cbmem_top via calling argumentsArthur Heymans2019-10-301-0/+5
* lib/prog_loaders.c: Add prog_locate_hook()Frans Hendriks2019-10-281-0/+7
* lib/bootmem: Prepare for OpenSBIPatrick Rudolph2019-07-311-0/+1
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-071-4/+0
* lib/romstage_stack.c: Remove unused functionsArthur Heymans2019-07-041-2/+0
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-1/+2
* include/program_loading: Add POSTCAR prog typePhilipp Deppenwiese2018-11-091-0/+1
* selfboot: create selfboot_check function, remove check paramRonald G. Minnich2018-10-251-4/+7
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-3/+0
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-2/+2
* selfboot: Move x86 quirk under archKyösti Mälkki2018-06-111-0/+2
* Introduce bootblock self-decompressionJulius Werner2018-05-221-0/+1
* Revert "program_loading: make types a mask, make unknown type a non-zero"Julius Werner2018-05-221-15/+8
* lib/prog_loaders: Store CBFS type in struct progPatrick Rudolph2018-05-161-0/+6
* program_loading: make types a mask, make unknown type a non-zeroRonald G. Minnich2018-05-141-8/+15
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-091-0/+4
* lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin2016-10-311-3/+0
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-061-2/+8
* intel post-car: Consolidate choose_top_of_stack()Kyösti Mälkki2016-07-101-0/+6
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-2/+9
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+3
* lib: remove assets infrastructureAaron Durbin2015-12-101-13/+27
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-4/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-21/+34
* prog_loading: add region_device representing memoryAaron Durbin2015-06-021-16/+18
* cbfs: new API and better program loadingAaron Durbin2015-06-021-7/+15
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* vboot: inject vboot loader for stage loadingAaron Durbin2015-05-111-0/+1
* program loading: add optional is_loader_active() callbackAaron Durbin2015-04-301-0/+3
* coreboot: common stage cacheAaron Durbin2015-04-221-12/+2
* program loading: unify on struct progAaron Durbin2015-04-031-32/+15
* program loading: add prog_run() functionAaron Durbin2015-04-031-1/+11
* program loading: introduce struct progAaron Durbin2015-04-031-47/+72
* program loading: provide one cache maintenance callbackAaron Durbin2015-03-311-4/+8