[U-Boot] [RFC PATCH v2 0/2] Convert USB fastboot code to use shared protocol

Alex Kiernan alex.kiernan at gmail.com
Thu May 17 16:13:42 UTC 2018


This builds on the fastboot UDP support and migrates the USB fastboot code
to the shared code.

It's currently untested, other than passing in Travis:

https://travis-ci.org/akiernan/u-boot/builds/380023917


Changes in v2:
- remove redundant version.h
- use new fastboot_get_bytes_remaining() function

Alex Kiernan (2):
  usb: fastboot: Convert USB f_fastboot to shared fastboot
  fastboot: Update fastboot documentation

 doc/README.android-fastboot     |  80 ++++++----
 drivers/fastboot/Makefile       |   4 +-
 drivers/usb/gadget/f_fastboot.c | 318 +++++-----------------------------------
 3 files changed, 92 insertions(+), 310 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list