
Hi Marek,
Please find following PR for u-boot dfu.
Those changes are aimed to be placed on top of u-boot-usb/next tree.
Moreover, they depend on already mainlined patch (but not yet available in your tree): https://patchwork.ozlabs.org/patch/661424/
With the above patch in place, no build errors are introduced.
The following changes since commit fd69c4277c501a1082d118bbf8285db5f730ccdb:
drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests (2016-08-26 14:05:03 +0200)
are available in the git repository at:
ssh://gu-dfu@git.denx.de/u-boot-dfu 02f0f6d276012f384620174bf7f72bf56785934f
for you to fetch changes up to 02f0f6d276012f384620174bf7f72bf56785934f:
cmd: dfu: Add error handling for failed registration (2016-08-29 14:36:35 +0200)
---------------------------------------------------------------- B, Ravi (5): spl: dfu: add dfu support in SPL common: dfu: saperate the dfu common functionality spl: dfu: adding dfu support functions for SPL-DFU dra7x: boot: add dfu bootmode support dra7x: configs: enable SPL-DFU support
Sanchayan Maity (1): cmd: dfu: Add error handling for failed registration
Kconfig | 27 +++++++++++++++++++++++++++ arch/arm/cpu/armv7/omap-common/boot-common.c | 5 +++++ arch/arm/include/asm/arch-omap5/spl.h | 2 +- cmd/dfu.c | 61 ++----------------------------------------------------------- common/Makefile | 3 +++ common/dfu.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ common/spl/Makefile | 1 + common/spl/spl.c | 10 +++++++++- common/spl/spl_dfu.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/dra7xx_evm.h | 20 +++++++++++++++++++- include/configs/ti_omap5_common.h | 2 -- include/g_dnl.h | 1 + include/spl.h | 8 ++++++++ scripts/Makefile.spl | 4 ++++ 14 files changed, 229 insertions(+), 64 deletions(-) create mode 100644 common/dfu.c create mode 100644 common/spl/spl_dfu.c
Tested with HWT system at Exynos4412 and Exynos5422