aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD8-3/+210
2015-04-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+7
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood1-0/+7
2015-04-22ARM: Add ARMv7-M supportrev13@wp.pl5-2/+201
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-16ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow cachingBryan Brinsko1-0/+14
2015-04-03Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-2/+11
2015-03-28armv8: semihosting: delete external interfaceLinus Walleij1-92/+0
2015-03-28armv8: semihosting: add a command to load semihosted imagesLinus Walleij1-0/+70
2015-03-28armv8: semihosting: do not inline trap callLinus Walleij1-1/+1
2015-03-27ARMv8: enable pre-allocation mallocDavid Feng1-2/+11
2015-03-10Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-4/+9
2015-03-09ARM: PSCI: Rework the DT handler slightlyTom Rini1-2/+2
2015-03-09arm: relocation: clear .bss section with arch memset if definedPrzemyslaw Marczak1-1/+9
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass1-3/+10
2015-03-04arm: spl: Avoid setting up a duplicate global data structureSimon Glass1-0/+4
2015-02-25Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2015-02-24ARM: remove jadecpu board supportMasahiro Yamada1-46/+0
2015-02-24armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stackYork Sun1-1/+1
2015-02-24Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+43
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann2-0/+43
2015-02-03arm: Show relocated PC/LR in the register dumpSimon Glass1-4/+9
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-0/+2
2015-01-19arm, arm926ejs: make thumb mode compileableHeiko Schocher1-0/+2
2015-01-16arm: Add warnings about using gdataSimon Glass1-1/+6
2015-01-09arm: build arch memset/memcpy in Thumb2 modeStefan Agner2-81/+111
2015-01-05ARM: bootm: do not add PSCI to fdt when booting in secure mode.Ian Campbell1-2/+2
2015-01-01Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-0/+44
2014-12-29arm: semihosting: get rid of forward declarationsLinus Walleij1-89/+84
2014-12-29arm: semihosting: fix up compile bugsLinus Walleij1-49/+52
2014-12-29arm: semihosting: staticize internal functionsLinus Walleij1-4/+9
2014-12-18ARM: Implement non-cached memory supportThierry Reding1-0/+44
2014-11-24Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+26
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-30/+48
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2014-11-24ARM: bootm: Allow booting in secure mode on hyp capable systemsHans de Goede1-5/+26
2014-11-21dm: arm: spl: Allow simple malloc() in SPLSimon Glass1-1/+1
2014-11-20ARM: remove CONFIG_ARM1136 definesMasahiro Yamada1-2/+2
2014-11-20ARM: remove CONFIG_ARM926EJS definesMasahiro Yamada1-2/+2
2014-11-20imx: fix exception vectors relocation in imx27Albert ARIBAUD2-28/+46
2014-11-20cosmetic: arm: fix whitespace in arch/arm/lib/relocate.SAlbert ARIBAUD1-4/+4
2014-11-12ARM: cache-cp15: Use more accurate typesThierry Reding1-3/+3
2014-11-11Revert "lib: bootm: add missing include"Michal Simek1-1/+0
2014-11-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-0/+138
2014-10-29arm: interrupt_init: set sp in IRQ/FIQ modesGeorges Savoundararadj1-0/+27
2014-10-29arm: relocate the exception vectorsGeorges Savoundararadj1-0/+30
2014-10-29arm: make .vectors section allocatableGeorges Savoundararadj1-1/+1
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-1/+4
2014-10-26arm: debug: adjust for U-BootMasahiro Yamada1-1/+1