Age | Commit message (Expand) | Author |
2022-07-14 | lib/program_loaders.c: Mark run_ramstage with __noreturn | Arthur Heymans |
2022-03-09 | prog_loader: Change legacy_romstage_select_and_load() to return cb_err | Julius Werner |
2021-11-16 | src/lib/prog_loaders: Add preload_ramstage | Raul E Rangel |
2021-07-19 | lib/prog_loaders: Add payload_preload | Raul E Rangel |
2021-04-21 | commonlib/region: Turn addrspace_32bit into a more official API | Julius Werner |
2021-03-17 | program_loading: Replace prog_rdev() with raw start pointer and size | Julius Werner |
2021-03-17 | prog_loaders: Remove prog_locate() | Julius Werner |
2021-03-17 | cbfs: Remove prog_locate() for payloads (SELF and FIT) | Julius Werner |
2021-03-16 | cbfs: Remove prog_locate() for stages and rmodules | Julius Werner |
2020-06-18 | ACPI: Clean up some S3 related leftovers | Kyösti Mälkki |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-11 | prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING | Julius Werner |
2019-12-27 | bootblock: Support normal/fallback mechanism again | Kyösti Mälkki |
2019-10-30 | Program loading: Handoff cbmem_top via calling arguments | Arthur Heymans |
2019-10-28 | lib/prog_loaders.c: Add prog_locate_hook() | Frans Hendriks |
2019-07-31 | lib/bootmem: Prepare for OpenSBI | Patrick Rudolph |
2019-07-07 | lib/romstage_stack.c: Remove file | Kyösti Mälkki |
2019-07-04 | lib/romstage_stack.c: Remove unused functions | Arthur Heymans |
2019-01-30 | selfload: check target memory type in selfload_check | Ting Shen |
2018-11-09 | include/program_loading: Add POSTCAR prog type | Philipp Deppenwiese |
2018-10-25 | selfboot: create selfboot_check function, remove check param | Ronald G. Minnich |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-06-19 | lib/prog_loaders: Move argument selection into selfload | Patrick Rudolph |
2018-06-11 | selfboot: Move x86 quirk under arch | Kyösti Mälkki |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2018-05-22 | Revert "program_loading: make types a mask, make unknown type a non-zero" | Julius Werner |
2018-05-16 | lib/prog_loaders: Store CBFS type in struct prog | Patrick Rudolph |
2018-05-14 | program_loading: make types a mask, make unknown type a non-zero | Ronald G. Minnich |
2016-11-09 | ACPI S3: Remove HIGH_MEMORY_SAVE where possible | Kyösti Mälkki |
2016-10-31 | lib/prog_loaders: use common ramstage_cache_invalid() | Aaron Durbin |
2016-10-06 | arm64: Use 'payload' format for ATF instead of 'stage' | Simon Glass |
2016-07-10 | intel post-car: Consolidate choose_top_of_stack() | Kyösti Mälkki |
2016-04-02 | lib/prog_loading: introduce prog_segment_loaded() | Aaron Durbin |
2016-02-22 | die() when attempting to use bounce buffer on non-i386. | Vladimir Serbinenko |
2015-12-10 | lib: remove assets infrastructure | Aaron Durbin |
2015-12-10 | cbfs/vboot: remove firmware component support | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-02 | assets: abstract away the firmware assets used for booting | Aaron Durbin |
2015-06-02 | prog_loading: add region_device representing memory | Aaron Durbin |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-11 | vboot: inject vboot loader for stage loading | Aaron Durbin |
2015-04-30 | program loading: add optional is_loader_active() callback | Aaron Durbin |
2015-04-22 | coreboot: common stage cache | Aaron Durbin |
2015-04-03 | program loading: unify on struct prog | Aaron Durbin |
2015-04-03 | program loading: add prog_run() function | Aaron Durbin |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-03-31 | program loading: provide one cache maintenance callback | Aaron Durbin |
2015-03-31 | payload loading: remove passing of struct payload | Aaron Durbin |
2015-03-31 | loading: move ramstage cache function declarations | Aaron Durbin |
2015-03-27 | cbfs/rmodule: add architecture specific operations at stage load | Ionela Voinescu |
2015-03-20 | loaders: add run_romstage() function to bootblock | Aaron Durbin |
2015-03-20 | loaders: add program_loading.h header file | Aaron Durbin |