summaryrefslogtreecommitdiffstats
path: root/src/lib/prog_loaders.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for ram payloadsrampayloadRonald G. Minnich2018-09-011-6/+32
* stage_cache: Disable when APCI S3 is not possibleKyösti Mälkki2018-06-271-1/+2
* lib: Add FIT payload supportPatrick Rudolph2018-06-191-1/+14
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-3/+2
* lib/prog_loaders: Store CBFS type in struct progPatrick Rudolph2018-05-161-0/+2
* compiler.h: add __weak macroAaron Durbin2018-04-241-3/+4
* src/lib: Remove unnecessary codeLee Leahy2017-03-131-1/+0
* romstage_handoff: add helper to determine resume statusAaron Durbin2016-12-011-13/+12
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-091-1/+13
* lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin2016-10-311-1/+10
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-061-1/+1
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-1/+2
* lib/prog_loaders: Allow platforms to skip stage cacheFurquan Shaikh2016-05-091-2/+7
* lib/prog_loaders.c: remove arch/stages.h includeAaron Durbin2016-02-111-1/+0
* lib: remove assets infrastructureAaron Durbin2015-12-101-3/+3
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-0/+14
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreboot: move TS_END_ROMSTAGE to one spotAaron Durbin2015-09-241-0/+2
* stage_cache: make prog const in stage_cache_add()Aaron Durbin2015-08-141-1/+2
* prog_loader: Play nice with gc-sectionsStefan Reinauer2015-06-261-0/+4
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-84/+6
* prog_loading: add region_device representing memoryAaron Durbin2015-06-021-0/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-021-0/+247