aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa
AgeCommit message (Expand)AuthorFilesLines
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini1-5/+0
2016-03-27pxa: add support for D- and I- cachesVasily Khoruzhick3-0/+73
2016-03-27pxa: start.S: enable SRAM clockVasily Khoruzhick1-1/+9
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2015-08-24arm: pxa: clean-up include file orderMarcel Ziswiler2-3/+3
2015-08-24arm: pxa: use common timer functionsAndrew Ruder1-68/+1
2015-08-24pxa: Fix boot hang by avoiding vector relocationAndrew Ruder2-0/+24
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada1-2/+0
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-03-05arm: pxa: introducing cpuinfo display for marvell pxa270mMarcel Ziswiler1-2/+15
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 ARIBAUD2-6/+6
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-27/+0
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada1-1/+1
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-7/+0
2014-01-13ARM: pxa: Fix OneNAND SPL buildsMarek Vasut1-0/+13
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2013-12-18ARM: pxa: prevent PXA270 occasional reboot freezesSergei Ianovich1-0/+1
2013-12-13ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini1-2/+2
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-30/+6
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-116/+7
2013-06-22pxa: use -mcpu=xscale compiler optionMike Dunn1-1/+1
2013-06-22pxa: turn icache off in cpu_init_crit()Mike Dunn1-2/+1
2013-06-12arm: pxa: config option for PXA270 turbo modeSergey Yanovich1-1/+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-05-05pxa: Add weak attribute to reset_cpu() functionŁukasz Dałek1-1/+1
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi1-1/+2
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-653/+0
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-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2-651/+0
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk1-2/+0
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-1/+1
2013-02-01arm: Move tbl to arch_global_dataSimon Glass1-1/+1
2013-01-14pxa: Save lr register in relocate_code functionŁukasz Dałek1-0/+2
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-52/+11
2012-10-15pxa: Add code to examine cpu model and revisionLukasz Dalek1-2/+9
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
2012-03-30arm: Use common .lds file where possibleSimon Glass1-86/+0
2012-03-26PXA: Fix missing get_tbclk() breaking vpac boardsMarek Vasut1-0/+5