summaryrefslogtreecommitdiff
path: root/arch/arm/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-05-24ARM: make LTO availableMarek Behún1-0/+2
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún1-0/+1
2020-06-25bdinfo: arm: Move ARM-specific info into its own fileSimon Glass1-0/+1
2020-05-01ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for themClaudius Heine1-1/+1
2020-01-10arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty1-0/+1
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner1-1/+1
2019-02-13efi_selftest: allow building on ARMv7-MHeinrich Schuchardt1-1/+5
2018-05-07arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15Lokesh Vutla1-5/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-11ARM: Fix Makefile during SPL and TPL buildMarek Vasut1-2/+2
2018-02-08move booti_setup to arch/arm/lig/image.cBin Chen1-1/+1
2018-01-23efi_selftest: test start imageHeinrich Schuchardt1-0/+1
2017-11-22arm: provide a PCS-compliant setjmp implementationPhilipp Tomsich1-0/+6
2017-06-05arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy1-2/+0
2017-05-17armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara1-1/+1
2017-05-17armv8: SPL: only compile GIC code if neededAndre Przywara1-0/+2
2017-05-12spl: fdt: support for fdt fixup for falcon bootB, Ravi1-0/+1
2017-04-08armv7m: add instruction & data cache supportVikas Manocha1-0/+2
2017-03-19arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini1-1/+1
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini1-2/+2
2017-01-04armv8: prevent using THUMBAndre Przywara1-0/+2
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-1/+1
2016-11-15efi: arm: Add EFI app supportSimon Glass1-0/+10
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini1-1/+2
2016-08-05ARM: Rework and correct barrier definitionsTom Rini1-5/+0
2016-07-22spl: zImage support in Falcon modeLadislav Michl1-0/+2
2016-07-19ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang1-0/+2
2016-06-03arm: lib: import muldi3.S from LinuxMarek Vasut1-1/+2
2016-06-03arm: lib: Import __do_div64 from LinuxMarek Vasut1-1/+1
2016-06-03arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut1-3/+2
2016-06-03arm: lib: Drop underscore from private libgcc filenamesMarek Vasut1-3/+3
2016-06-03arm: include: Import unified.h from Linux kernelMarek Vasut1-1/+8
2016-05-27Rename reset to sysresetStephen Warren1-1/+1
2016-03-17arm: Add a 64-bit division routine to the private librarySimon Glass1-1/+2
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD1-0/+24
2015-09-28arm: Drop old non-generic-board codeSimon Glass1-3/+0
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 Sharma1-0/+1
2015-05-28common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter1-0/+1
2015-04-22ARM: Add ARMv7-M supportrev13@wp.pl1-2/+6
2015-02-18common/board_f: factor out reserve_stacksAndreas Bießmann1-0/+1
2014-10-27arm: debug: add Kconfig entries for lowlevel debugMasahiro Yamada1-0/+2
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo1-0/+1
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-1/+1
2014-04-08arm64 patch: gicv3 supportDavid Feng1-0/+1
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-11/+2
2014-02-27arm: make _end compiler-generatedAlbert ARIBAUD1-1/+1
2014-01-09arm64: core supportDavid Feng1-3/+17
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-60/+26