summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03arm: pxa: Drop pxa_wait_ticks()Simon Glass1-8/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-20/+9
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-03-19arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini1-1/+1
2016-08-27ARM: 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-27Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-27/+0
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada1-1/+1
2014-01-25ARM: 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-15Coding 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-13arm: 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-06pxa: 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-13Merge 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-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1