summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa/start.S
AgeCommit message (Expand)AuthorFilesLines
2022-07-07arm: Remove PXA architecture supportTom Rini1-98/+0
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini1-109/+2
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-03-27pxa: start.S: enable SRAM clockVasily Khoruzhick1-1/+9
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-244/+1
2014-05-15arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD1-2/+0
2014-05-15arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD1-6/+0
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
2013-10-15Coding 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-06-22pxa: turn icache off in cpu_init_crit()Mike Dunn1-2/+1
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-81/+11
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-6/+2
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-1/+5
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
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-01-15pxa: Save lr register in relocate_code functionŁukasz Dałek1-0/+2
2013-01-09arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-52/+11
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2011-12-07PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut1-7/+7
2011-12-07PXA: Re-add the Dcache locking as RAM for pxa250Marek Vasut1-2/+110
2011-12-07PXA: Rework start.S to be closer to other ARMsMarek Vasut1-247/+137
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-15/+15
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang1-0/+4
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2010-12-14ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann1-3/+3
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann1-2/+2
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann1-5/+5
2010-12-09arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-10-29Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxaWolfgang Denk1-1/+0
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-4/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-20/+8
2010-10-28arm/pxa: remove unused arch-pxa/macro.hMikhail Kshevetskiy1-1/+0
2010-10-26ARM: fix address setup in start.SDarius Augulis1-2/+4
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-2/+3
2010-10-22PXA: Use pxa-regs.h register definitions in start.SMarek Vasut1-12/+8
2010-10-22PXA: Implement ELF relocationMarek Vasut1-65/+64
2010-10-20PXA: Fix reloc, Push lowlevel init into C codeMarek Vasut1-213/+131
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud1-4/+4