summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new
diff options
context:
space:
mode:
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>2015-10-25 06:44:46 +0200
committerHans de Goede <hdegoede@redhat.com>2015-11-22 11:30:59 +0100
commit2a909c5f7a4e645260e5d01313e15371a8c55eba (patch)
treefa65089065d228f7505992593382a3bdb2e77f3b /drivers/usb/musb-new
parent1d149eddcc0661b683002f76a8240491eba00dbb (diff)
downloadtalos-obmc-uboot-2a909c5f7a4e645260e5d01313e15371a8c55eba.tar.gz
talos-obmc-uboot-2a909c5f7a4e645260e5d01313e15371a8c55eba.zip
sunxi: Enable DFU for RAM
The DFU protocol implementation in U-Boot is much faster than the FEL protocol implementation in the boot ROM on Allwinner devices. Using DFU instead of FEL improves the USB transfer speed from 500-900 KB/s to 3.2-3.7 MB/s. This is particularly useful for reducing the time needed for booting systems with large initrd images. FEL is still useful for loading the U-Boot bootloader and a boot script, which may then activate DFU in the following way: setenv dfu_alt_info ${dfu_alt_info_ram} dfu 0 ram 0 bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} The rest of the files can be transferred to the device using the "dfu-util" tool. Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/usb/musb-new')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud