Age | Commit message (Expand) | Author |
2018-09-07 | ARM: Specify aligned address for secure section instead of using attributes | Chen-Yu Tsai |
2018-07-25 | efi_loader: Rename sections to allow for implicit data | Alexander Graf |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2017-06-14 | Revert "ARM: fixed relocation using proper alignment" | Tom Rini |
2017-06-12 | ARM: fixed relocation using proper alignment | Manfred Schlaegl |
2016-10-14 | ARM: create .secure_stack section only for PSCI | Masahiro Yamada |
2016-09-07 | ARM: armv7: guard memory reserve for PSCI with #ifdef CONFIG_ARMV7_PSCI | Masahiro Yamada |
2016-07-15 | ARM: Add secure section for initialized data | Chen-Yu Tsai |
2016-07-15 | ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure section | Chen-Yu Tsai |
2016-07-15 | ARM: Add an empty secure stack section | Chen-Yu Tsai |
2016-07-15 | ARM: Page align secure section only when it is executed in situ | Chen-Yu Tsai |
2016-06-20 | ARM: allocate extra space for PSCI stack in secure section during link phase | Chen-Yu Tsai |
2016-03-22 | arm: x86: Drop command-line code when CONFIG_CMDLINE is disabled | Simon Glass |
2016-03-15 | efi_loader: Add runtime services | Alexander Graf |
2016-01-31 | ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't d... | Wang Dongsheng |
2015-11-12 | arm: discard relocation entries for secure text | Peng Fan |
2015-05-13 | ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions | Jan Kiszka |
2014-07-28 | ARM: HYP/non-sec: add separate section for secure code | Marc Zyngier |
2014-05-15 | arm: move exception handling out of start.S files | Albert ARIBAUD |
2014-04-07 | arm: Handle .gnu.hash section in ldscripts | Andreas Färber |
2014-02-26 | arm: make _end compiler-generated | Albert ARIBAUD |
2014-01-14 | arm: put .hash, .got.plt and .machine_param back in binaries | Albert ARIBAUD |
2013-12-07 | arm: keep all sections in ELF file | Albert ARIBAUD |
2013-09-05 | arm: lds: Remove libgcc eabi exception handling tables | Michal Simek |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-21 | arm: make __rel_dyn_{start, end} compiler-generated | Albert ARIBAUD |
2013-06-21 | arm: make __image_copy_{start, end} compiler-generated | Albert ARIBAUD |
2013-06-21 | remove all references to .dynsym | Albert ARIBAUD |
2013-04-14 | ARM: fix CONFIG_SPL_MAX_SIZE semantics | Albert ARIBAUD |
2013-04-13 | ARM: Fix __bss_start and __bss_end in linker scripts | Albert ARIBAUD |
2013-03-18 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2013-03-15 | Replace __bss_end__ with __bss_end | Simon Glass |
2013-03-12 | Refactor linker-generated arrays | Albert ARIBAUD |
2013-03-12 | arm: make __bss_start and __bss_end__ compiler-generated | Albert ARIBAUD |
2012-10-29 | ARM: enhance u-boot.lds to detect over-sized SPL | Stephen Warren |
2012-10-26 | ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections | Stephen Warren |
2012-10-22 | common: Discard the __u_boot_cmd section | Marek Vasut |
2012-10-22 | common: Add .u_boot_list into all linker files | Marek Vasut |
2012-03-30 | arm: add a common .lds link script | Simon Glass |