summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2015-08-13ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini1-2/+2
2015-08-13ARM: cache: implement a default weak flush_cache() functionWu, Josh1-21/+5
2015-08-13ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh1-0/+9
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-2/+2
2015-07-28arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN valuesThierry Reding1-1/+2
2015-07-07arm: Add ENTRY/ENDPROC to private libgcc functionsSimon Glass7-17/+30
2015-05-28common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter2-0/+45
2015-05-14arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini1-0/+2
2015-05-13virt-dt: Allow reservation of secure region when in a RAM carveoutJan Kiszka1-0/+6
2015-05-13ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka2-4/+4
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-24armv8/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-11Merge 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-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2015-02-25ARM: remove jadecpu board supportMasahiro Yamada1-46/+0
2015-02-25armv8/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-18common/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-25Merge 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