summaryrefslogtreecommitdiff
path: root/arch/arm/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-06-22arm: generalize lib/bss.c into lib/sections.cAlbert ARIBAUD1-1/+1
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-0/+1
2013-05-14arm: Use image_setup_linux() instead of local codeSimon Glass1-0/+1
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2013-03-16arm: Enable generic board supportSimon Glass1-0/+3
2013-03-13arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD1-0/+1
2013-01-11arm: Make interrupts.o and reset.o in libarm also appear in SPLTom Wai-Hong Tam1-2/+3
2013-01-09arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-0/+2
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini1-0/+2
2012-09-01arm: enable libgcc build for SPLAllen Martin1-1/+1
2012-03-28Add cache functions to SPL for armv7Stefano Babic1-2/+3
2011-07-26scaled down version of generic libraries for SPLAneesh V1-0/+2
2011-07-04armv7: add PL310 support to u-bootAneesh V1-0/+1
2011-07-04armv7: rename cache related CONFIG flagsAneesh V1-2/+0
2011-04-27arm: Use optimized memcpy and memset from linuxMatthias Weisser1-0/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-5/+5
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+82