summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa
Commit message (Expand)AuthorAgeLines
* ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada2015-03-27-2/+0
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* arm: pxa: introducing cpuinfo display for marvell pxa270mMarcel Ziswiler2015-03-05-2/+15
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-244/+1
* arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-15-2/+0
* arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD2014-05-15-6/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-26-27/+0
|\
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-26-27/+0
* | kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-25-1/+1
|/
* ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-24-7/+0
* ARM: pxa: Fix OneNAND SPL buildsMarek Vasut2014-01-13-0/+13
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-10-0/+1
|\
| * ARM: pxa: prevent PXA270 occasional reboot freezesSergei Ianovich2013-12-18-0/+1
* | ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini2013-12-13-2/+2
|/
* ARM: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-30/+6
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-23-2/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-116/+7
* pxa: use -mcpu=xscale compiler optionMike Dunn2013-06-22-1/+1
* pxa: turn icache off in cpu_init_crit()Mike Dunn2013-06-22-2/+1
* arm: pxa: config option for PXA270 turbo modeSergey Yanovich2013-06-12-1/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-30-81/+11
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-30-6/+2
* pxa: Add weak attribute to reset_cpu() functionŁukasz Dałek2013-05-05-1/+1
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-13-1/+2
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-12-653/+0
|\
| * lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2013-03-21-651/+0
| * common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-21-2/+0
* | arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+2
* | arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-12-1/+5
* | arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-12-5/+3
* | arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-12-3/+1
* | arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-12-1/+1
|/
* Replace __bss_end__ with __bss_endSimon Glass2013-03-15-1/+1
* arm: Move lastinc to arch_global_dataSimon Glass2013-02-01-1/+1
* arm: Move tbl to arch_global_dataSimon Glass2013-02-01-1/+1
* pxa: Save lr register in relocate_code functionŁukasz Dałek2013-01-14-0/+2
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-52/+11
* pxa: Add code to examine cpu model and revisionLukasz Dalek2012-10-15-2/+9
* arm: Fixed the offset for the no relocation.Zhong Hongbo2012-10-04-0/+1
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-20-3/+5
* arm: Use common .lds file where possibleSimon Glass2012-03-30-86/+0
* PXA: Fix missing get_tbclk() breaking vpac boardsMarek Vasut2012-03-26-0/+5
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-1/+1
* pxa: activate the first usb host port on pxa27x by defaultStefan Herbrechtsmeier2011-12-11-2/+2
* pxa: fix usb host register mismatchStefan Herbrechtsmeier2011-12-11-1/+1
* PXA: Rename pxa_dram_init to pxa2xx_dram_initMarek Vasut2011-12-06-2/+2
* PXA: Replace timer driverMarek Vasut2011-12-06-52/+35
* PXA: Add cpuinfo display for PXA2xxMarek Vasut2011-12-06-0/+134
* PXA: Separate PXA2xx CPU initMarek Vasut2011-12-06-73/+31