summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-31arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut1-1/+1
2016-01-22ARM: bootm: Try to use relocated ramdiskJeffy Chen1-1/+11
2016-01-15arm: initialize gd for AArch64Stephen Warren1-0/+2
2016-01-14arm: move gd handling outside of C codeAlbert ARIBAUD1-0/+3
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD2-2/+5
2015-12-06Change e-mail address of Kamil LulkoKamil Lulko2-2/+2
2015-12-06common: bootm: check return value of strict_strtoulPeng Fan1-1/+4
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD4-3/+38
2015-11-10arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski1-2/+2
2015-11-10arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski1-0/+2
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass1-24/+4
2015-10-24arm: Switch aarch64 to using generic global_data setupSimon Glass1-12/+3
2015-10-15armv8/gic: Fix GIC v2 initializationThierry Reding1-1/+9
2015-10-14Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2-690/+0
2015-09-28arm: Drop old non-generic-board codeSimon Glass2-690/+0
2015-09-12arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass2-20/+36
2015-09-03Merge git://git.denx.de/u-boot-rockchipTom Rini1-0/+2
2015-09-03arm: reset: Avoid a build error when the reset uclass is enabledSimon Glass1-0/+2
2015-09-02armv8: Add framework for CCN-504 interconnect configurationBhupesh Sharma2-0/+62
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