summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa
AgeCommit message (Expand)Author
2016-02-29ARM: start.S: fix typoYuichiro Goto
2015-08-24arm: pxa: clean-up include file orderMarcel Ziswiler
2015-08-24arm: pxa: use common timer functionsAndrew Ruder
2015-08-24pxa: Fix boot hang by avoiding vector relocationAndrew Ruder
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada
2015-03-24remove unnecessary version.h includesRob Herring
2015-03-05arm: pxa: introducing cpuinfo display for marvell pxa270mMarcel Ziswiler
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD
2014-05-15arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD
2014-05-15arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada
2014-01-13ARM: pxa: Fix OneNAND SPL buildsMarek Vasut
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-12-18ARM: pxa: prevent PXA270 occasional reboot freezesSergei Ianovich
2013-12-13ARM:PXA: Correct tick_to_time / us_to_tick to use lldivTom Rini
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-22pxa: use -mcpu=xscale compiler optionMike Dunn
2013-06-22pxa: turn icache off in cpu_init_crit()Mike Dunn
2013-06-12arm: pxa: config option for PXA270 turbo modeSergey Yanovich
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD
2013-05-05pxa: Add weak attribute to reset_cpu() functionŁukasz Dałek
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau
2013-03-21lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee
2013-03-21common/lcd.c: cleanup use of global variablesWolfgang Denk
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass
2013-02-01arm: Move tbl to arch_global_dataSimon Glass
2013-01-14pxa: Save lr register in relocate_code functionŁukasz Dałek
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-10-15pxa: Add code to examine cpu model and revisionLukasz Dalek
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo
2012-03-30arm: Use common .lds file where possibleSimon Glass
2012-03-26PXA: Fix missing get_tbclk() breaking vpac boardsMarek Vasut
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2011-12-11pxa: activate the first usb host port on pxa27x by defaultStefan Herbrechtsmeier
2011-12-11pxa: fix usb host register mismatchStefan Herbrechtsmeier