summaryrefslogtreecommitdiff
path: root/include/sdp.h
Commit message (Collapse)AuthorAgeFilesLines
* usb: gadget: add SDP driverStefan Agner2017-08-231-0/+16
Add SDP (Serial Downloader Protocol) implementation for U-Boot. The protocol is used in NXP SoC's boot ROM and allows to download program images. Beside that, it can also be used to read/write registers and download complete Device Configuration Data (DCD) sets. This basic implementation supports downloading images with the imx header format reading and writing registers. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Ɓukasz Majewski <lukma@denx.de>