summaryrefslogtreecommitdiffstats
path: root/src/include/program_loading.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* payload loading: remove passing of struct payloadAaron Durbin2015-03-311-6/+3
* loading: move ramstage cache function declarationsAaron Durbin2015-03-311-0/+36
* cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu2015-03-271-0/+7
* loaders: add run_romstage() function to bootblockAaron Durbin2015-03-201-0/+6
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-0/+87