summaryrefslogtreecommitdiff
path: root/arch/arm/lib/Makefile
AgeCommit message (Expand)Author
2017-06-05arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy
2017-05-17armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara
2017-05-17armv8: SPL: only compile GIC code if neededAndre Przywara
2017-05-12spl: fdt: support for fdt fixup for falcon bootB, Ravi
2017-04-08armv7m: add instruction & data cache supportVikas Manocha
2017-03-19arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini
2017-01-04armv8: prevent using THUMBAndre Przywara
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-14efi: arm: Add EFI app supportSimon Glass
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-08-05ARM: Rework and correct barrier definitionsTom Rini
2016-07-22spl: zImage support in Falcon modeLadislav Michl
2016-07-19ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang
2016-06-03arm: lib: import muldi3.S from LinuxMarek Vasut
2016-06-03arm: lib: Import __do_div64 from LinuxMarek Vasut
2016-06-03arm: lib: Sync libgcc 32b division/modulo 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-03-17arm: Add a 64-bit division routine to the private librarySimon Glass
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-09-28arm: Drop old non-generic-board codeSimon 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-05-28common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter
2015-04-22ARM: Add ARMv7-M supportrev13@wp.pl
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann
2014-10-26arm: debug: add Kconfig entries for lowlevel debugMasahiro Yamada
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD
2014-04-07arm64 patch: gicv3 supportDavid Feng
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD
2014-01-09arm64: core supportDavid Feng
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-06-21arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15arm: Enable generic board supportSimon Glass
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD
2013-01-10arm: Make interrupts.o and reset.o in libarm also appear in SPLTom Wai-Hong Tam
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini
2012-09-01arm: enable libgcc build for SPLAllen Martin
2012-03-27Add cache functions to SPL for armv7Stefano Babic