summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/ixp
AgeCommit message (Expand)Author
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-03-12arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD
2013-02-01ixp: Move timestamp to arch_global_dataSimon Glass
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo
2012-09-24dm: net: Move IXP NPE to drivers/net/Marek Vasut
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo
2012-05-22arch/arm/cpu/ixp/npe/npe.c: Fix build warningAnatolij Gustschin
2012-03-26IXP: Squash warnings in IXP NPEMarek Vasut
2012-03-26IXP: Make IXP buildable with arm-linux- toolchainsMarek Vasut
2011-11-03Reduce build timesWolfgang Denk
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V
2011-06-27Minor coding style fixes.Wolfgang Denk
2011-06-23IXP NPE: add support for fixed-speed MII portsMichael Schwingen
2011-06-23use -ffunction-sections / --gc-sections on IXP42xMichael Schwingen
2011-06-23fix "depend" target in npe directoryMichael Schwingen
2011-06-23Fix IXP code to work after relocation was addedMichael Schwingen
2011-06-23add support for IXP42x Rev. B1 and newerMichael Schwingen
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-02-02ARM: */start.S: code cleanupLiu Hui-R64343
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher
2010-11-26arm: add ELF relocation support to rest of cpusAlbert Aribaud
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk
2010-10-26ARM: use the same branch insn on all architecturesWolfgang Denk
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk
2010-09-28ixp/npe: Remove duplicated commentThomas Weber
2010-09-19ARM: implement relocation for ixpHeiko Schocher
2010-08-09miiphy: constify device nameMike Frysinger