aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-23kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada1-4/+4
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada6-6/+22
2014-10-23kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada1-4/+0
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada3-6/+5
2014-10-23kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada12-25/+8
2014-10-23Makefile: Add CONFIG_BUILD_TARGET to automatically build an special imageStefan Roese2-0/+13
2014-10-23tools: kwbimage: Add image version 1 support for Armada XP / 370Stefan Roese1-268/+782
2014-10-23tools: Compile kwboot for Marvell Armada XP as those SoCs are now supportedStefan Roese1-0/+1
2014-10-23tools/kwboot: Sync with latest barebox version to support Armada XPStefan Roese1-14/+97
2014-10-23arm: kirkwood: Remove some dead code from cpu.cStefan Roese1-55/+0
2014-10-23arm: armada-xp: Add basic support for the maxBCM boardStefan Roese8-0/+195
2014-10-23arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP boardStefan Roese8-0/+242
2014-10-23arm: armada-xp: Add basic support for Marvell Armada XP SoCStefan Roese6-1/+447
2014-10-23i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese1-1/+1
2014-10-23net: phy.h: Make PHY autonegotiation timeout configurableStefan Roese1-0/+2
2014-10-23net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese3-0/+1655
2014-10-23arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()Stefan Roese21-48/+50
2014-10-23spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2-2/+3
2014-10-23arm: marvell: Extract kirkwood gpio functions into new common file gpio.cStefan Roese24-79/+93
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese1-0/+10
2014-10-23arm: mvebu: Add common mbus functions to use on Marvell SoCsStefan Roese3-0/+545
2014-10-23arm: marvell: Rework timer.c to make it usable for other MVEBU platformsStefan Roese2-51/+41
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2-1/+1
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese33-32/+32
2014-10-23arm: kirkwood: Move some SoC files into new arch/arm/mvebu-commonStefan Roese5-4/+22
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini9-11/+59
2014-10-23Merge git://git.denx.de/u-boot-fdtTom Rini4-0/+282
2014-10-22net: Display the size when tftpboot finishesSimon Glass1-0/+2
2014-10-22x86: Enable FIT, ELF on corebootSimon Glass1-1/+3
2014-10-22x86: config: link: Display the board model on the screenSimon Glass1-0/+1
2014-10-22x86: link: Tidy up the command lines optionsSimon Glass1-3/+3
2014-10-22doc: Remove note about auto-complete not working with hushSimon Glass1-4/+0
2014-10-22x86: cros_ec: Enable cros_ec for linkSimon Glass3-1/+22
2014-10-22x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass1-2/+2
2014-10-22x86: dts: Add device tree compatible string for Intel IPCSimon Glass2-0/+2
2014-10-22x86: Add device tree information for Chrome OS ECSimon Glass1-0/+18
2014-10-22x86: config: Enable dhcp on linkSimon Glass1-0/+6
2014-10-22fdt: Add a subnodes iterator macroThierry Reding1-0/+25
2014-10-22fdt: Add a function to return PCI BDF tripletThierry Reding2-0/+25
2014-10-22fdt: Add resource parsing functionsThierry Reding2-0/+109
2014-10-22fdt: Add functions to retrieve stringsThierry Reding2-0/+57
2014-10-22fdt: Add a function to get the index of a stringThierry Reding2-0/+37
2014-10-22fdt: Add a function to count stringsThierry Reding2-0/+29
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini145-2162/+7808
2014-10-22dm: serial: Support driver model in pl01x driverSimon Glass1-0/+73
2014-10-22dm: serial: Tidy up the pl01x driverSimon Glass4-140/+192
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass4-23/+182
2014-10-22dm: core: Add support for simple-busSimon Glass3-0/+35
2014-10-22dm: imx: Move cm_fx6 to use driver model for serial and GPIOSimon Glass2-0/+21
2014-10-22dm: imx: serial: Support driver model in the MXC serial driverSimon Glass2-25/+159