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
*
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
*
lib/prog_loaders: Store CBFS type in struct prog
Patrick Rudolph
2018-05-16
1
-0
/
+2
*
compiler.h: add __weak macro
Aaron Durbin
2018-04-24
1
-3
/
+4
*
src/lib: Remove unnecessary code
Lee Leahy
2017-03-13
1
-1
/
+0
*
romstage_handoff: add helper to determine resume status
Aaron Durbin
2016-12-01
1
-13
/
+12
*
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
Kyösti Mälkki
2016-11-09
1
-1
/
+13
*
lib/prog_loaders: use common ramstage_cache_invalid()
Aaron Durbin
2016-10-31
1
-1
/
+10
*
arm64: Use 'payload' format for ATF instead of 'stage'
Simon Glass
2016-10-06
1
-1
/
+1
*
region: Add writeat and eraseat support
Antonello Dettori
2016-06-24
1
-1
/
+2
*
lib/prog_loaders: Allow platforms to skip stage cache
Furquan Shaikh
2016-05-09
1
-2
/
+7
*
lib/prog_loaders.c: remove arch/stages.h include
Aaron Durbin
2016-02-11
1
-1
/
+0
*
lib: remove assets infrastructure
Aaron Durbin
2015-12-10
1
-3
/
+3
*
cbfs/vboot: remove firmware component support
Aaron Durbin
2015-12-10
1
-0
/
+14
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
coreboot: move TS_END_ROMSTAGE to one spot
Aaron Durbin
2015-09-24
1
-0
/
+2
*
stage_cache: make prog const in stage_cache_add()
Aaron Durbin
2015-08-14
1
-1
/
+2
*
prog_loader: Play nice with gc-sections
Stefan Reinauer
2015-06-26
1
-0
/
+4
*
assets: abstract away the firmware assets used for booting
Aaron Durbin
2015-06-02
1
-84
/
+6
*
prog_loading: add region_device representing memory
Aaron Durbin
2015-06-02
1
-0
/
+3
*
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
1
-0
/
+247