summaryrefslogtreecommitdiffstats
path: root/src/lib/prog_loaders.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-0/+8
* vboot: Fix S3 resume with stage_cacheKyösti Mälkki2023-07-101-2/+2
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-5/+5
* lib/prog_loaders.c: Clean up includesElyes Haouas2022-10-061-2/+1
* lib/program_loaders.c: Mark run_ramstage with __noreturnArthur Heymans2022-07-141-1/+1
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-1/+1
* timestamp: Replace TS_ROMSTAGE_END conditionalKyösti Mälkki2022-04-261-3/+2
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-2/+0
* prog_loader: Change legacy_romstage_select_and_load() to return cb_errJulius Werner2022-03-091-1/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-6/+6
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+2
* src/lib/prog_loaders: Add preload_ramstageRaul E Rangel2021-11-161-0/+8
* lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preloadRaul E Rangel2021-11-161-44/+9
* lib/prog_loaders: Add payload_preloadRaul E Rangel2021-07-191-6/+52
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-211-4/+0
* prog_loaders: Remove prog_locate()Julius Werner2021-03-171-17/+0
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-171-5/+10
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-10/+5
* stage_cache: Add resume_from_stage_cache()Kyösti Mälkki2021-01-291-5/+1
* 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