summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-264/+1010
|\
| * sunxi: use setbits_le32 to enable the DMA clockIan Campbell2014-07-18-2/+1
| * sunxi: add gpio driverIan Campbell2014-07-18-0/+109
| * sunxi: add Cubieboard2 supportIan Campbell2014-07-18-0/+34
| * sunxi: use random parts of SID to set ethaddrJonathan Liu2014-07-18-0/+30
| * sunxi: Fix reset hang on sun5iHans de Goede2014-07-18-1/+5
| * sunxi: Add axp152 pmic supportHans de Goede2014-07-18-1/+119
| * sunxi: Add axp209 pmic supportHenrik Nordstrom2014-07-18-3/+215
| * sunxi: Add i2c supportHans de Goede2014-07-18-0/+64
| * mvtwsi: convert to CONFIG_SYS_I2C frameworkHans de Goede2014-07-16-41/+37
| * sunxi: Avoid unused variable warning.Ian Campbell2014-07-08-1/+3
| * sunxi: Add Ian Campbell and Hans de Goede as cubietruck board-maintainersHans de Goede2014-07-06-2/+2
| * sunxi: Add support for using MII phy-s with the GMAC nicChen-Yu Tsai2014-07-06-0/+11
| * sunxi: Add emac glue, enable emac on the cubieboardHans de Goede2014-07-06-1/+14
| * net: Rename and cleanup sunxi (Allwinner) emac driverStefan Roese2014-07-06-74/+70
| * sunxi: Add sun5i supportHans de Goede2014-07-06-0/+135
| * sunxi: Add sun4i supportHans de Goede2014-07-06-3/+143
| * sunxi: Implement reset_cpuHans de Goede2014-07-06-0/+12
| * sunxi: Remove mmc DMA supportHans de Goede2014-07-06-135/+7
| * sunxi: Fix u-boot-spl.lds to refer to .vectorsHans de Goede2014-07-06-0/+1
| * sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple ...Hans de Goede2014-07-06-6/+4
* | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-07-26-2/+7
|\ \
| * | zynq: disable -Wstrict-prototypes option for ps7_init.cMasahiro Yamada2014-07-23-0/+3
| * | ARM: zynq: Show ECC status on the same line as DRAM sizeMichal Simek2014-07-23-2/+2
| * | ARM: zynq: Enable generic board for Xilinx ZynqMichal Simek2014-07-23-0/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-07-25-160/+4
|\ \ \
| * | | sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-24-160/+4
* | | | buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-23-1/+3
* | | | buildman: Add -F flag to retry failed buildsSimon Glass2014-07-23-5/+22
* | | | dm: Give the demo uclass a nameSimon Glass2014-07-23-0/+1
* | | | dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-23-0/+21
* | | | dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-23-3/+13
* | | | dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-2/+160
* | | | dm: Introduce per-child data for devicesSimon Glass2014-07-23-8/+137
* | | | dm: Add functions to access a device's childrenSimon Glass2014-07-23-1/+199
* | | | dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-42/+166
* | | | 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/+26
* | | | dm: Avoid accessing uclasses before they are readySimon Glass2014-07-23-1/+18
* | | | dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-1/+83
* | | | dm: Display the sequence number for each deviceSimon Glass2014-07-23-0/+2
* | | | dm: Introduce device sequence numberingSimon Glass2014-07-23-8/+347
* | | | dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-23-3/+3
* | | | dm: Move device display into its own functionSimon Glass2014-07-23-8/+19
* | | | fdt: Add a function to get the alias sequence of a nodeSimon Glass2014-07-23-0/+64
* | | | dm: Move uclass error checking/probing into a functionSimon Glass2014-07-23-6/+22
* | | | Add a flag indicating when the serial console is readySimon Glass2014-07-23-2/+4
* | | | console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-23-1/+1
* | | | stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-23-8/+26
* | | | dm: Support driver model prior to relocationSimon Glass2014-07-23-22/+60