summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* ARM: add Raspberry Pi 3 64-bit configStephen Warren2016-04-11-0/+73
* ARM: allow CONFIG_GICV* not to be definedStephen Warren2016-04-11-2/+2
* arm: socfpga: sr1500: Remove USB_GADGETSam Protsenko2016-04-11-2/+0
* env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret2016-04-11-7/+0
* fastboot: sparse: fix sparse blocks calculationJeffy Chen2016-04-11-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-04-10-105/+129
|\
| * arm: socfpga: Drop space after 'loadaddr=' in extra envMarek Vasut2016-04-10-6/+6
| * arm: socfpga: Nuke useless includeMarek Vasut2016-04-10-14/+0
| * arm: socfpga: migration of CONFIG_SPI_FLASH_BARDenis Bakhvalov2016-04-10-2/+7
| * arm: socfpga: sockit: Use more relaxed DRAM timingsMarek Vasut2016-04-10-80/+80
| * arm: socfpga: Handle phy-mode OF property for GMACsMarek Vasut2016-04-10-3/+36
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-04-10-224/+570
|\ \
| * | dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede2016-04-10-2/+6
| * | musb: Properly call musb_stop() on probe failureHans de Goede2016-04-10-1/+3
| * | musb: sunxi: Do not allocate musb struct multiple timesHans de Goede2016-04-10-4/+7
| * | usb: bcm_udc_otg: enable clocksSteve Rae2016-04-10-0/+4
| * | drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash2016-04-10-11/+14
| * | drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash2016-04-10-18/+19
| * | drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash2016-04-10-43/+29
| * | drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash2016-04-10-195/+220
| * | usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2016-04-10-2/+3
| * | usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski2016-04-10-2/+2
| * | board: pic32mzda: enable USB-host, USB-storage support.Purna Chandra Mandal2016-04-10-0/+29
| * | drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal2016-04-10-1/+297
| * | drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal2016-04-10-15/+0
| * | arm: add missing writes[bwql], reads[bwql].Purna Chandra Mandal2016-04-10-0/+7
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2016-04-08-29/+57
|\ \ | |/ |/|
| * powerpc: mpc85xx: Enable pre-relocation malloc for MPC85xxmario.six@gdsys.cc2016-04-08-7/+35
| * powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZEYork Sun2016-04-08-21/+21
| * powerpc: t1040qds: Use generic ethsw commandsCodrin Ciubotariu2016-04-07-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-04-06-313/+369
|\ \ | |/ |/|
| * armv8: LS2080A: Consolidate LS2080A and LS2085AYork Sun2016-04-06-248/+115
| * armv8: ls1043a: load Fman ucode from SD/MMC under SD bootQianyu Gong2016-04-06-1/+9
| * armv8: ls1043a: load Fman ucode from NAND flash under NAND bootQianyu Gong2016-04-06-1/+5
| * armv8/ls1043aqds: modify CONFIG_SYS_MAX_FLASH_BANKS to 1Wenbin Song2016-04-06-1/+1
| * arm: ls102xa: Fix order of CSU indexes in ns_access.hVincent Siles2016-04-06-3/+3
| * armv8: LSCH2 early and final mmu needs matching NS attributeEd Swarthout2016-04-06-4/+8
| * armv8: ls1043aqds: make sure fixed-link property is big endianShaohui Xie2016-04-06-6/+6
| * drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports onlyCodrin Ciubotariu2016-04-06-1/+1
| * drivers: net: vsc9953: Do not configure disabled portsCodrin Ciubotariu2016-04-06-4/+8
| * fsl: esdhc: consolidate fsl_esdhc_cfg structurePeng Fan2016-04-06-5/+1
| * fsl: esdhc: support driver modelPeng Fan2016-04-06-40/+213
* | kirkwood_nand: claim MPP pins on the flyChris Packham2016-04-06-0/+19
* | spi: kirkwood_spi: Add support for multiple chip-selects on MVEBUStefan Roese2016-04-06-5/+26
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-04-04-318/+1962
|\
| * ARM64: zynqmp: Enable EFI partition supportMichal Simek2016-04-04-0/+1
| * net: zynq_gem: Add SGMII support for zynqMPSiva Durga Prasad Paladugu2016-04-04-2/+11
| * net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu2016-04-04-1/+38
| * net: zynq_gem: Return error incase of invalid phy addressSiva Durga Prasad Paladugu2016-04-04-3/+1
| * ARM: zynq: Add uEnv.txt supportMichal Simek2016-04-04-0/+26