summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-19net: zynq: Wait till packet is sentMichal Simek1-1/+32
2015-11-19net: zynq: Disable secondary queuesEdgar E. Iglesias1-0/+26
2015-11-19net: zynq: Add dummy packet to fix packet duplication issueMichal Simek1-2/+8
2015-11-19net: zynq: Do not report TX underrunMichal Simek1-2/+0
2015-11-19net: zynq: Setup BD when structures are filledMichal Simek1-3/+3
2015-11-19net: zynq: Allocate BD_SPACE in connection to RX_BUFMichal Simek1-1/+1
2015-11-19dm: sf: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+23
2015-11-19dm: core: Add missing entries for manual relocationMichal Simek1-0/+8
2015-11-19dm: spi: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+20
2015-11-19microblaze: Fix C99/gnu99 compatiblity for inline functionsNathan Rossi2-43/+22
2015-11-19microblaze: Fix style issues in header filesNathan Rossi2-34/+34
2015-11-19net: zynq: Fix clearing statisticMichal Simek1-4/+3
2015-11-19net: zynq: Extend register description with offsetsMichal Simek1-15/+15
2015-11-19net: zynq: Add support for different PHY interface typesMichal Simek1-1/+8
2015-11-19net: zynq: Add debug message to phyread/phywriteMichal Simek1-1/+12
2015-11-19ARM: zynq: Add target for building bootable SPL image for ZynqNathan Rossi2-0/+14
2015-11-19tools: zynqimage: Add Xilinx Zynq boot header generation to mkimageNathan Rossi4-1/+261
2015-11-19ARM64: zynqmp: Enable TI phy by defaultMichal Simek1-0/+1
2015-11-19net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias4-0/+205
2015-11-19ARM: zynq: Choose boot image based on OF_SEPARATE macroMichal Simek1-1/+1
2015-11-19zynqmp: mp: Add support for booting R5 from any addressMichal Simek1-3/+35
2015-11-19env_ubi.c: Correct pointer error in env loadKevin Smith1-2/+1
2015-11-18itest: add missing break statements to evalexp()Stephen Warren1-3/+9
2015-11-18test: fat: add error-checking to non-contig testStephen Warren1-0/+32
2015-11-18Fix sandbox build on Ubuntu 10.04Stephen Warren1-1/+3
2015-11-18km/powerpc: fix ft_board_setup prototype for km82xx & km83xxValentin Longchamp2-2/+2
2015-11-18powerpc/83xx: add support for kmtegr1 boardValentin Longchamp3-4/+66
2015-11-18km8309: change the default QE_FW addressValentin Longchamp1-2/+4
2015-11-18km83xx: use CONFIG_ENV_ADDR for the newenv env commandValentin Longchamp1-2/+6
2015-11-18board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloaderBagavathiannan Palanisamy1-2/+2
2015-11-18powerpc/km8360: fix the ODT parameters for CS0Valentin Longchamp1-2/+2
2015-11-18powerpc/km8309: define CONFIG_SYS_DDRCDRValentin Longchamp1-0/+6
2015-11-18powerpc/km8321: define CONFIG_SYS_DDRCDRValentin Longchamp1-0/+6
2015-11-18km/powerpc82xx: remove unused functionHolger Brunck1-16/+0
2015-11-18km/powerpc: remove unneeded definesHolger Brunck2-9/+3
2015-11-18km/powerpc: move open firmware defines to km-powerpc.hHolger Brunck3-6/+4
2015-11-18km/powerpc: increase space for kernel imange and FDT blobHolger Brunck1-3/+3
2015-11-18powerpc/82xx/km: add testpin detection for mgcoge3neHolger Brunck3-1/+15
2015-11-18powerpc/82xx: make set/get_pin for km82xx more flexibleHolger Brunck1-12/+12
2015-11-18powerpc/83xx: add support for kmtepr2 boardChristoph Dietrich3-7/+41
2015-11-18km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in devel...Tobias Müller1-3/+3
2015-11-18km/scripts: load fdt_bid_kwkey.dtb when working with tftpHolger Brunck1-1/+1
2015-11-18km: update the boot script to check for a DTBValentin Longchamp4-2/+11
2015-11-18km/common: stop u-boot only if someone press <SPACE>Holger Brunck1-0/+4
2015-11-18arm/km_kirkwood: fix the #ifdef for KM_COGE5UN dip switchValentin Longchamp1-1/+1
2015-11-18arm/mgcoge3un: check dip_switch at startupHolger Brunck1-4/+7
2015-11-18arm/km: Fix LED configuration for 88E1118R PHY (PIGGY3)Tobias Müller1-0/+55
2015-11-18arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUSValentin Longchamp2-5/+1
2015-11-18board/ti/am335x: add support for BeagleBone Greenrobertcnelson@gmail.com2-4/+15
2015-11-18common: add CMD_GPIO to KconfigThomas Chou380-166/+388