summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* arm: spl: Align default board_init_f comment with codeAndreas Dannenberg2016-04-011-1/+1
* arm: Add support for HYP mode and LPAE page tablesAlexander Graf2016-03-271-6/+60
* armv8: lsch3: Enable WUO config for RNI-20 nodePrabhakar Kushwaha2016-03-211-0/+21
* arm: Add a 64-bit division routine to the private librarySimon Glass2016-03-172-1/+247
* arm: Allow EFI payload code to take exceptionsAlexander Graf2016-03-151-0/+8
* arm64: Allow EFI payload code to take exceptionsAlexander Graf2016-03-151-0/+9
* efi_loader: Add runtime servicesAlexander Graf2016-03-151-0/+4
* arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)2016-02-151-1/+5
* arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut2016-01-311-1/+1
* ARM: bootm: Try to use relocated ramdiskJeffy Chen2016-01-211-1/+11
* arm: initialize gd for AArch64Stephen Warren2016-01-141-0/+2
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-131-0/+3
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-132-2/+5
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-052-2/+2
* common: bootm: check return value of strict_strtoulPeng Fan2015-12-051-1/+4
* arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-104-3/+38
* arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski2015-11-101-2/+2
* arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski2015-11-101-0/+2
* arm: Switch 32-bit ARM to using generic global_data setupSimon Glass2015-10-241-24/+4
* arm: Switch aarch64 to using generic global_data setupSimon Glass2015-10-241-12/+3
* armv8/gic: Fix GIC v2 initializationThierry Reding2015-10-151-1/+9
* Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2015-10-142-690/+0
|\
| * arm: Drop old non-generic-board codeSimon Glass2015-09-282-690/+0
* | arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass2015-09-122-20/+36
|/
* Merge git://git.denx.de/u-boot-rockchipTom Rini2015-09-031-0/+2
|\
| * arm: reset: Avoid a build error when the reset uclass is enabledSimon Glass2015-09-021-0/+2
* | armv8: Add framework for CCN-504 interconnect configurationBhupesh Sharma2015-09-012-0/+62
|/
* ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini2015-08-121-2/+2
* ARM: cache: implement a default weak flush_cache() functionWu, Josh2015-08-121-21/+5
* ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh2015-08-121-0/+9
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-2/+2
* arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN valuesThierry Reding2015-07-271-1/+2
* arm: Add ENTRY/ENDPROC to private libgcc functionsSimon Glass2015-07-077-17/+30
* common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter2015-05-282-0/+45
* arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini2015-05-141-0/+2
* virt-dt: Allow reservation of secure region when in a RAM carveoutJan Kiszka2015-05-131-0/+6
* ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka2015-05-132-4/+4
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2015-05-058-3/+210
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-04-241-0/+7
| |\
| | * armv8/ls2085aqds: NAND boot supportScott Wood2015-04-231-0/+7
| * | ARM: Add ARMv7-M supportrev13@wp.pl2015-04-225-2/+201
| |/
| * net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
| * common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* | ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow cachingBryan Brinsko2015-04-161-0/+14
|/
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-04-031-2/+11
|\
| * ARMv8: enable pre-allocation mallocDavid Feng2015-03-271-2/+11
* | armv8: semihosting: delete external interfaceLinus Walleij2015-03-281-92/+0
* | armv8: semihosting: add a command to load semihosted imagesLinus Walleij2015-03-281-0/+70
* | armv8: semihosting: do not inline trap callLinus Walleij2015-03-281-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-03-101-4/+9
|\
OpenPOWER on IntegriCloud