aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-12novena: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-11-12mx6ul_14x14_evk: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-11-12mx6sxsabresd: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-11-12mx6slevk: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-11-12mx6sabresd: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-11-12arm: imx: Switch mx6cuboxi to use config_distro_bootcmd.h.Vagrant Cascadian1-64/+24
2015-11-12arm: imx: Switch Wandboard to use config_distro_bootcmd.h.Vagrant Cascadian1-63/+19
2015-11-12mx7dsabresd: enable DFU supportTzu-Jung Lee1-0/+27
2015-11-12Merge git://git.denx.de/u-bootStefano Babic557-2246/+13346
2015-11-12nios2: add 3c120 and 10m50 devboards MAINTAINERSThomas Chou1-0/+13
2015-11-12nios2: change README.nios2 to use 10m50 as templateThomas Chou1-7/+7
2015-11-12nios2: rename board nios2-generic to 3c120_devboardThomas Chou2-1/+1
2015-11-12nios2: add 10m50 devboard supportThomas Chou3-0/+396
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou2-0/+191
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou2-25/+81
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou1-1/+1
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou1-15/+21
2015-11-12net: zap altera_tse_initialize prototypesThomas Chou1-3/+0
2015-11-12nios2: nios2-generic: do not allocate rx buf in net.cThomas Chou1-1/+2
2015-11-12mtd: add altera quadspi driverThomas Chou4-0/+318
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou1-0/+4
2015-11-12nios2: use cfi flash driver modelThomas Chou2-2/+3
2015-11-12cfi_flash: convert to driver modelThomas Chou3-0/+177
2015-11-12dm: implement a MTD uclassThomas Chou7-0/+63
2015-11-11ARM: uniphier: drop UniPhier specific SMP codeMasahiro Yamada2-61/+0
2015-11-11ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2Masahiro Yamada6-0/+60
2015-11-11ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4Masahiro Yamada1-1/+1
2015-11-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini36-17/+855
2015-11-10ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhereStephen Warren1-2/+0
2015-11-10ARM: tegra: add custom MMU setup on ARMv8Stephen Warren2-0/+132
2015-11-10armv8: allow custom MMU setup routines on ARMv8Stephen Warren1-1/+1
2015-11-10armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORYStephen Warren1-5/+6
2015-11-10ls1043ardb: Add missing config entries to MAINTAINERSFabio Estevam1-0/+2
2015-11-10board/ti: Update MAINTAINERS entries with more boardsTom Rini3-0/+5
2015-11-10arm: stm32f4: fix a bug when a random sector gets erasedVadzim Dambrouski2-0/+4
2015-11-10arm: stm32f4: fix a bug when only first sector gets erasedVadzim Dambrouski1-1/+1
2015-11-10powerpc: Finish updating u-boot*lds scripts for newer binutilsTom Rini9-9/+0
2015-11-10board/ti: Update MAINTAINERS entries with more boardsTom Rini3-0/+5
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini55-82/+169
2015-11-10Revive OpenRD targetsAlbert ARIBAUD12-3/+543
2015-11-10kirkwood: support CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD1-0/+6
2015-11-10tricorder: switch to CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD1-0/+1
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD12-3/+154
2015-11-10stm32f429-discovery: add CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD1-0/+1
2015-11-10arm: fix compile warnings when semihosting is enabled on ARMv7M target.Vadzim Dambrouski1-2/+2
2015-11-10arm: add support for semihosting for ARMv7M targetsVadzim Dambrouski1-0/+2
2015-11-09mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definitionZhenhua Luo4-4/+0
2015-11-09Replace "extern inline" with "static inline"Måns Rullgård14-133/+125
2015-11-07ARM64: zynqmp: Sync zynq_sdhci_init() declarationMichal Simek1-1/+1
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini15-247/+158