aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-10sun5i: Add A10s-Wobo-i5 defconfig and dtsJelle van der Waa5-0/+252
2015-09-10sun5i: Add q8_a13_tablet defconfig and dtsHans de Goede6-0/+331
2015-09-10sun4i: Add dts and defconfig for iNet-1 based tabletsHans de Goede4-0/+250
2015-09-10sun4i: Add defconfig and dts for inet9f-rev03 based tabletsHans de Goede4-0/+241
2015-09-10sun4i: Add defconfig and dts for the pov protab2-ips9 tabletHans de Goede4-1/+233
2015-09-07Prepare v2015.10-rc3v2015.10-rc3Tom Rini1-1/+1
2015-09-07Merge git://git.denx.de/u-boot-usbTom Rini27-35/+426
2015-09-07Merge git://git.denx.de/u-boot-socfpgaTom Rini42-31/+4851
2015-09-07usb: ehci: remember init modeStephen Warren2-1/+7
2015-09-07dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfigLukasz Majewski1-0/+1
2015-09-07dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp featureLukasz Majewski1-0/+10
2015-09-07dfu: command: Extend "dfu" command to handle receiving data via TFTPLukasz Majewski1-0/+20
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski5-14/+52
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski2-0/+52
2015-09-07dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski3-0/+92
2015-09-07tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FL...Lukasz Majewski1-8/+7
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski5-4/+4
2015-09-07doc: dfu: tftp: README entry for TFTP extension of DFULukasz Majewski2-0/+121
2015-09-07h2200: Fix build errorKishon Vijay Abraham I1-0/+12
2015-09-07dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski1-1/+1
2015-09-07dfu:tests: Modify dfu_gadget_test.sh to accept USB device vendor:product IDLukasz Majewski2-8/+19
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu1-1/+1
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2-0/+10
2015-09-07implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng1-0/+19
2015-09-07arc: make AXS101 default platformAlexey Brodkin3-4/+3
2015-09-04net: altera_tse: Zap unused variableMarek Vasut1-2/+0
2015-09-04arm: socfpga: Add support for the Terasic DE-0 Atlas boardDinh Nguyen12-0/+1567
2015-09-04arm: socfpga: Add support for DENX MCV SoM and MCVEVK boardMarek Vasut12-0/+1578
2015-09-04arm: socfpga: Add support for Terasic SoCkit boardMarek Vasut12-0/+1622
2015-09-04arm: socfpga: Do not call board_init_r() from board_init_f()Marek Vasut1-2/+0
2015-09-04arm: socfpga: Zap OF_CONTROL checks, it's always enabledMarek Vasut1-4/+3
2015-09-04arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROLMarek Vasut1-0/+2
2015-09-04arm: socfpga: Assure ISWGRP 0 and 1 are initedMarek Vasut1-1/+7
2015-09-04mmc: dw_mmc: Probe the MMC from OFMarek Vasut5-22/+72
2015-09-03doc: document the fdtdir PXE commandStefan Brüns1-0/+7
2015-09-03doc: Fix inconsistent filename in PXE config exampleStefan Brüns1-1/+1
2015-09-03Merge git://git.denx.de/u-boot-rockchipTom Rini108-42/+11350
2015-09-02rockchip: Put README image creation commands on one lineSimon Glass1-3/+5
2015-09-02rockchip: Update todo in README.rockchipSjoerd Simons1-1/+0
2015-09-02rockchip: Drop first 32kb of zeros from the rkSD image typeSjoerd Simons2-8/+3
2015-09-02arm: Turn of d-cache before i-cacheSjoerd Simons1-6/+9
2015-09-02rockchip: Add config_distro_bootcmd supportSjoerd Simons1-0/+21
2015-09-02rockchip: Turn off CONFIG_SPL_LED for fireflySjoerd Simons1-1/+0
2015-09-02rockchip: Disable sdio mmc slot on rk3288-fireflySjoerd Simons1-1/+1
2015-09-02mmc: Probe DM based mmc devices in u-bootSjoerd Simons1-4/+39
2015-09-02doc: Fix reference to Rock pro when Rock 2 is meantSjoerd Simons1-3/+3
2015-09-02rockchip: Add a simple READMESimon Glass1-0/+246
2015-09-02rockchip: Add basic support for jerrySimon Glass13-2/+1370
2015-09-02rockchip: Add basic support for firefly-rk3288Simon Glass11-0/+733
2015-09-02rockchip: Add SPI driverSimon Glass5-0/+527