summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/start.S
Commit message (Expand)AuthorAgeFilesLines
* armv7: Use isb/dsb directly in start.STom Rini2023-04-251-4/+4
* arm: Use the WEAK assembly entry point consistentlyTom Rini2022-12-061-4/+2
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-061-1/+2
* arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE optionPali Rohár2022-04-211-3/+1
* sunxi: move Cortex SMPEN setting into start.SAndre Przywara2022-02-041-0/+11
* armv7: Add Position Independent Execution supportChia-Wei Wang2021-09-021-0/+43
* Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2021-08-311-4/+4
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-2/+2
* ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis2018-11-261-0/+9
* ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15...Nishanth Menon2018-06-291-0/+8
* ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715Nishanth Menon2018-06-291-2/+5
* arm: v7R: Add initial supportMichal Simek2018-05-071-0/+2
* arm: v7: Update VBAR only if availableLokesh Vutla2018-05-071-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* arm: Exercise v7_arch_cp15_set_acr even without errata fixupsSiarhei Siamashka2018-01-091-20/+12
* arm: mark save_boot_params_ret as a functionPhilipp Tomsich2017-11-211-0/+1
* arm: Implement workaround for Cortex-A9 errata 845369Peng Fan2017-08-161-0/+6
* Add ARM errata workaround 852421 and 852423 for Cortex-A17Nisal Menuka2017-05-081-0/+12
* arm: omap3: Bring back ARM errata workaround 725233Siarhei Siamashka2017-03-141-0/+13
* ARM: Introduce function to switch to hypervisor modeKeerthy2016-10-061-0/+21
* arm: Allow skipping of low-level init with I-cache onSimon Glass2016-06-121-1/+4
* ARM: Introduce erratum workaround for 801819Nishanth Menon2015-08-121-0/+21
* armv7: better comment in start.SPavel Machek2015-07-071-4/+3
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* ARM: Introduce erratum workaround for 621766Nishanth Menon2015-03-131-0/+13
* ARM: Introduce erratum workaround for 430973Nishanth Menon2015-03-131-0/+13
* ARM: Introduce erratum workaround for 454179Nishanth Menon2015-03-131-0/+13
* ARM: Introduce erratum workaround for 798870Nishanth Menon2015-03-131-1/+24
* sunxi: Support the FEL boot mode in the regular u-boot buildSiarhei Siamashka2015-02-161-4/+1
* sunxi: Normalise FEL supportSimon Glass2015-02-161-1/+4
* arm: Allow lr to be saved by board codeSimon Glass2015-02-161-2/+5
* ARM: armv7 fix spelling of SCTRLPeng Fan2015-01-301-3/+3
* arm: relocate the exception vectorsGeorges Savoundararadj2014-10-291-6/+0
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-151-249/+1
* arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-151-3/+0
* ARM: Add workaround for Cortex-A9 errata 761320Nitin Garg2014-04-071-0/+5
* ARM: Add workaround for Cortex-A9 errata 794072Nitin Garg2014-04-071-1/+1
* arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-261-23/+0
* ARM: armv7: Make indirect vector addresses globlMarek Vasut2014-01-261-0/+7
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-301-76/+0
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-301-4/+2
* Tegra: Restore cp15 VBAR _start vector write for ARMv7Tom Warren2013-04-151-2/+0
* ARMv7: start.S: stay in HYP mode if u-boot is entered in itAndre Przywara2013-04-151-3/+7
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-131-1/+2
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-121-4/+2
* arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-121-2/+2
* arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-121-5/+3
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-121-3/+1