summaryrefslogtreecommitdiffstats
path: root/board/mpl
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada2014-01-242-2/+0
* Makefile: make directories by Makefile.buildMasahiro Yamada2013-11-174-16/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-081-1/+0
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-013-64/+5
* board: arm: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-22/+3
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* SPDX: fix IBM-pibs license identifierWolfgang Denk2013-09-203-3/+3
* SPDX-License-Identifier: convert PIBS licensed filesWolfgang Denk2013-08-193-68/+9
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-1/+1
|\
| * i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2013-07-231-1/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2429-510/+29
|/
* replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD2013-04-021-1/+1
* Consolidate bool typeYork Sun2013-04-013-19/+9
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-3/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk2012-07-291-0/+375
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-4/+4
* board/mpl/pati: use the CFI driver for the PATI boardDavid Müller2012-01-091-2/+2
* board/mpl/mip405: use the CFI driver for the MIP405/MIP405T boardDavid Müller2012-01-092-3/+25
* board/mpl/pip405: use the CFI driver for the PIP405 boardDavid Müller2012-01-092-8/+26
* board/mpl/common: remove the old legacy flashDavid Müller2012-01-093-896/+182
* board/mpl/common/isa.c: Fix GCC 4.6 build warningsDavid Müller (ELSOFT AG)2011-12-121-3/+3
* board/mpl/common/flash.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-2/+1
* pip405.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-4/+7
* mip405.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-7/+3
* ARM: remove superfluous setting of arch_number in board specific code.David Müller (ELSOFT AG)2011-11-081-3/+0
* board/mpl/common/flash.c: fix GCC 4.6 build warningWolfgang Denk2011-11-071-14/+1
* punt unused clean/distclean targetsMike Frysinger2011-10-154-24/+0
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-281-1/+1
* VCMA9: various cleanups/code style fixesDavid Müller (ELSOFT AG)2011-07-045-489/+513
* VCMA9: use CFI driver (and remove the old one)David Müller (ELSOFT AG)2011-07-043-433/+13
* VCMA9: remove unneeded config.mkDavid Müller (ELSOFT AG)2011-07-041-24/+0
* rename _end to __bss_end__Po-Yu Chuang2011-03-271-1/+1
* Remove redundant config.mk filesWolfgang Denk2010-12-091-24/+0
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-174-8/+8
* Add generic support for samsung s3c2440C Nauman2010-10-281-20/+21
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-183-67/+1
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-185-9/+10
* board/mpl: Remove mpl-specific memory test commandPeter Tyser2010-10-067-598/+8
* ppc4xx: Big header cleanup part 2, mostly PPC405 relatedStefan Roese2010-09-233-4/+3
* ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-235-5/+5
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-046-8/+8
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-045-9/+9
* Move arch/ppc to arch/powerpcStefan Roese2010-04-211-1/+1
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-2/+2
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-1/+1
OpenPOWER on IntegriCloud