aboutsummaryrefslogtreecommitdiff
path: root/board/actux3
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-4/+4
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD1-6/+9
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-4/+4
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-06-21arm: make __rel_dyn_{start, end} compiler-generatedAlbert ARIBAUD1-2/+10
2013-06-21arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD1-1/+5
2013-06-21remove all references to .dynsymAlbert ARIBAUD1-5/+1
2013-04-13ARM: Fix __bss_start and __bss_end in linker scriptsAlbert ARIBAUD1-4/+10
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-0/+3
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-5/+13
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD1-4/+12
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-5/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-18actux[123]: Update linker script for ELDK 4.2Tom Rini1-1/+1
2012-03-26IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}Marek Vasut1-2/+0
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-06-23update/fix AcTux3 boardMichael Schwingen3-83/+93
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-3/+4
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-2/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-3/+3
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2-3/+3
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-0/+2
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-35/+35
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-03-02actua1/actua2/actua3: Fix multiple unused variable warningsJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-01-18add AcTux-3 board supportMichael Schwingen5-0/+353