summaryrefslogtreecommitdiffstats
path: root/src/lib/rmodule.ld
Commit message (Expand)AuthorAgeFilesLines
* lib: Add SPDX identifiers to files missing themMartin Roth2022-08-111-0/+2
* src: Fix typoElyes HAOUAS2018-08-101-1/+1
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-95/+6
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-4/+4
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-121-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-0/+3
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-3/+7
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-0/+2
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-171-4/+6
* src/lib/rmodule.ld: DISCARD (.note|.note.*) sectionsEdward O'Callaghan2014-11-121-0/+2
* rmodule: Fix rmodule.ld for 64-bitFurquan Shaikh2014-09-231-3/+7
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-1/+1
* rmodule: add subsections to linker scriptAaron Durbin2014-04-191-1/+4
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-4/+0
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-56/+10
* boot state: schedule static callbacksAaron Durbin2013-05-011-0/+4
* rmodule: put all code/data bits in one sectionAaron Durbin2013-05-011-7/+6
* rmodule: align ld script with latest x86 ld scriptAaron Durbin2013-03-231-0/+6
* rmodule: add ramstage supportAaron Durbin2013-03-191-3/+25
* rmodule: include heap in bss sectionAaron Durbin2013-03-181-2/+0
* lib: add rmodule supportAaron Durbin2013-03-181-0/+115