summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-12board/BuR/kwb: use bootvx(...) (with bootline feature) instead go(...)Hannes Petermaier
2015-11-12Merge branch 'next' of git://git.denx.de/u-boot-blackfinTom Rini
2015-11-12nios2: add 3c120 and 10m50 devboards MAINTAINERSThomas Chou
2015-11-12nios2: change README.nios2 to use 10m50 as templateThomas Chou
2015-11-12nios2: rename board nios2-generic to 3c120_devboardThomas Chou
2015-11-12nios2: add 10m50 devboard supportThomas Chou
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou
2015-11-12net: zap altera_tse_initialize prototypesThomas Chou
2015-11-12nios2: nios2-generic: do not allocate rx buf in net.cThomas Chou
2015-11-12mtd: add altera quadspi driverThomas Chou
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou
2015-11-12nios2: use cfi flash driver modelThomas Chou
2015-11-12cfi_flash: convert to driver modelThomas Chou
2015-11-12dm: implement a MTD uclassThomas Chou
2015-11-11ARM: uniphier: drop UniPhier specific SMP codeMasahiro Yamada
2015-11-11ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2Masahiro Yamada
2015-11-11ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4Masahiro Yamada
2015-11-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2015-11-10ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhereStephen Warren
2015-11-10ARM: tegra: add custom MMU setup on ARMv8Stephen Warren
2015-11-10armv8: allow custom MMU setup routines on ARMv8Stephen Warren
2015-11-10armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORYStephen Warren
2015-11-10ls1043ardb: Add missing config entries to MAINTAINERSFabio Estevam
2015-11-10board/ti: Update MAINTAINERS entries with more boardsTom Rini
2015-11-10arm: stm32f4: fix a bug when a random sector gets erasedVadzim Dambrouski
2015-11-10arm: stm32f4: fix a bug when only first sector gets erasedVadzim Dambrouski
2015-11-10powerpc: Finish updating u-boot*lds scripts for newer binutilsTom Rini
2015-11-10board/ti: Update MAINTAINERS entries with more boardsTom Rini
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-10Revive OpenRD targetsAlbert ARIBAUD
2015-11-10kirkwood: support CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-11-10tricorder: switch to CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-11-10stm32f429-discovery: add CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-11-10arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski
2015-11-10arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski
2015-11-09mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definitionZhenhua Luo
2015-11-09Replace "extern inline" with "static inline"Måns Rullgård
2015-11-07ARM64: zynqmp: Sync zynq_sdhci_init() declarationMichal Simek
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2015-11-06MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck
2015-11-06MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck
2015-11-06common/board_f: enable setup_board_part1() for MIPSDaniel Schwierzeck
2015-11-06net: altera_tse: get numbers of fdt address and size cellsThomas Chou
2015-11-06net: altera_tse: use BIT macroThomas Chou
2015-11-06net: altera_tse: remove the useless parenthesisThomas Chou