aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-11fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae1-4/+8
2016-04-11Merge branch 'master' of git://git.denx.de/u-boot-arcTom Rini4-23/+5
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla1-1/+11
2016-04-11arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_INVAL_ALL) with asm codeHans de Goede2-96/+74
2016-04-11arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm codeHans de Goede4-102/+92
2016-04-11lib/crc8: Add crc start valueStefan Roese3-15/+23
2016-04-11test/py: README: link to example hook scriptsStephen Warren1-0/+6
2016-04-11bootcounter_ram: Flush dcache after data is written into SDRAMStefan Roese1-0/+3
2016-04-11disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORTMichal Simek1-1/+1
2016-04-11am33xx changed BOOT_DEVICE_SPI to correct valueVogt, Christof1-1/+1
2016-04-11rpi: remove redundant board filesStephen Warren15-308/+236
2016-04-11stm32: stm32_flash: add memory barrier during flash writeVikas Manocha1-0/+4
2016-04-11test/py: Add support for loading image via tftp to specified locationMichal Simek1-1/+5
2016-04-11spmi: Fix sandbox spmi driver memory corruptionMateusz Kulikowski1-1/+2
2016-04-11test/py: pass -v option when executing sandboxStephen Warren1-0/+1
2016-04-11board: ti: am57xx: Prevent init_sata() from being called twiceRoger Quadros1-1/+0
2016-04-11arc: Add virt_to_phys() stubAlexey Brodkin1-0/+5
2016-04-11arc: get rid of running_on_hwAlexey Brodkin3-23/+0
2016-04-11README: Specify the full path for README.videoFabio Estevam1-1/+1
2016-04-11drivers: block: fix placement of parametersEric Nelson1-20/+14
2016-04-11cmd: blkcache: simplify sub-command handlingEric Nelson1-4/+2
2016-04-11cmd: blkcache: remove indentation from output of 'show'Eric Nelson1-5/+5
2016-04-11ARM: rpi: add some missing Kconfig help textStephen Warren1-1/+27
2016-04-11ARM: add Raspberry Pi 3 64-bit configStephen Warren7-0/+73
2016-04-11ARM: allow CONFIG_GICV* not to be definedStephen Warren1-2/+2
2016-04-11arm: socfpga: sr1500: Remove USB_GADGETSam Protsenko1-2/+0
2016-04-11env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret1-7/+0
2016-04-11fastboot: sparse: fix sparse blocks calculationJeffy Chen1-1/+2
2016-04-10Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini20-105/+129
2016-04-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini22-224/+570
2016-04-10arm: socfpga: Drop space after 'loadaddr=' in extra envMarek Vasut6-6/+6
2016-04-10arm: socfpga: Nuke useless includeMarek Vasut3-14/+0
2016-04-10arm: socfpga: migration of CONFIG_SPI_FLASH_BARDenis Bakhvalov8-2/+7
2016-04-10arm: socfpga: sockit: Use more relaxed DRAM timingsMarek Vasut3-80/+80
2016-04-10arm: socfpga: Handle phy-mode OF property for GMACsMarek Vasut1-3/+36
2016-04-10dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede1-2/+6
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede1-1/+3
2016-04-10musb: sunxi: Do not allocate musb struct multiple timesHans de Goede1-4/+7
2016-04-10usb: bcm_udc_otg: enable clocksSteve Rae1-0/+4
2016-04-10drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash1-11/+14
2016-04-10drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash3-18/+19
2016-04-10drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash1-43/+29
2016-04-10drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash4-195/+220
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2-2/+3
2016-04-10usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski1-2/+2
2016-04-10board: pic32mzda: enable USB-host, USB-storage support.Purna Chandra Mandal4-0/+29
2016-04-10drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal4-1/+297
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal2-15/+0
2016-04-10arm: add missing writes[bwql], reads[bwql].Purna Chandra Mandal1-0/+7
2016-04-08Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini14-29/+57