summaryrefslogtreecommitdiffstats
path: root/src/lib/rmodule.c
Commit message (Expand)AuthorAgeFilesLines
* payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-10-131-1/+1
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-2/+2
* cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner2021-04-051-1/+1
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-50/+30
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-4/+13
* 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-1/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* lib/rmodule: Fix indentationKyösti Mälkki2018-06-271-1/+1
* stage_cache: Add rmodule params in metadataKyösti Mälkki2017-09-081-1/+2
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-4/+4
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-1/+1
* lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin2016-03-221-0/+3
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-20/+2
* lzma: Port size-checking ulzman() version to corebootJulius Werner2016-02-121-1/+1
* lib: Support UNCOMPRESSED_RAMSTAGELee Leahy2016-02-031-1/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-3/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-021-20/+34
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* rmodule: remove cbmem_entry usageAaron Durbin2015-04-071-6/+4
* rmodule: use struct prog while loading rmodulesAaron Durbin2015-04-031-5/+5
* cbfs: remove cbfs_core.h includesAaron Durbin2015-03-311-1/+1
* program loading: provide one cache maintenance callbackAaron Durbin2015-03-311-3/+2
* cbfs/rmodule: add architecture specific operations at stage loadIonela Voinescu2015-03-271-2/+4
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-6/+2
* rmodule: Correct the typecast with proper parenthesisFurquan Shaikh2015-01-271-1/+1
* rmodule: Fix 64-bit related typecast errorsFurquan Shaikh2015-01-161-5/+5
* x86: provide symmetry between arm for cache_sync_instructions()Aaron Durbin2014-12-091-0/+4
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-71/+15
* rmodule: allow rmodule header structure to be used by userlandAaron Durbin2014-03-111-7/+7
* rmodule: consolidate rmodule stage loadingAaron Durbin2014-01-281-0/+61
* lib: Fix spellingMartin Roth2013-07-101-1/+1
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-18/+20
* rmodule: correct ordering of bss clearingAaron Durbin2013-03-211-3/+7
* rmodule: add ability to calculate module placementAaron Durbin2013-03-211-0/+51
* lib: add rmodule supportAaron Durbin2013-03-181-0/+245