summaryrefslogtreecommitdiffstats
path: root/src/lib/program.ld
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* Introduce bootblock self-decompressionJulius Werner2018-05-221-2/+4
* lib/program.ld: Guard .id section placementNico Huber2017-07-301-0/+3
* lib/program.ld: add .sdata sectionsAaron Durbin2016-10-311-0/+2
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-191-1/+1
* program.ld: Don't exclude sbe region from verstageStefan Reinauer2016-05-211-1/+1
* lib/reg_script: Allow multiple independent handlersLee Leahy2016-04-301-0/+5
* program.ld: make sure that zeroptr isn't assigned to debug sectionsPatrick Georgi2016-04-161-3/+1
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-1/+8
* Provide a gcc-safe zero pointerPatrick Georgi2016-01-281-0/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* program.ld: terminate ALIGN statementPatrick Georgi2015-09-281-1/+1
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-7/+0
* linking: Repair special treatments for non-x86 bootblocksJulius Werner2015-09-171-5/+16
* x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGEAaron Durbin2015-09-091-3/+3
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-4/+11
* x86: link romstage like the other architecturesAaron Durbin2015-09-091-0/+6
* linking: lay the groundwork for a unified linking approachAaron Durbin2015-09-091-0/+129