summaryrefslogtreecommitdiff
path: root/board/prodrive/p3mx
AgeCommit message (Expand)AuthorFilesLines
2012-05-23net: Fix remaining API interface breakageJoe Hershberger2-5/+2
2012-05-23net: Remove redefinitions of net.h functionsJoe Hershberger1-2/+0
2012-03-31pci: get rid of local prototypesLinus Walleij1-4/+0
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger1-1/+1
2012-03-07PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut2-0/+6
2012-03-05pci: move pciauto_config_init() to pci.hLinus Walleij1-1/+0
2011-11-03board/prodrive/p3mx/mv_eth.c: fix GCC 4.6 build warningsWolfgang Denk1-27/+6
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-3/+4
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-15/+15
2010-11-2874xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-135/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-28/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-08-09miiphy: constify device nameMike Frysinger1-4/+4
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-2/+2
2010-04-22Move arch/ppc to arch/powerpcStefan Roese2-2/+2
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2009-10-03p3mx: Remove serial relocation fixupsPeter Tyser1-10/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-07-09asm-generic: Consolidate errno.h to asm-generic/errno.hMichal Simek1-1/+1
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2008-11-19Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-3/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD5-78/+78
2008-09-11rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-19Clean up usage of icache_disable/dcache_disableKumar Gala1-2/+0
2008-07-03Cleanup: remove redundant deleting on *~ filesWolfgang Denk1-1/+1
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk3-8/+8
2008-04-18Remove 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/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-02-27Minor code cleanup.Wolfgang Denk1-1/+0
2007-02-10[PATCH] Add missing p3mx.h file to repository (ups)Stefan Roese1-0/+34
2007-01-18[PATCH] Update Prodrive P3Mx supportStefan Roese2-6/+61
2006-11-30Code cleanup. Update CHANGELOG.Wolfgang Denk2-390/+317
2006-11-29[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese17-0/+9740