aboutsummaryrefslogtreecommitdiff
path: root/board/mpl
AgeCommit message (Expand)AuthorFilesLines
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass3-5/+5
2017-04-05board_f: Drop return value from initdram()Simon Glass3-7/+15
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass3-5/+5
2017-01-25Drop CONFIG_CMD_DOCSimon Glass2-12/+0
2016-12-04arm: Remove VCMA9 boardSimon Glass8-911/+0
2016-10-23video: Move video_get_info_str() prototype to a header fileSimon Glass1-0/+1
2016-09-20PowerPC: Update last users of CONFIG_ISO_STRING to KconfigTom Rini3-1/+6
2016-09-20PowerPC: Update MIP405/MIP405T to use Kconfig betterTom Rini6-21/+24
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-3/+3
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-1/+1
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-4/+4
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-4/+4
2015-11-19Move console definitions into a new console.h fileSimon Glass2-0/+2
2015-11-19Drop CONFIG_ISA_KEYBOARDSimon Glass1-4/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng2-2/+2
2015-03-24remove unnecessary version.h includesRob Herring1-2/+0
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-3/+0
2014-10-10PATI: fix broken SPI accessDavid Müller (ELSOFT AG)1-0/+5
2014-09-24MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada4-14/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada4-0/+25
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada4-0/+68
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass3-8/+10
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-07-07vcma9/lowlevel_init.S: trivial: terminate commentJeroen Hofstee1-1/+1
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-112/+3
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-4/+1
2014-01-24Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada2-2/+0
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