]> git.baikalelectronics.ru Git - uboot.git/commit
spl: add serial download protocol (SDP) support
authorStefan Agner <stefan.agner@toradex.com>
Wed, 16 Aug 2017 18:00:54 +0000 (11:00 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 23 Aug 2017 08:41:58 +0000 (10:41 +0200)
commit888e793f7da4388cabb5c66c21a1dc32b97cb64b
tree70ac6a2501b2522fcbde3491d51fae4bd0e595ba
parent0336b342122c5a79a7072684f6f913ad24959063
spl: add serial download protocol (SDP) support

Add USB serial download protocol support to SPL. If the SoC started
in recovery mode the SPL will immediately switch to SDP and wait for
further downloads/commands from the host side.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Ɓukasz Majewski <lukma@denx.de>
common/spl/Kconfig
common/spl/Makefile
common/spl/spl_sdp.c [new file with mode: 0644]
drivers/usb/gadget/Makefile