aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/start.S
AgeCommit message (Expand)AuthorFilesLines
2020-10-08arm64: PIE: Skip fixups if distance is zeroAndre Przywara1-1/+2
2020-09-22arm64: Add support for larger PIE U-BootEdgar E. Iglesias1-2/+4
2020-09-22arm64: Trap PIE builds early if load address is not 4K alignedEdgar E. Iglesias1-0/+17
2020-07-07arm64: issue ISB after updating system registersVolodymyr Babchuk1-0/+8
2019-06-20armv8: fix typo in LINUX_KERNEL_IMAGE_HEADER checkMian Yousaf Kaukab1-1/+1
2019-05-08arm: remove ARCH_ROCKCHIP macro in common codeKever Yang1-4/+0
2019-05-01rockchip: arm: use 'arch-rockchip' for common headerKever Yang1-0/+4
2019-03-22armv8: Disable exception vectors in SPL by defaultAlexander Graf1-2/+2
2018-08-03armv8: make SPL exception vectors optionalAndre Przywara1-4/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-12ARMv8: add optional Linux kernel image headerStephen Warren1-1/+3
2018-01-10armv8: Implement workaround for Cortex-A53 erratum 855873Alison Wang1-1/+23
2017-11-17arm64: support running at addr other than linked toStephen Warren1-0/+26
2017-06-01armv8: layerscape: Make U-Boot EL2 safeYork Sun1-0/+3
2017-05-15armv8: minor fix to comment for enabling SMPEN bitDinh Nguyen1-2/+2
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-4/+15
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang1-4/+4
2017-01-18armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu1-0/+11
2017-01-14armv8: fix #if around spin-table code in start.SOded Gabbay1-1/+1
2017-01-04ARM: boot0 hook: remove macro, include whole header fileAndre Przywara1-1/+0
2017-01-04armv8: move reset branch into boot hookAndre Przywara1-2/+2
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-0/+8
2016-07-21ARM: Add save_boot_params for ARMv8Stephen Warren1-0/+9
2016-07-14arm64: add better and more generic spin-table supportMasahiro Yamada1-4/+6
2016-07-14Revert "armv8: Enable CPUECTLR.SMPEN for coherency"Tom Rini1-8/+0
2016-07-08armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu1-0/+8
2016-06-24arm64: optimize smp_kick_all_cpusMasahiro Yamada1-3/+1
2016-06-06arm/arm64: implement a boot header capabilityAndre Przywara1-0/+10
2016-05-23ARM: fix ifdef in ARMv8 lowlevel_init() againMasahiro Yamada1-1/+1
2016-05-06ARM: fix ifdefs in ARMv8 lowlevel_init()Stephen Warren1-0/+2
2016-04-18ARM: always perform per-CPU GIC initStephen Warren1-10/+0
2016-04-11ARM: allow CONFIG_GICV* not to be definedStephen Warren1-2/+2
2016-02-01armv8: ls2080a: Implement workaround for core errata 829520, 833471Ashish kumar1-0/+19
2016-01-19armv8: New MMU setup code allowing to use 48+ bits PA/VASergey Temerkhanov1-0/+36
2015-09-16armv8: Make COUNTER_FREQUENCY optionalThierry Reding1-0/+2
2015-07-20arm/errata: Update required bits for A57 cores erratasBhupesh Sharma1-4/+4
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-03-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+45
2015-03-09armv8/vexpress64: make multientry conditionalLinus Walleij1-4/+15
2015-01-31Errata/ARM57: Add basic constructs to handle and apply A57 specific erratasBhupesh Sharma1-0/+45
2014-05-25Arm64 fix a bug of vbar_el3 initializationDavid Feng1-2/+2
2014-04-08arm64 patch: gicv3 supportDavid Feng1-7/+39
2014-04-07armv8/cache: Change cache invalidate and flush functionYork Sun1-4/+6
2014-04-07armv8/cache: Flush D-cache, invalidate I-cache for relocationYork Sun1-6/+0
2014-04-07armv8/cache: Consolidate setting for MAIR and TCRYork Sun1-22/+0
2014-01-09arm64: core supportDavid Feng1-0/+164