summaryrefslogtreecommitdiffstats
path: root/src/lib/program.ld
Commit message (Expand)AuthorAgeFilesLines
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-1/+1
* rules.h: Use more consistent namingArthur Heymans2022-05-161-2/+2
* cbmem: Introduce "early" init hooks for consoleJulius Werner2021-05-271-0/+1
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-191-0/+12
* arch/x86: Top-align .init in bootblockKyösti Mälkki2021-01-281-0/+2
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-071-0/+3
* arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki2020-12-171-3/+0
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-0/+1
* lib: Add ASan support to ramstage on x86 archHarshit Sharma2020-08-211-1/+6
* lib/program.ld: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-101-4/+1
* arch/x86: Remove more romcc leftoversKyösti Mälkki2020-05-281-6/+0
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-1/+1
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-261-1/+1
* Move and rename ARCH_STAGE_HAS_xxx_SECTION rulesKyösti Mälkki2019-08-261-3/+3
* 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