summaryrefslogtreecommitdiffstats
path: root/src/lib/rmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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