aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/u-boot.lds
AgeCommit message (Expand)AuthorFilesLines
2018-09-07ARM: Specify aligned address for secure section instead of using attributesChen-Yu Tsai1-2/+2
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf1-15/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-14Revert "ARM: fixed relocation using proper alignment"Tom Rini1-1/+1
2017-06-12ARM: fixed relocation using proper alignmentManfred Schlaegl1-1/+1
2016-10-14ARM: create .secure_stack section only for PSCIMasahiro Yamada1-2/+5
2016-09-07ARM: armv7: guard memory reserve for PSCI with #ifdef CONFIG_ARMV7_PSCIMasahiro Yamada1-2/+2
2016-07-15ARM: Add secure section for initialized dataChen-Yu Tsai1-2/+7
2016-07-15ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure sectionChen-Yu Tsai1-0/+11
2016-07-15ARM: Add an empty secure stack sectionChen-Yu Tsai1-9/+23
2016-07-15ARM: Page align secure section only when it is executed in situChen-Yu Tsai1-5/+9
2016-06-20ARM: allocate extra space for PSCI stack in secure section during link phaseChen-Yu Tsai1-0/+7
2016-03-22arm: x86: Drop command-line code when CONFIG_CMDLINE is disabledSimon Glass1-0/+3
2016-03-15efi_loader: Add runtime servicesAlexander Graf1-0/+30
2016-01-31ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't d...Wang Dongsheng1-13/+14
2015-11-12arm: discard relocation entries for secure textPeng Fan1-0/+17
2015-05-13ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka1-1/+1
2014-07-28ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier1-0/+30
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-0/+1
2014-04-07arm: Handle .gnu.hash section in ldscriptsAndreas Färber1-0/+1
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD1-2/+7
2014-01-14arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD1-2/+1
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD1-8/+10
2013-09-05arm: lds: Remove libgcc eabi exception handling tablesMichal Simek1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-21arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD1-2/+10
2013-06-21arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD1-2/+5
2013-06-21remove all references to .dynsymAlbert ARIBAUD1-5/+1
2013-04-14ARM: fix CONFIG_SPL_MAX_SIZE semanticsAlbert ARIBAUD1-4/+0
2013-04-13ARM: Fix __bss_start and __bss_end in linker scriptsAlbert ARIBAUD1-4/+10
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-4/+11
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD1-3/+9
2012-10-29ARM: enhance u-boot.lds to detect over-sized SPLStephen Warren1-0/+4
2012-10-26ARM: fix u-boot.lds for -ffunction-sections/-fdata-sectionsStephen Warren1-4/+4
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-03-30arm: add a common .lds link scriptSimon Glass1-0/+94