aboutsummaryrefslogtreecommitdiff
path: root/board/evb64260
AgeCommit message (Expand)AuthorFilesLines
2011-04-20powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund1-2/+3
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-8/+8
2010-11-2774xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-48/+12
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-28/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-08-09miiphy: constify device nameMike Frysinger1-3/+3
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-06-30Merge branch 'master' into nextWolfgang Denk1-1/+1
2010-06-29Fix compiler warnings for EVB64260, P3G4 and ZUMAAnatolij Gustschin1-1/+1
2010-06-23Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitionsWolfgang Denk1-1/+1
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-06-12General help message cleanupWolfgang Denk1-3/+1
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-02-18Fix build errors after making flash_get_info() non-staticWolfgang Denk1-2/+1
2009-01-28Command usage cleanupPeter Tyser1-3/+3
2008-12-09evb64260: fix "cast to pointer from integer of different size" warningsWolfgang Denk2-3/+7
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD10-109/+109
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-02Moved initialization of GT6426x Ethernet controller to board_eth_init()Ben Warren2-1/+8
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2-3/+3
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk6-13/+13
2008-04-17Remove all the search paths from the .lds files.Jason Wessel1-1/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-07-10board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger3-3/+3
2007-07-09board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger3-5/+5
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger3-5/+5
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-10-09Coding style cleanupWolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-6/+12
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk4-99/+81
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk1-1/+1
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-7/+17
2005-10-13Cleanup for GCC-4.xWolfgang Denk6-13/+15
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-05-03* Patch by Stefan Roese, 03 May 2005:stroese1-0/+10
2004-12-31* Code cleanup, mostly for GCC-3.3.xwdenk1-0/+2
2004-02-23* CVS add missing fileswdenk1-5/+1
2004-02-12Last minute fixes / cleanup.U-Boot-1_0_2wdenk1-4/+4
2004-02-12* Some code cleanupwdenk5-860/+929