aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-1/+1
2013-02-01arm: Move tbl to arch_global_dataSimon Glass1-1/+1
2013-01-14pxa: Save lr register in relocate_code functionŁukasz Dałek1-0/+2
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-52/+11
2012-10-15pxa: Add code to examine cpu model and revisionLukasz Dalek1-2/+9
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2012-03-30arm: Use common .lds file where possibleSimon Glass1-86/+0
2012-03-26PXA: Fix missing get_tbclk() breaking vpac boardsMarek Vasut1-0/+5
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-1/+1
2011-12-11pxa: activate the first usb host port on pxa27x by defaultStefan Herbrechtsmeier1-2/+2
2011-12-11pxa: fix usb host register mismatchStefan Herbrechtsmeier1-1/+1
2011-12-06PXA: Rename pxa_dram_init to pxa2xx_dram_initMarek Vasut1-2/+2
2011-12-06PXA: Replace timer driverMarek Vasut1-52/+35
2011-12-06PXA: Add cpuinfo display for PXA2xxMarek Vasut2-0/+134
2011-12-06PXA: Separate PXA2xx CPU initMarek Vasut2-73/+31
2011-12-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut4-20/+20
2011-12-06PXA: Re-add the Dcache locking as RAM for pxa250Marek Vasut2-2/+116
2011-12-06PXA: Rework start.S to be closer to other ARMsMarek Vasut2-247/+153
2011-11-03Reduce build timesWolfgang Denk1-1/+2
2011-09-07PXA: FIX: Deep-sleep return address in stored in PSPRMarek Vasut1-1/+1
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ1-7/+1
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-15/+15
2011-04-27mv_i2c: use structure to replace the direclty defineLei Wen1-0/+10
2011-04-27pxa: move i2c driver to the common placeLei Wen2-470/+0
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2-0/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann1-3/+3
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann1-2/+2
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann1-5/+5
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-17ARM: fix linker file for newer ld supportAlbert Aribaud1-11/+24
2010-10-29Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxaWolfgang Denk1-1/+0
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-4/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-20/+8
2010-10-27arm/pxa: remove unused arch-pxa/macro.hMikhail Kshevetskiy1-1/+0
2010-10-27Coding Style cleanupWolfgang Denk1-1/+1
2010-10-26ARM: fix address setup in start.SDarius Augulis1-2/+4
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-2/+3
2010-10-22PXA: Use pxa-regs.h register definitions in start.SMarek Vasut1-12/+8
2010-10-22PXA: Implement ELF relocationMarek Vasut2-76/+72
2010-10-19PXA: Fix reloc, Push lowlevel init into C codeMarek Vasut2-214/+359
2010-10-19PXA: pxafb: Marvell Littleton LCD definitionMarek Vasut1-0/+33
2010-10-19PXA: pxafb: Add support for Sharp LQ038J7DH53Marek Vasut1-0/+34