summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/start.S
Commit message (Expand)AuthorAgeFilesLines
* armv8: fix typo in LINUX_KERNEL_IMAGE_HEADER checkMian Yousaf Kaukab2019-06-201-1/+1
* arm: remove ARCH_ROCKCHIP macro in common codeKever Yang2019-05-081-4/+0
* rockchip: arm: use 'arch-rockchip' for common headerKever Yang2019-05-011-0/+4
* armv8: Disable exception vectors in SPL by defaultAlexander Graf2019-03-221-2/+2
* armv8: make SPL exception vectors optionalAndre Przywara2018-08-031-4/+15
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ARMv8: add optional Linux kernel image headerStephen Warren2018-01-121-1/+3
* armv8: Implement workaround for Cortex-A53 erratum 855873Alison Wang2018-01-101-1/+23
* arm64: support running at addr other than linked toStephen Warren2017-11-171-0/+26
* armv8: layerscape: Make U-Boot EL2 safeYork Sun2017-06-011-0/+3
* armv8: minor fix to comment for enabling SMPEN bitDinh Nguyen2017-05-151-2/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-01-191-4/+15
|\
| * armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang2017-01-181-4/+4
| * armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu2017-01-181-0/+11
* | armv8: fix #if around spin-table code in start.SOded Gabbay2017-01-141-1/+1
* | ARM: boot0 hook: remove macro, include whole header fileAndre Przywara2017-01-041-1/+0
* | armv8: move reset branch into boot hookAndre Przywara2017-01-041-2/+2
|/
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-221-0/+8
* ARM: Add save_boot_params for ARMv8Stephen Warren2016-07-211-0/+9
* arm64: add better and more generic spin-table supportMasahiro Yamada2016-07-141-4/+6
* Revert "armv8: Enable CPUECTLR.SMPEN for coherency"Tom Rini2016-07-141-8/+0
* armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu2016-07-081-0/+8
* arm64: optimize smp_kick_all_cpusMasahiro Yamada2016-06-241-3/+1
* arm/arm64: implement a boot header capabilityAndre Przywara2016-06-061-0/+10
* ARM: fix ifdef in ARMv8 lowlevel_init() againMasahiro Yamada2016-05-231-1/+1
* ARM: fix ifdefs in ARMv8 lowlevel_init()Stephen Warren2016-05-061-0/+2
* ARM: always perform per-CPU GIC initStephen Warren2016-04-181-10/+0
* ARM: allow CONFIG_GICV* not to be definedStephen Warren2016-04-111-2/+2
* armv8: ls2080a: Implement workaround for core errata 829520, 833471Ashish kumar2016-02-011-0/+19
* armv8: New MMU setup code allowing to use 48+ bits PA/VASergey Temerkhanov2016-01-191-0/+36
* armv8: Make COUNTER_FREQUENCY optionalThierry Reding2015-09-161-0/+2
* arm/errata: Update required bits for A57 cores erratasBhupesh Sharma2015-07-201-4/+4
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-03-101-0/+45
|\
| * Errata/ARM57: Add basic constructs to handle and apply A57 specific erratasBhupesh Sharma2015-01-311-0/+45
* | armv8/vexpress64: make multientry conditionalLinus Walleij2015-03-091-4/+15
|/
* Arm64 fix a bug of vbar_el3 initializationDavid Feng2014-05-251-2/+2
* arm64 patch: gicv3 supportDavid Feng2014-04-081-7/+39
* armv8/cache: Change cache invalidate and flush functionYork Sun2014-04-071-4/+6
* armv8/cache: Flush D-cache, invalidate I-cache for relocationYork Sun2014-04-071-6/+0
* armv8/cache: Consolidate setting for MAIR and TCRYork Sun2014-04-071-22/+0
* arm64: core supportDavid Feng2014-01-091-0/+164