mbox series

[U-Boot,GIT] Pull request: u-boot-dfu (20.02.2018)

Message ID 20180220081744.28854305@jawa
State Awaiting Upstream
Delegated to: Marek Vasut
Headers show
Series [U-Boot,GIT] Pull request: u-boot-dfu (20.02.2018) | expand

Pull-request

git://git.denx.de/u-boot-dfu.git

Message

Lukasz Majewski Feb. 20, 2018, 7:17 a.m. UTC
Dear Marek, Tom,

Travis CI:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/343576773

Tested-by: Lukasz Majewski <lukma@denx.de>
Test HW: Beagle Bone Black

I've found another fix for gadget (fastboot), which was "delegated" to
me on patchwork, but I wasn't added to CC of this patch....

The following changes since commit
61a1c379964ae701759cf8d89497391c76ffe889:

  usb: gadget: sdp: fix pointer cast warnings for 64bit archs
  (2018-02-19 05:20:00 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-dfu.git 

for you to fetch changes up to 8f2515fa02ffa79c78c9039c30474d6edf0d152a:

  cmd: fastboot: Kconfig: solve config issue (2018-02-19 23:08:49 +0100)

----------------------------------------------------------------
Marek Vasut (3):
      dfu: Fix up the Kconfig mess
      dfu: Rename _FUNCTION_DFU to DFU_OVER_
      dfu: tftp: Fix arm64 build warnings

Patrick Delaunay (1):
      cmd: fastboot: Kconfig: solve config issue

 README                              |  2 +-
 board/siemens/common/factoryset.c   |  4 ++--
 cmd/Kconfig                         |  2 +-
 cmd/dfu.c                           | 18 +++++++++++++-----
 cmd/fastboot/Kconfig                | 18 ++++++++++++++++--
 common/Makefile                     |  6 ++++--
 drivers/dfu/Kconfig                 | 14 ++++++++++++--
 drivers/dfu/Makefile                |  2 +-
 drivers/dfu/dfu_tftp.c              |  4 ++--
 drivers/usb/gadget/Makefile         |  2 +-
 include/configs/tegra-common-post.h |  2 +-
 11 files changed, 54 insertions(+), 20 deletions(-)


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de

Comments

Marek Vasut Feb. 21, 2018, 7:28 p.m. UTC | #1
On 02/20/2018 08:17 AM, Lukasz Majewski wrote:
> 
> Dear Marek, Tom,
> 
> Travis CI:
> https://travis-ci.org/lmajewski/u-boot-dfu/builds/343576773
> 
> Tested-by: Lukasz Majewski <lukma@denx.de>
> Test HW: Beagle Bone Black
> 
> I've found another fix for gadget (fastboot), which was "delegated" to
> me on patchwork, but I wasn't added to CC of this patch....
> 
> The following changes since commit
> 61a1c379964ae701759cf8d89497391c76ffe889:
> 
>   usb: gadget: sdp: fix pointer cast warnings for 64bit archs
>   (2018-02-19 05:20:00 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dfu.git 

Applied, thanks