summaryrefslogtreecommitdiffstats
path: root/src/lib/prog_loaders.c
Commit message (Expand)AuthorAgeFilesLines
* prog_loaders: Fix ramstage loading on x86Nico Huber2020-07-061-4/+7
* arch/x86: Remove RELOCATABLE_RAMSTAGEKyösti Mälkki2020-07-061-4/+3
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-3/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADINGJulius Werner2020-03-111-6/+0
* bootblock: Support normal/fallback mechanism againKyösti Mälkki2019-12-271-2/+7
* arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHEKyösti Mälkki2019-12-191-9/+3
* cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin2019-11-151-2/+0
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-111-0/+4
* security/vboot: Removed vboot_prepare from vboot_locatorWim Vervoorn2019-11-051-0/+5
* 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/+6
* ACPI S3: Depend on RELOCATABLE_RAMSTAGEKyösti Mälkki2019-08-221-13/+1
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-1/+1
* stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik2019-06-131-7/+1
* post_code: add post code for failure to load next stageKeith Short2019-05-221-4/+6
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-8/+8
* prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik2019-03-071-1/+3
* arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik2019-03-071-0/+3
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-2/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* selfboot: create selfboot_check function, remove check paramRonald G. Minnich2018-10-251-1/+1
* reset: Provide new single-function reset APINico Huber2018-10-221-2/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* 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