summaryrefslogtreecommitdiffstats
path: root/src/include/rmodule.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* src/include: Remove space after function nameLee Leahy2017-03-131-1/+1
* src/include: Indent code using tabsLee Leahy2017-03-091-1/+1
* src/include: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin2016-03-221-0/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreboot: introduce commonlibAaron Durbin2015-09-221-1/+1
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-2/+2
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* rmodule: use struct prog while loading rmodulesAaron Durbin2015-04-031-6/+2
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-2/+0
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-17/+8
* rmodule: allow rmodule header structure to be used by userlandAaron Durbin2014-03-111-62/+1
* rmodule: consolidate rmodule stage loadingAaron Durbin2014-01-281-0/+20
* include: Fix spellingMartin Roth2013-07-111-3/+3
* rmodule: add vboot rmodule typeAaron Durbin2013-03-221-0/+1
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-7/+9
* rmodule: add ability to calculate module placementAaron Durbin2013-03-211-0/+8
* rmodule: add ramstage supportAaron Durbin2013-03-191-4/+5
* rmodule: add rmodules class and new typeAaron Durbin2013-03-181-0/+1
* rmodule: add 16 bytes of paddingAaron Durbin2013-03-181-0/+2
* lib: add rmodule supportAaron Durbin2013-03-181-0/+126