aboutsummaryrefslogtreecommitdiff
path: root/board/mpl
AgeCommit message (Expand)AuthorFilesLines
2009-07-19mpl: printing current stdio devices cleanupJean-Christophe PLAGNIOL-VILLARD5-34/+6
2009-07-18MIP405T: fix compile problemWolfgang Denk1-1/+1
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD4-8/+8
2009-06-12General help message cleanupWolfgang Denk4-4/+4
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-57/+0
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-03-29VCMA9: fix compile errorsWolfgang Denk1-2/+3
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho3-7/+3
2009-03-20boards: get mac address from environmentMike Frysinger1-7/+4
2009-01-28Command usage cleanupPeter Tyser4-4/+4
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar3-1/+3
2008-11-09Moved PPC4xx EMAC driver to drivers/netBen Warren1-1/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk1-5/+6
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher11-73/+73
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD11-73/+73
2008-10-14The PIPE_INTERRUPT flag is used wrongRemy Bohmer1-1/+1
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD4-10/+10
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-VILLARD3-3/+3
2008-09-09disk-on-chip: remove duplicate doc_probe declarationJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk4-10/+10
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk4-4/+4
2008-06-12Change initdram() return type to phys_size_tBecky Bruce3-3/+3
2008-06-03ppc4xx: Remove superfluous dram_init() call or replace it by initdram()Stefan Roese2-26/+0
2008-05-21Big white-space cleanup.Wolfgang Denk22-370/+368
2008-04-17Remove all the search paths from the .lds files.Jason Wessel3-3/+0
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-2/+2
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-0/+7
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-22/+15
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk3-3/+3
2007-12-11Merge commit 'u-boot/master' into for-1.3.1Stefan Roese3-3/+3
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-18Fix compiler warnings for ARM systems.Wolfgang Denk2-2/+2
2007-10-31ppc4xx: Rework of 4xx serial driver (2)Stefan Roese2-2/+2
2007-10-31ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xxStefan Roese1-1/+1
2007-10-31ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platformsStefan Roese2-3/+3
2007-10-13Fix warning differ in signedness in board/mpl/vcma9/vcma9.cWolfgang Denk1-2/+2
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-2/+2
2007-07-09board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger4-6/+6
2007-07-04Remove obsolete mpc5xx linker scriptsGrant Likely1-140/+0
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger4-5/+5
2007-02-20Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese1-3/+0
2007-02-20[PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese2-2/+2
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-3/+0
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk4-4/+4
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz4-29/+56
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk6-23/+14