summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/pxa
Commit message (Expand)AuthorAgeFilesLines
* 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
* pxa: activate the first usb host port on pxa27x by defaultStefan Herbrechtsmeier2011-12-111-2/+2
* pxa: fix usb host register mismatchStefan Herbrechtsmeier2011-12-111-1/+1
* PXA: Rename pxa_dram_init to pxa2xx_dram_initMarek Vasut2011-12-061-2/+2
* PXA: Replace timer driverMarek Vasut2011-12-061-52/+35
* PXA: Add cpuinfo display for PXA2xxMarek Vasut2011-12-062-0/+134
* PXA: Separate PXA2xx CPU initMarek Vasut2011-12-062-73/+31
* PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-064-20/+20
* PXA: Re-add the Dcache locking as RAM for pxa250Marek Vasut2011-12-062-2/+116
* PXA: Rework start.S to be closer to other ARMsMarek Vasut2011-12-062-247/+153
* Reduce build timesWolfgang Denk2011-11-031-1/+2
* PXA: FIX: Deep-sleep return address in stored in PSPRMarek Vasut2011-09-071-1/+1
* Timer: Remove reset_timer_masked()Graeme Russ2011-07-261-7/+1
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-261-6/+1
* Timer: Remove set_timer completelyGraeme Russ2011-07-261-5/+0
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-261-15/+15
* mv_i2c: use structure to replace the direclty defineLei Wen2011-04-271-0/+10
* pxa: move i2c driver to the common placeLei Wen2011-04-272-470/+0
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-272-0/+6
* rename _end to __bss_end__Po-Yu Chuang2011-03-272-2/+2
* ARM: */start.S: code cleanupLiu Hui-R643432011-02-021-2/+0
* ARM: */start.S: use canonical asm syntaxWolfgang Denk2010-12-131-1/+1
* arm: fixloop(): do not use r8 for relocationAndreas Bießmann2010-12-091-3/+3
* arm: relocate_code(): do not set register uselessAndreas Bießmann2010-12-091-2/+2
* arm: copy_loop(): use scratch registerAndreas Bießmann2010-12-091-5/+5
* arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher2010-12-081-0/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* ARM: fix linker file for newer ld supportAlbert Aribaud2010-11-171-11/+24
* Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxaWolfgang Denk2010-10-291-1/+0
|\
OpenPOWER on IntegriCloud