summaryrefslogtreecommitdiff
path: root/board/mpl/common
AgeCommit message (Expand)AuthorFilesLines
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass2-4/+6
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-112/+3
2013-10-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-09-20SPDX: fix IBM-pibs license identifierWolfgang Denk1-1/+1
2013-08-19SPDX-License-Identifier: convert PIBS licensed filesWolfgang Denk1-22/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk10-181/+10
2013-04-02Consolidate bool typeYork Sun1-10/+3
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-4/+4
2012-01-09board/mpl/common: remove the old legacy flashDavid Müller3-896/+182
2011-12-12board/mpl/common/isa.c: Fix GCC 4.6 build warningsDavid Müller (ELSOFT AG)1-3/+3
2011-12-02board/mpl/common/flash.c: Fix GCC 4.6 build warningWolfgang Denk1-2/+1
2011-11-08board/mpl/common/flash.c: fix GCC 4.6 build warningWolfgang Denk1-14/+1
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2010-10-07board/mpl: Remove mpl-specific memory test commandPeter Tyser2-592/+3
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2-2/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk2-3/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-1/+0
2009-10-03mpl: Remove memory test relocation fixupsPeter Tyser1-26/+0
2009-10-03ppc: Remove pci config table pointer relocation fixupsPeter Tyser1-18/+0
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese1-29/+29
2009-08-10Dual-license IBM code contributionsJosh Boyer1-0/+2
2009-07-19PATI board: fix compiler warningsWolfgang Denk1-3/+7
2009-07-19mpl: printing current stdio devices cleanupJean-Christophe PLAGNIOL-VILLARD2-31/+0
2009-07-18MIP405T: fix compile problemWolfgang Denk1-1/+1
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD3-5/+5
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk1-5/+6
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher5-47/+47
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD5-47/+47
2008-10-14The PIPE_INTERRUPT flag is used wrongRemy Bohmer1-1/+1
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2-7/+7
2008-09-11rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
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-05-21Big white-space cleanup.Wolfgang Denk8-165/+163
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
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-07-10board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-4/+4
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-3/+3
2007-02-20[PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk3-6/+8