mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] Fastboot improvements
@ 2018-12-07 10:33 Sascha Hauer
  2018-12-07 10:33 ` [PATCH 1/7] usb: gadget: fastboot: pass message type as enum Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sascha Hauer @ 2018-12-07 10:33 UTC (permalink / raw)
  To: Barebox List

This series has a few improvements for fastboot.

So far the host always timed out when we issued a command that caused
barebox to shutdown, like "oem bootm ..." or similar. We now finish
the fastboot session beforehand to let the host know what is going on.
Also we now print the fastboot messages also on the barebox console
which makes it easier to follow what is going on on the barebox side.

Sascha Hauer (7):
  usb: gadget: fastboot: pass message type as enum
  usb: gadget: fastboot: drop unnecessary global variable
  usb: gadget: fastboot: remove unnecessary context setting
  usb: gadget: fastboot: tell host that we are going to shutdown
  usb: gadget: fastboot: be more informative on booting
  usb: gadget: fastboot: simplify reboot
  usb: gadget: fastboot: print fastboot messages also to the logs

 drivers/usb/gadget/f_fastboot.c | 236 +++++++++++++++++++++-----------
 include/usb/fastboot.h          |  10 +-
 2 files changed, 162 insertions(+), 84 deletions(-)

-- 
2.19.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-07 10:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07 10:33 [PATCH 0/7] Fastboot improvements Sascha Hauer
2018-12-07 10:33 ` [PATCH 1/7] usb: gadget: fastboot: pass message type as enum Sascha Hauer
2018-12-07 10:34 ` [PATCH 2/7] usb: gadget: fastboot: drop unnecessary global variable Sascha Hauer
2018-12-07 10:34 ` [PATCH 3/7] usb: gadget: fastboot: remove unnecessary context setting Sascha Hauer
2018-12-07 10:34 ` [PATCH 4/7] usb: gadget: fastboot: tell host that we are going to shutdown Sascha Hauer
2018-12-07 10:34 ` [PATCH 5/7] usb: gadget: fastboot: be more informative on booting Sascha Hauer
2018-12-07 10:34 ` [PATCH 6/7] usb: gadget: fastboot: simplify reboot Sascha Hauer
2018-12-07 10:34 ` [PATCH 7/7] usb: gadget: fastboot: print fastboot messages also to the logs Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox