summaryrefslogtreecommitdiff
path: root/src/include/rmodule.h
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2017-03-13src/include: Remove space after function nameLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2016-07-31src/include: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-03-22lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-22coreboot: introduce commonlibAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-03rmodule: use struct prog while loading rmodulesAaron Durbin
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
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-11include: Fix spellingMartin Roth
2013-03-22rmodule: add vboot rmodule typeAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-21rmodule: add ability to calculate module placementAaron Durbin
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-18rmodule: add rmodules class and new typeAaron Durbin
2013-03-18rmodule: add 16 bytes of paddingAaron Durbin
2013-03-18lib: add rmodule supportAaron Durbin