summaryrefslogtreecommitdiff
path: root/arch/arm/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add in the ability to load and boot an uncompressed kernel image during the F...Nathan Barrett-Morrison2022-09-141-1/+4
* ARM: cache: Allow SPL to build cache-pl310.cPhilip Oberfichtner2022-09-011-1/+1
* arm: init: save previous bootloader dataDzmitry Sankouski2022-04-041-0/+5
* spl: Add semihosting boot methodSean Anderson2022-04-011-1/+1
* arm64: arch/arm/lib: Add optimized memset/memcpy/memmove functionsStefan Roese2021-09-241-0/+5
* ARM: make LTO availableMarek Behún2021-05-241-0/+2
* ARM: fix LTO build for some thumb-interwork casesMarek Behún2021-05-241-0/+1
* bdinfo: arm: Move ARM-specific info into its own fileSimon Glass2020-06-251-0/+1
* ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for themClaudius Heine2020-05-011-1/+1
* arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty2020-01-101-0/+1
* spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner2019-11-171-1/+1
* efi_selftest: allow building on ARMv7-MHeinrich Schuchardt2019-02-131-1/+5
* arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15Lokesh Vutla2018-05-071-5/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* ARM: Fix Makefile during SPL and TPL buildMarek Vasut2018-04-111-2/+2
* move booti_setup to arch/arm/lig/image.cBin Chen2018-02-071-1/+1
* efi_selftest: test start imageHeinrich Schuchardt2018-01-221-0/+1
* arm: provide a PCS-compliant setjmp implementationPhilipp Tomsich2017-11-211-0/+6
* arm: Add Kconfig symbols used for Linux asm compatibilityPhil Edworthy2017-06-051-2/+0
* armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara2017-05-171-1/+1
* armv8: SPL: only compile GIC code if neededAndre Przywara2017-05-171-0/+2
* spl: fdt: support for fdt fixup for falcon bootB, Ravi2017-05-111-0/+1
* armv7m: add instruction & data cache supportVikas Manocha2017-04-081-0/+2
* arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini2017-03-181-1/+1
* ARM: Default to using optimized memset and memcpy routinesTom Rini2017-01-201-2/+2
* armv8: prevent using THUMBAndre Przywara2017-01-041-0/+2
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-271-1/+1
* efi: arm: Add EFI app supportSimon Glass2016-11-141-0/+10
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-201-1/+2
* ARM: Rework and correct barrier definitionsTom Rini2016-08-051-5/+0
* spl: zImage support in Falcon modeLadislav Michl2016-07-221-0/+2
* ARMv8/PSCI: Fixup the device tree for PSCIHou Zhiqiang2016-07-191-0/+2
* arm: lib: import muldi3.S from LinuxMarek Vasut2016-06-021-1/+2
* arm: lib: Import __do_div64 from LinuxMarek Vasut2016-06-021-1/+1
* arm: lib: Sync libgcc 32b division/modulo operationsMarek Vasut2016-06-021-3/+2
* arm: lib: Drop underscore from private libgcc filenamesMarek Vasut2016-06-021-3/+3
* arm: include: Import unified.h from Linux kernelMarek Vasut2016-06-021-1/+8
* Rename reset to sysresetStephen Warren2016-05-261-1/+1
* arm: Add a 64-bit division routine to the private librarySimon Glass2016-03-171-1/+2
* arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-101-0/+24
* arm: Drop old non-generic-board codeSimon Glass2015-09-281-3/+0
* 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-011-0/+1
|/
* common/cmd_boot: keep ARM v7M in thumb mode during do_go_exec()Matt Porter2015-05-281-0/+1
* ARM: Add ARMv7-M supportrev13@wp.pl2015-04-221-2/+6
* common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-171-0/+1
* arm: debug: add Kconfig entries for lowlevel debugMasahiro Yamada2014-10-261-0/+2
* arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo2014-07-031-0/+1
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-151-1/+1