summaryrefslogtreecommitdiff
path: root/src/lib/rmodule.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/lib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-06-27lib/rmodule: Fix indentationKyösti Mälkki
2017-09-08stage_cache: Add rmodule params in metadataKyösti Mälkki
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-03-22lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2016-02-03lib: Support UNCOMPRESSED_RAMSTAGELee Leahy
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-07rmodule: remove cbmem_entry usageAaron Durbin
2015-04-03rmodule: use struct prog while loading rmodulesAaron Durbin
2015-03-31cbfs: remove cbfs_core.h includesAaron Durbin
2015-03-31program loading: provide one cache maintenance callbackAaron Durbin
2015-03-27cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27rmodule: Correct the typecast with proper parenthesisFurquan Shaikh
2015-01-16rmodule: Fix 64-bit related typecast errorsFurquan Shaikh
2014-12-09x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-11rmodule: allow rmodule header structure to be used by userlandAaron Durbin
2014-01-28rmodule: consolidate rmodule stage loadingAaron Durbin
2013-07-10lib: Fix spellingMartin Roth
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-21rmodule: correct ordering of bss clearingAaron Durbin
2013-03-21rmodule: add ability to calculate module placementAaron Durbin
2013-03-18lib: add rmodule supportAaron Durbin