summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2016-06-06arm/arm64: implement a boot header capabilityAndre Przywara
2016-06-04arm: lib: Fix fix push/pop-section directivesMarek Vasut
2016-06-03arm: lib: fix push/pop-section directivesStephen Warren
2016-06-03arm: lib: Split asm symbols into different .text subsectionsMarek Vasut
2016-06-03arm: lib: Import Thumb1 functionsMarek Vasut
2016-06-03arm: lib: import muldi3.S from LinuxMarek Vasut
2016-06-03arm: lib: Repair Warning: conditional infixes are deprecated in unified syntaxMarek Vasut
2016-06-03arm: lib: Import __do_div64 from LinuxMarek Vasut
2016-06-03arm: lib: Fix uldivmod.S build on Thumb2Marek Vasut
2016-06-03arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut
2016-06-03arm: lib: Sync libgcc shift operationsMarek Vasut
2016-06-03arm: lib: Drop underscore from private libgcc filenamesMarek Vasut
2016-06-03arm: include: Import unified.h from Linux kernelMarek Vasut
2016-05-27Rename reset to sysresetStephen Warren
2016-05-02Change my mailaddressAndreas Bießmann
2016-04-01arm: spl: Align default board_init_f comment with codeAndreas Dannenberg
2016-03-27arm: Add support for HYP mode and LPAE page tablesAlexander Graf
2016-03-21armv8: lsch3: Enable WUO config for RNI-20 nodePrabhakar Kushwaha
2016-03-17arm: Add a 64-bit division routine to the private librarySimon Glass
2016-03-16arm: Allow EFI payload code to take exceptionsAlexander Graf
2016-03-16arm64: Allow EFI payload code to take exceptionsAlexander Graf
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-02-15arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)
2016-01-31arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7Marek Vasut
2016-01-22ARM: bootm: Try to use relocated ramdiskJeffy Chen
2016-01-14arm: initialize gd for AArch64Stephen Warren
2016-01-14arm: move gd handling outside of C codeAlbert ARIBAUD
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko
2015-12-05common: bootm: check return value of strict_strtoulPeng Fan
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-11-10arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski
2015-11-10arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass
2015-10-24arm: Switch aarch64 to using generic global_data setupSimon Glass
2015-10-15armv8/gic: Fix GIC v2 initializationThierry Reding
2015-10-14Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD
2015-09-28arm: Drop old non-generic-board codeSimon Glass
2015-09-12arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass
2015-09-03Merge git://git.denx.de/u-boot-rockchipTom Rini
2015-09-03arm: reset: Avoid a build error when the reset uclass is enabledSimon Glass
2015-09-02armv8: Add framework for CCN-504 interconnect configurationBhupesh Sharma
2015-08-13ARM: SPL: Use CONFIG_SPL_DM not CONFIG_DMTom Rini
2015-08-13ARM: cache: implement a default weak flush_cache() functionWu, Josh
2015-08-13ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher
2015-07-27arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN valuesThierry Reding
2015-07-07arm: Add ENTRY/ENDPROC to private libgcc functionsSimon Glass
2015-05-28common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter
2015-05-14arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini