index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
prog_loaders.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to build romstage sources inside the bootblock
Arthur Heymans
2023-11-09
1
-0
/
+8
*
vboot: Fix S3 resume with stage_cache
Kyösti Mälkki
2023-07-10
1
-2
/
+2
*
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-06-23
1
-5
/
+5
*
lib/prog_loaders.c: Clean up includes
Elyes Haouas
2022-10-06
1
-2
/
+1
*
lib/program_loaders.c: Mark run_ramstage with __noreturn
Arthur Heymans
2022-07-14
1
-1
/
+1
*
cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD
Julius Werner
2022-06-01
1
-1
/
+1
*
timestamp: Replace TS_ROMSTAGE_END conditional
Kyösti Mälkki
2022-04-26
1
-3
/
+2
*
lib: Remove unused <stdlib.h> and use <types.h> when appropriate
Elyes HAOUAS
2022-04-24
1
-2
/
+0
*
prog_loader: Change legacy_romstage_select_and_load() to return cb_err
Julius Werner
2022-03-09
1
-1
/
+1
*
timestamps: Rename timestamps to make names more consistent
Jakub Czapiga
2022-03-08
1
-6
/
+6
*
Use the fallthrough statement in switch loops
Arthur Heymans
2022-02-16
1
-1
/
+2
*
src/lib/prog_loaders: Add preload_ramstage
Raul E Rangel
2021-11-16
1
-0
/
+8
*
lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload
Raul E Rangel
2021-11-16
1
-44
/
+9
*
lib/prog_loaders: Add payload_preload
Raul E Rangel
2021-07-19
1
-6
/
+52
*
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-21
1
-4
/
+0
*
prog_loaders: Remove prog_locate()
Julius Werner
2021-03-17
1
-17
/
+0
*
cbfs: Remove prog_locate() for payloads (SELF and FIT)
Julius Werner
2021-03-17
1
-5
/
+10
*
cbfs: Remove prog_locate() for stages and rmodules
Julius Werner
2021-03-16
1
-10
/
+5
*
stage_cache: Add resume_from_stage_cache()
Kyösti Mälkki
2021-01-29
1
-5
/
+1
*
prog_loaders: Fix ramstage loading on x86
Nico Huber
2020-07-06
1
-4
/
+7
*
arch/x86: Remove RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2020-07-06
1
-4
/
+3
*
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-17
1
-3
/
+2
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
src/lib: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
1
-13
/
+2
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
1
-2
/
+0
*
prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING
Julius Werner
2020-03-11
1
-6
/
+0
*
bootblock: Support normal/fallback mechanism again
Kyösti Mälkki
2019-12-27
1
-2
/
+7
*
arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE
Kyösti Mälkki
2019-12-19
1
-9
/
+3
*
cbfs: remove prepare() callback from struct cbfs_locator
Aaron Durbin
2019-11-15
1
-2
/
+0
*
console,boot_state: Exclude printk() from reported times
Kyösti Mälkki
2019-11-11
1
-0
/
+4
*
security/vboot: Removed vboot_prepare from vboot_locator
Wim Vervoorn
2019-11-05
1
-0
/
+5
*
Program loading: Handoff cbmem_top via calling arguments
Arthur Heymans
2019-10-30
1
-0
/
+5
*
lib/prog_loaders.c: Add prog_locate_hook()
Frans Hendriks
2019-10-28
1
-0
/
+6
*
ACPI S3: Depend on RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2019-08-22
1
-13
/
+1
*
Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER
Subrata Banik
2019-06-24
1
-1
/
+1
*
stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable
Subrata Banik
2019-06-13
1
-7
/
+1
*
post_code: add post code for failure to load next stage
Keith Short
2019-05-22
1
-4
/
+6
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-8
/
+8
*
prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if exist
Subrata Banik
2019-03-07
1
-1
/
+3
*
arch/x86/postcar: Add separate timestamp for postcar stage
Subrata Banik
2019-03-07
1
-0
/
+3
*
selfload: check target memory type in selfload_check
Ting Shen
2019-01-30
1
-1
/
+1
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
1
-1
/
+0
*
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-22
1
-2
/
+1
*
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
selfboot: create selfboot_check function, remove check param
Ronald G. Minnich
2018-10-25
1
-1
/
+1
*
reset: Provide new single-function reset API
Nico Huber
2018-10-22
1
-2
/
+1
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
1
-1
/
+0
*
stage_cache: Disable when APCI S3 is not possible
Kyösti Mälkki
2018-06-27
1
-1
/
+2
*
lib: Add FIT payload support
Patrick Rudolph
2018-06-19
1
-1
/
+14
*
lib/prog_loaders: Move argument selection into selfload
Patrick Rudolph
2018-06-19
1
-3
/
+2
[next]