]> git.ipfire.org Git - people/ms/u-boot.git/commit
fastboot: Implement NAND backend
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 15 Oct 2015 12:34:17 +0000 (14:34 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 18:18:58 +0000 (13:18 -0500)
commitbf8940d35b91ef87e0e4e691c5d8cc356fcae035
tree5a1668056971215c558fb2b1256c7b560931adde
parent1f8690aa950ad1f42a64d07c4a31e47dcf1090b7
fastboot: Implement NAND backend

So far the fastboot code was only supporting MMC-backed devices for its
flashing operations (flash and erase).

Add a storage backend for NAND-backed devices.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
common/Makefile
common/fb_nand.c [new file with mode: 0644]
drivers/usb/gadget/f_fastboot.c
include/fb_nand.h [new file with mode: 0644]