[U-Boot] [PULL] u-boot-usb/master
Marek Vasut
marex at denx.de
Mon Sep 7 14:13:41 CEST 2015
The following changes since commit 6015f8f1b6fc30de7b4839bd691058583ec7f521:
doc: document the fdtdir PXE command (2015-09-03 16:59:07 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git
for you to fetch changes up to 49b4c5c700077e387fef61a7225f92d190ee0c45:
usb: ehci: remember init mode (2015-09-07 13:41:05 +0200)
----------------------------------------------------------------
Jiandong Zheng (1):
implement Fastboot via USB OTG on bcm28155_ap boards
Kishon Vijay Abraham I (1):
h2200: Fix build error
Lukasz Majewski (11):
dfu:tests: Modify dfu_gadget_test.sh to accept USB device vendor:product
ID
dfu: Delete superfluous initialization of the dfu_buf_size static variable
doc: dfu: tftp: README entry for TFTP extension of DFU
net: tftp: Move tftp.h file from ./net to ./include/net
tftp: update: Allow some parts of the code to be reused when
CONFIG_SYS_NO_FLASH is set
dfu: tftp: update: Provide tftp support for the DFU subsystem
dfu: tftp: update: Add dfu_write_from_mem_addr() function
update: tftp: dfu: Extend update_tftp() function to support DFU
dfu: command: Extend "dfu" command to handle receiving data via TFTP
dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
dfu: tftp: Kconfig: Enable DFU_TFTP support on the
am335x_boneblack_defconfig
Siva Durga Prasad Paladugu (2):
f_thor: Dont perform reset at the end of thor
usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE
Stephen Warren (1):
usb: ehci: remember init mode
board/h2200/h2200.c | 12 +++++++++++
common/Makefile | 1 +
common/cmd_dfu.c | 20 ++++++++++++++++++
common/cmd_fitupd.c | 2 +-
common/main.c | 2 +-
common/update.c | 58
+++++++++++++++++++++++++++++++++++++---------------
configs/am335x_boneblack_defconfig | 1 +
doc/README.dfutftp | 114
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
doc/README.update | 7 +++++++
drivers/dfu/Kconfig | 10 +++++++++
drivers/dfu/Makefile | 1 +
drivers/dfu/dfu.c | 39 ++++++++++++++++++++++++++++++++++-
drivers/dfu/dfu_tftp.c | 65
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/gadget/f_thor.c | 9 ++++++++-
drivers/usb/gadget/f_thor.h | 3 +++
drivers/usb/host/ehci-hcd.c | 7 ++++++-
drivers/usb/host/ehci.h | 1 +
include/configs/bcm28155_ap.h | 19 ++++++++++++++++++
include/dfu.h | 41 +++++++++++++++++++++++++++++++++++++
include/net.h | 14 +++++++++++--
{net => include/net}/tftp.h | 0
net/bootp.c | 2 +-
net/net.c | 2 +-
net/rarp.c | 2 +-
net/tftp.c | 2 +-
test/dfu/README | 9 ++++++++-
test/dfu/dfu_gadget_test.sh | 18 ++++++++++-------
27 files changed, 426 insertions(+), 35 deletions(-)
create mode 100644 doc/README.dfutftp
create mode 100644 drivers/dfu/dfu_tftp.c
rename {net => include/net}/tftp.h (100%)
More information about the U-Boot
mailing list