aboutsummaryrefslogtreecommitdiff
path: root/board/mpl
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada4-16/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada3-64/+5
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-22/+3
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-09-20SPDX: fix IBM-pibs license identifierWolfgang Denk3-3/+3
2013-08-19SPDX-License-Identifier: convert PIBS licensed filesWolfgang Denk3-68/+9
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk29-510/+29
2013-07-23i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach1-1/+1
2013-04-02replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD1-1/+1
2013-04-01Consolidate bool typeYork Sun3-19/+9
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+375
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-4/+4
2012-01-09board/mpl/pati: use the CFI driver for the PATI boardDavid Müller1-2/+2
2012-01-09board/mpl/mip405: use the CFI driver for the MIP405/MIP405T boardDavid Müller2-3/+25
2012-01-09board/mpl/pip405: use the CFI driver for the PIP405 boardDavid Müller2-8/+26
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-16pip405.c: Fix GCC 4.6 build warningsStefan Roese1-4/+7
2011-11-16mip405.c: Fix GCC 4.6 build warningsStefan Roese1-7/+3
2011-11-08ARM: remove superfluous setting of arch_number in board specific code.David Müller (ELSOFT AG)1-3/+0
2011-11-07board/mpl/common/flash.c: fix GCC 4.6 build warningWolfgang Denk1-14/+1
2011-10-15punt unused clean/distclean targetsMike Frysinger4-24/+0
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-07-04VCMA9: various cleanups/code style fixesDavid Müller (ELSOFT AG)5-489/+513
2011-07-04VCMA9: use CFI driver (and remove the old one)David Müller (ELSOFT AG)3-433/+13
2011-07-04VCMA9: remove unneeded config.mkDavid Müller (ELSOFT AG)1-24/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2010-12-09Remove redundant config.mk filesWolfgang Denk1-24/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier4-8/+8
2010-10-28Add generic support for samsung s3c2440C Nauman1-20/+21
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk3-67/+1
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk5-9/+10
2010-10-06board/mpl: Remove mpl-specific memory test commandPeter Tyser7-598/+8
2010-09-23ppc4xx: Big header cleanup part 2, mostly PPC405 relatedStefan Roese3-4/+3
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese5-5/+5
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk6-8/+8
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk5-9/+9
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-1/+0