summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/pxa
Commit message (Expand)AuthorAgeFilesLines
* pxa: add support for D- and I- cachesVasily Khoruzhick2016-03-273-0/+73
* pxa: start.S: enable SRAM clockVasily Khoruzhick2016-03-271-1/+9
* ARM: start.S: fix typoYuichiro Goto2016-02-291-1/+1
* arm: pxa: clean-up include file orderMarcel Ziswiler2015-08-242-3/+3
* arm: pxa: use common timer functionsAndrew Ruder2015-08-241-68/+1
* pxa: Fix boot hang by avoiding vector relocationAndrew Ruder2015-08-242-0/+24
* ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada2015-03-271-2/+0
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* arm: pxa: introducing cpuinfo display for marvell pxa270mMarcel Ziswiler2015-03-051-2/+15
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-151-244/+1
* arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-151-2/+0
* arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD2014-05-152-6/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-261-27/+0
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-261-27/+0
* | kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-251-1/+1
|/
* ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-241-7/+0
* ARM: pxa: Fix OneNAND SPL buildsMarek Vasut2014-01-131-0/+13
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-101-0/+1
|\
| * ARM: pxa: prevent PXA270 occasional reboot freezesSergei Ianovich2013-12-181-0/+1
* | ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini2013-12-131-2/+2
|/
* ARM: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-30/+6
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-231-2/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-247-116/+7
* pxa: use -mcpu=xscale compiler optionMike Dunn2013-06-221-1/+1
* pxa: turn icache off in cpu_init_crit()Mike Dunn2013-06-221-2/+1
* arm: pxa: config option for PXA270 turbo modeSergey Yanovich2013-06-121-1/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-301-81/+11
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-301-6/+2
* pxa: Add weak attribute to reset_cpu() functionŁukasz Dałek2013-05-051-1/+1
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-131-1/+2
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-122-653/+0
|\
| * lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2013-03-212-651/+0
| * common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-211-2/+0
* | 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-1/+5
* | 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
* | arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-121-1/+1
|/
* Replace __bss_end__ with __bss_endSimon Glass2013-03-151-1/+1
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-011-1/+1
* arm: Move tbl to arch_global_dataSimon Glass2013-02-011-1/+1
* pxa: Save lr register in relocate_code functionŁukasz Dałek2013-01-141-0/+2
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-081-52/+11
* pxa: Add code to examine cpu model and revisionLukasz Dalek2012-10-151-2/+9
* arm: Fixed the offset for the no relocation.Zhong Hongbo2012-10-041-0/+1
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-201-3/+5
* arm: Use common .lds file where possibleSimon Glass2012-03-301-86/+0
* PXA: Fix missing get_tbclk() breaking vpac boardsMarek Vasut2012-03-261-0/+5
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-1/+1
OpenPOWER on IntegriCloud