summaryrefslogtreecommitdiff
path: root/board/evb64260
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-02-04ppc: Move mirror_hack to arch_global_dataSimon Glass
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 serial driverMarek Vasut
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk
2012-05-23net: Fix remaining API interface breakageJoe Hershberger
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger
2011-11-23i2c: Codingstyle cleanup for i2c evb64260 board driverHeiko Schocher
2011-11-16board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warningsWolfgang Denk
2011-11-16board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanupWolfgang Denk
2011-11-16board/evb64260/sdram_init.c: Fix GCC 4.6 build warningsWolfgang Denk
2011-11-16board/evb64260/eth.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-16board/evb64260/evb64260.c: Fix GC 4.6 build warningWolfgang Denk
2011-11-16board/evb64260/i2c.c: Fix GCC 4.6 build warningsWolfgang Denk
2011-11-16board/evb64260/i2c.c: Coding Style cleanupWolfgang Denk
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
2011-04-20powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2010-11-2774xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-08-09miiphy: constify device nameMike Frysinger
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-30Merge branch 'master' into nextWolfgang Denk
2010-06-29Fix compiler warnings for EVB64260, P3G4 and ZUMAAnatolij Gustschin
2010-06-23Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitionsWolfgang Denk
2010-04-21Move arch/ppc to arch/powerpcStefan Roese
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser
2009-10-03ppc: Enable full relocation to RAMPeter Tyser
2009-06-12General help message cleanupWolfgang Denk
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho
2009-02-18Fix build errors after making flash_get_info() non-staticWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2008-12-09evb64260: fix "cast to pointer from integer of different size" warningsWolfgang Denk
2008-11-18Align end of bss by 4 bytesSelvamuthukumar
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD
2008-09-02Moved initialization of GT6426x Ethernet controller to board_eth_init()Ben Warren