summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23dm: serial: Reset the watchdog while waiting in getc()Simon Glass
2014-10-23dm: gpio: Support numbered GPIOsSimon Glass
2014-10-23kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-10-23mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada
2014-10-23kconfig: invoke silentoldconfig if spl, tpl/.config is updatedMasahiro Yamada
2014-10-23kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada
2014-10-23kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-10-23kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada
2014-10-23Makefile: Add CONFIG_BUILD_TARGET to automatically build an special imageStefan Roese
2014-10-23tools: kwbimage: Add image version 1 support for Armada XP / 370Stefan Roese
2014-10-23tools: Compile kwboot for Marvell Armada XP as those SoCs are now supportedStefan Roese
2014-10-23tools/kwboot: Sync with latest barebox version to support Armada XPStefan Roese
2014-10-23arm: kirkwood: Remove some dead code from cpu.cStefan Roese
2014-10-23arm: armada-xp: Add basic support for the maxBCM boardStefan Roese
2014-10-23arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP boardStefan Roese
2014-10-23arm: armada-xp: Add basic support for Marvell Armada XP SoCStefan Roese
2014-10-23i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese
2014-10-23net: phy.h: Make PHY autonegotiation timeout configurableStefan Roese
2014-10-23net: mvneta.c: Add support for the ethernet controller of the Marvell Armada ...Stefan Roese
2014-10-23arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()Stefan Roese
2014-10-23spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese
2014-10-23arm: marvell: Extract kirkwood gpio functions into new common file gpio.cStefan Roese
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese
2014-10-23arm: mvebu: Add common mbus functions to use on Marvell SoCsStefan Roese
2014-10-23arm: marvell: Rework timer.c to make it usable for other MVEBU platformsStefan Roese
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-10-23arm: kirkwood: Move some SoC files into new arch/arm/mvebu-commonStefan Roese
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini
2014-10-23Merge git://git.denx.de/u-boot-fdtTom Rini
2014-10-22net: Display the size when tftpboot finishesSimon Glass
2014-10-22x86: Enable FIT, ELF on corebootSimon Glass
2014-10-22x86: config: link: Display the board model on the screenSimon Glass
2014-10-22x86: link: Tidy up the command lines optionsSimon Glass
2014-10-22doc: Remove note about auto-complete not working with hushSimon Glass
2014-10-22x86: cros_ec: Enable cros_ec for linkSimon Glass
2014-10-22x86: cros_ec: Update LPC driver for new cros_ec headerSimon Glass
2014-10-22x86: dts: Add device tree compatible string for Intel IPCSimon Glass
2014-10-22x86: Add device tree information for Chrome OS ECSimon Glass
2014-10-22x86: config: Enable dhcp on linkSimon Glass
2014-10-22fdt: Add a subnodes iterator macroThierry Reding
2014-10-22fdt: Add a function to return PCI BDF tripletThierry Reding
2014-10-22fdt: Add resource parsing functionsThierry Reding
2014-10-22fdt: Add functions to retrieve stringsThierry Reding
2014-10-22fdt: Add a function to get the index of a stringThierry Reding
2014-10-22fdt: Add a function to count stringsThierry Reding
2014-10-22Merge git://git.denx.de/u-boot-dmTom Rini