aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/ixp
AgeCommit message (Expand)AuthorFilesLines
2014-02-06ARM: IXP: Remove the IXP architecture supportMarek Vasut7-816/+0
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-8/+0
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD1-6/+9
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-26/+4
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-119/+7
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-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-6/+5
2013-05-23arm: Enable -ffunction-sections / -fdata-sections / --gc-sectionsTom Rini1-4/+0
2013-04-13ARM: Fix __bss_start and __bss_end in linker scriptsAlbert ARIBAUD1-4/+10
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2-1/+7
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau1-5/+3
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-3/+1
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau1-0/+4
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-4/+10
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD1-3/+9
2013-02-01ixp: Move timestamp to arch_global_dataSimon Glass1-4/+4
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-4/+4
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-46/+9
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-09-24dm: net: Move IXP NPE to drivers/net/Marek Vasut150-69488/+0
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese1-22/+0
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2012-05-22arch/arm/cpu/ixp/npe/npe.c: Fix build warningAnatolij Gustschin1-1/+1
2012-03-26IXP: Squash warnings in IXP NPEMarek Vasut3-7/+1
2012-03-26IXP: Make IXP buildable with arm-linux- toolchainsMarek Vasut1-0/+3
2011-11-03Reduce build timesWolfgang Denk1-1/+2
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-1/+1
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD2-10/+10
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams5-5/+5
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-2/+2
2011-06-27Minor coding style fixes.Wolfgang Denk1-3/+0
2011-06-23IXP NPE: add support for fixed-speed MII portsMichael Schwingen1-25/+42
2011-06-23use -ffunction-sections / --gc-sections on IXP42xMichael Schwingen2-4/+9
2011-06-23fix "depend" target in npe directoryMichael Schwingen1-0/+1
2011-06-23Fix IXP code to work after relocation was addedMichael Schwingen3-125/+63
2011-06-23add support for IXP42x Rev. B1 and newerMichael Schwingen1-2/+5
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2-0/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2