sunxi: Enable DFU for RAM
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Sun, 25 Oct 2015 04:44:46 +0000 (06:44 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sun, 22 Nov 2015 10:30:59 +0000 (11:30 +0100)
commit2a909c5f7a4e645260e5d01313e15371a8c55eba
treefa65089065d228f7505992593382a3bdb2e77f3b
parent1d149eddcc0661b683002f76a8240491eba00dbb
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>
include/configs/sunxi-common.h