summaryrefslogtreecommitdiff
path: root/src/lib/rmodule.ld
AgeCommit message (Expand)Author
2018-08-10src: Fix typoElyes HAOUAS
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-05symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2014-11-12src/lib/rmodule.ld: DISCARD (.note|.note.*) sectionsEdward O'Callaghan
2014-09-23rmodule: Fix rmodule.ld for 64-bitFurquan Shaikh
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-19rmodule: add subsections to linker scriptAaron Durbin
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-05-01rmodule: put all code/data bits in one sectionAaron Durbin
2013-03-23rmodule: align ld script with latest x86 ld scriptAaron Durbin
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-18rmodule: include heap in bss sectionAaron Durbin
2013-03-18lib: add rmodule supportAaron Durbin