summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-323/+387
|\
| * ARM: omap: move board specific NAND configs out from ti_armv7_common.hpekon gupta2014-07-25-8/+41
| * ARM: omap: clean redundant PISMO_xx macros used in OMAP3pekon gupta2014-07-25-76/+11
| * ARM: omap: fix GPMC address-map size for NAND and NOR devicespekon gupta2014-07-25-0/+1
| * board: k2e-evm: add board supportHao Zhang2014-07-25-0/+37
| * ARM: keystone2: clock: add K2E clock supportHao Zhang2014-07-25-1/+1
| * configs: k2hk_evm: config: add common EVM configuration headerHao Zhang2014-07-25-244/+289
| * ARM: keystone2: move K2HK board files to common KS2 board directoryHao Zhang2014-07-25-0/+1
| * k2hk: use common KS2_ prefix for all hardware definitionsKhoronzhuk, Ivan2014-07-25-6/+6
| * ARM: omap: tao3530: Convert to generic boardStefan Roese2014-07-25-0/+1
| * tricorder: convert to generic boardAndreas Bießmann2014-07-25-0/+2
| * k2hk_evm: add script to automate NAND flash processKhoronzhuk, Ivan2014-07-25-1/+3
| * mtd: nand: davinci: add opportunity to write keystone U-boot imageKhoronzhuk, Ivan2014-07-25-1/+3
| * tps65218/am43xx_evm: Add power framework support to TPS65218Tom Rini2014-07-25-0/+3
| * power/pmic.h: Add prototype for power_init_board.Tom Rini2014-07-25-0/+1
| * drivers: net: cpsw: add support for using second port as ethernetMugunthan V N2014-07-25-0/+1
* | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-0/+166
|\ \
| * | arm: rmobile: Add support Alt boardNobuhiro Iwamatsu2014-07-24-0/+166
| |/
* | Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-3/+102
|\ \
| * | sunxi: add gpio driverIan Campbell2014-07-18-0/+4
| * | sunxi: use random parts of SID to set ethaddrJonathan Liu2014-07-18-0/+2
| * | sunxi: Add axp152 pmic supportHans de Goede2014-07-18-0/+10
| * | sunxi: Add axp209 pmic supportHenrik Nordstrom2014-07-18-0/+22
| * | sunxi: Add i2c supportHans de Goede2014-07-18-0/+8
| * | mvtwsi: convert to CONFIG_SYS_I2C frameworkHans de Goede2014-07-16-1/+2
| * | sunxi: Add emac glue, enable emac on the cubieboardHans de Goede2014-07-06-0/+5
| * | net: Rename and cleanup sunxi (Allwinner) emac driverStefan Roese2014-07-06-1/+1
| * | sunxi: Add sun5i supportHans de Goede2014-07-06-0/+25
| * | sunxi: Add sun4i supportHans de Goede2014-07-06-0/+23
| * | sunxi: Remove mmc DMA supportHans de Goede2014-07-06-1/+0
| |/
* | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-07-26-0/+2
|\ \
| * | ARM: zynq: Enable generic board for Xilinx ZynqMichal Simek2014-07-23-0/+2
* | | dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-23-0/+13
* | | dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+10
* | | dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+29
* | | dm: Add functions to access a device's childrenSimon Glass2014-07-23-0/+58
* | | dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-0/+26
* | | dm: Tidy up some header file commentsSimon Glass2014-07-23-6/+13
* | | fdt: Add a function to get the node offset of an aliasSimon Glass2014-07-23-0/+11
* | | dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-0/+16
* | | dm: Introduce device sequence numberingSimon Glass2014-07-23-0/+83
* | | fdt: Add a function to get the alias sequence of a nodeSimon Glass2014-07-23-0/+18
* | | Add a flag indicating when the serial console is readySimon Glass2014-07-23-0/+1
* | | stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-23-0/+2
* | | dm: Support driver model prior to relocationSimon Glass2014-07-23-1/+15
* | | dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-5/+16
* | | dm: Provide a way to shut down driver modelSimon Glass2014-07-23-0/+8
* | | stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-19/+32
* | | sandbox: config: Enable pre-relocation malloc()Simon Glass2014-07-23-1/+3
* | | Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-23-0/+5