aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/start.S
AgeCommit message (Expand)AuthorFilesLines
2023-04-25armv7: Use isb/dsb directly in start.STom Rini1-4/+4
2022-12-06arm: Use the WEAK assembly entry point consistentlyTom Rini1-4/+2
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2022-04-21arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE optionPali Rohár1-3/+1
2022-02-04sunxi: move Cortex SMPEN setting into start.SAndre Przywara1-0/+11
2021-09-02armv7: Add Position Independent Execution supportChia-Wei Wang1-0/+43
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-4/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-2/+2
2018-11-26ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis1-0/+9
2018-06-29ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15...Nishanth Menon1-0/+8
2018-06-29ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715Nishanth Menon1-2/+5
2018-05-07arm: v7R: Add initial supportMichal Simek1-0/+2
2018-05-07arm: v7: Update VBAR only if availableLokesh Vutla1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-09arm: Exercise v7_arch_cp15_set_acr even without errata fixupsSiarhei Siamashka1-20/+12
2017-11-21arm: mark save_boot_params_ret as a functionPhilipp Tomsich1-0/+1
2017-08-16arm: Implement workaround for Cortex-A9 errata 845369Peng Fan1-0/+6
2017-05-08Add ARM errata workaround 852421 and 852423 for Cortex-A17Nisal Menuka1-0/+12
2017-03-14arm: omap3: Bring back ARM errata workaround 725233Siarhei Siamashka1-0/+13
2016-10-06ARM: Introduce function to switch to hypervisor modeKeerthy1-0/+21
2016-06-12arm: Allow skipping of low-level init with I-cache onSimon Glass1-1/+4
2015-08-12ARM: Introduce erratum workaround for 801819Nishanth Menon1-0/+21
2015-07-07armv7: better comment in start.SPavel Machek1-4/+3
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-03-13ARM: Introduce erratum workaround for 621766Nishanth Menon1-0/+13
2015-03-13ARM: Introduce erratum workaround for 430973Nishanth Menon1-0/+13
2015-03-13ARM: Introduce erratum workaround for 454179Nishanth Menon1-0/+13
2015-03-13ARM: Introduce erratum workaround for 798870Nishanth Menon1-1/+24
2015-02-16sunxi: Support the FEL boot mode in the regular u-boot buildSiarhei Siamashka1-4/+1
2015-02-16sunxi: Normalise FEL supportSimon Glass1-1/+4
2015-02-16arm: Allow lr to be saved by board codeSimon Glass1-2/+5
2015-01-30ARM: armv7 fix spelling of SCTRLPeng Fan1-3/+3
2014-10-29arm: relocate the exception vectorsGeorges Savoundararadj1-6/+0
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-249/+1
2014-05-15arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD1-3/+0
2014-04-07ARM: Add workaround for Cortex-A9 errata 761320Nitin Garg1-0/+5
2014-04-07ARM: Add workaround for Cortex-A9 errata 794072Nitin Garg1-1/+1
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-23/+0
2014-01-26ARM: armv7: Make indirect vector addresses globlMarek Vasut1-0/+7
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-4/+2
2013-04-15Tegra: Restore cp15 VBAR _start vector write for ARMv7Tom Warren1-2/+0
2013-04-15ARMv7: start.S: stay in HYP mode if u-boot is entered in itAndre Przywara1-3/+7
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi1-1/+2
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-2/+2
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau1-5/+3
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-3/+1