[U-Boot] [GIT] Pull request: u-boot-dfu

Lukasz Majewski l.majewski at samsung.com
Wed Aug 26 17:32:41 CEST 2015


Hi Marek,

The following changes since commit
25215622a3af013e28f16d1dd54a10ad8f73d15d:

  include: configs: am43xx_evm: add 'usb stop' in usbboot env
  (2015-08-24 20:43:38 +0200)

are available in the git repository at:

  ssh://gu-dfu@git.denx.de/u-boot-dfu/master 

for you to fetch changes up to 0e3168df70fee2b3b45c571356d56463bd5d34e4:

  dfu: tftp: Kconfig: Enable DFU_TFTP support on the
  am335x_boneblack_defconfig (2015-08-26 17:01:48 +0200)

----------------------------------------------------------------
Lukasz Majewski (9):
      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

 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                  |  37
 +++++++++++++++++++++++++++++++++++++
 drivers/dfu/dfu_tftp.c             |  65
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 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 +- 19 files changed, 357
 insertions(+), 24 deletions(-) create mode 100644 doc/README.dfutftp
 create mode 100644 drivers/dfu/dfu_tftp.c rename {net =>
 include/net}/tftp.h (100%)


-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group


More information about the U-Boot mailing list