summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* ARM: prepare for including <mach/*.h>Masahiro Yamada2015-02-21-0/+2
* ARM: keystone: move SoC headers to mach-keystone/include/machMasahiro Yamada2015-02-21-0/+0
* ARM: orion5x: move SoC headers to mach-orion5x/include/machMasahiro Yamada2015-02-21-0/+0
* ARM: nomadik: move SoC headers to mach-nomadik/include/machMasahiro Yamada2015-02-21-0/+0
* ARM: kirkwood: move SoC headers to mach-kirkwood/include/machMasahiro Yamada2015-02-21-2/+1
* ARM: davinci: move SoC headers to mach-davinci/include/machMasahiro Yamada2015-02-21-0/+0
* ARM: at91: move SoC headers to mach-at91/include/machMasahiro Yamada2015-02-21-1/+0
* kbuild: prepare for moving headers into mach-*/include/machMasahiro Yamada2015-02-21-4/+15
* ARM: keystone: move SoC sources to mach-keystoneMasahiro Yamada2015-02-21-2/+2
* ARM: versatile: move SoC sources to mach-versatileMasahiro Yamada2015-02-21-2/+2
* ARM: orion5x: move SoC sources to mach-orion5xMasahiro Yamada2015-02-21-2/+3
* ARM: highbank: move SoC sources to mach-highbankMasahiro Yamada2015-02-21-2/+2
* ARM: nomadik: move SoC sources to mach-nomadikMasahiro Yamada2015-02-21-2/+2
* ARM: kirkwood: move SOC sources to mach-kirkwoodMasahiro Yamada2015-02-21-3/+4
* ARM: davinci: move SoC sources to mach-davinciMasahiro Yamada2015-02-21-6/+6
* ARM: tegra: collect SoC sources into mach-tegraMasahiro Yamada2015-02-21-125/+38
* ARM: at91: collect SoC sources into mach-at91Masahiro Yamada2015-02-21-28/+17
* ARM: prepare for moving SoC sources into mach-*Masahiro Yamada2015-02-21-0/+10
* ARM: at91: move board select menu and common settingsMasahiro Yamada2015-02-21-245/+255
* Merge git://git.denx.de/u-boot-dmTom Rini2015-02-21-40/+371
|\
| * dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut2015-02-19-0/+4
| * serial: ns16550: Support debug UARTSimon Glass2015-02-19-2/+61
| * serial: ns16550: Add access functions that don't need platdataSimon Glass2015-02-19-18/+30
| * serial: Support an early UART for debuggingSimon Glass2015-02-19-2/+185
| * Documentation: gpio: fix bindings documentMasahiro Yamada2015-02-19-2/+3
| * dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMALSimon Glass2015-02-19-2/+4
| * dm: Move CONFIG_I2C_COMPAT to KconfigSimon Glass2015-02-19-2/+13
| * dm: cros_ec: Convert to KconfigSimon Glass2015-02-19-12/+71
* | cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov2015-02-19-9/+36
* | cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada2015-02-19-13/+13
|/
* Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2015-02-18-8/+8
|\
| * cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger2015-02-17-1/+1
| * cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-17-7/+7
* | Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini2015-02-17-307/+294
|\ \
| * | atstk1002: enable generic boardAndreas Bießmann2015-02-17-0/+4
| * | grasshopper: enable generic boardAndreas Bießmann2015-02-17-0/+4
| * | avr32: add generic board supportAndreas Bießmann2015-02-17-6/+37
| * | common/board_r: allocate bootparamsAndreas Bießmann2015-02-17-0/+15
| * | common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-17-35/+102
| * | avr32: use generic gd->start_addr_spAndreas Bießmann2015-02-17-5/+4
| * | avr32: convert to dram_init()Andreas Bießmann2015-02-17-136/+46
| * | avr32: rename mmu.h definitionsAndreas Bießmann2015-02-17-55/+55
| * | avr32: factor out cpu_mmc_init()Andreas Bießmann2015-02-17-8/+17
| * | avr32: rename cpu_init() -> arch_cpu_init()Andreas Bießmann2015-02-17-2/+4
| * | avr32: use dlmalloc for DMA buffersAndreas Bießmann2015-02-17-60/+6
| |/
* | Prepare v2015.04-rc2Tom Rini2015-02-17-1/+1
* | Revert "sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART"Tom Rini2015-02-17-3/+0
* | add example for file on VFAT filesystem usageWaldemar Brodkorb2015-02-17-0/+3
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-02-17-155/+247
|\ \
| * | sunxi: Support the FEL boot mode in the regular u-boot buildSiarhei Siamashka2015-02-16-10/+47