summaryrefslogtreecommitdiff
path: root/board/mpl
AgeCommit message (Expand)Author
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-19Drop CONFIG_ISA_KEYBOARDSimon Glass
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng
2015-03-24remove unnecessary version.h includesRob Herring
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj
2014-10-10PATI: fix broken SPI accessDavid Müller (ELSOFT AG)
2014-09-24MAINTAINERS: comment out blank M: fieldMasahiro Yamada
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30Add board MAINTAINERS filesMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-07-07vcma9/lowlevel_init.S: trivial: terminate commentJeroen Hofstee
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2014-01-24Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-09-20SPDX: fix IBM-pibs license identifierWolfgang Denk
2013-08-19SPDX-License-Identifier: convert PIBS licensed filesWolfgang Denk
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach
2013-04-02replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD
2013-04-01Consolidate bool typeYork Sun
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-01-09board/mpl/pati: use the CFI driver for the PATI boardDavid Müller
2012-01-09board/mpl/mip405: use the CFI driver for the MIP405/MIP405T boardDavid Müller
2012-01-09board/mpl/pip405: use the CFI driver for the PIP405 boardDavid Müller
2012-01-09board/mpl/common: remove the old legacy flashDavid Müller
2011-12-12board/mpl/common/isa.c: Fix GCC 4.6 build warningsDavid Müller (ELSOFT AG)
2011-12-02board/mpl/common/flash.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-16pip405.c: Fix GCC 4.6 build warningsStefan Roese
2011-11-16mip405.c: Fix GCC 4.6 build warningsStefan Roese
2011-11-08ARM: remove superfluous setting of arch_number in board specific code.David Müller (ELSOFT AG)
2011-11-07board/mpl/common/flash.c: fix GCC 4.6 build warningWolfgang Denk
2011-10-15punt unused clean/distclean targetsMike Frysinger
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams