All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Fastboot gadget, v2. repost
@ 2011-11-21 14:09 Sebastian Andrzej Siewior
  2011-11-21 14:09 ` [U-Boot] [PATCH 1/2] image: add support for Android's boot image format Sebastian Andrzej Siewior
  2011-11-21 14:09 ` [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget Sebastian Andrzej Siewior
  0 siblings, 2 replies; 17+ messages in thread
From: Sebastian Andrzej Siewior @ 2011-11-21 14:09 UTC (permalink / raw)
  To: u-boot

This is a repost of 19.10.2011. This series contains a small version of 
the fastboot gadget. I removed the flash/mmc/write to media part and
re-add once I'm through with this basic thing :)
This "basic" gadget supports the retrieval of variables (like serial
number), reboot functionality, download of binary data and booting them in
case the binary data is a bootable image.
I did not include the fastboot client in this series. Remy asked about
this. I could take it and stash it in tools if someone really wants this
to have. This would include the fastboot and libzipfile folder from
Andorid's system/core repository. An online version can be found at [0]. I
haven't seen the library somewhere else than Android. For basic testing,
the library could be excluded.

v1..v2:
  fixed all issues that came up so far, including:
  - s/andoir_img_get_kload/android_img_get_kload/ spotted by Mike
  - adjusted Copyright message to GPLv2 or later for f_fastboot.c and
    removed "change" comments.
  - removed two header files in example patch 3/3
  I believe that the "All rights reserved" problem got resolved.

[0] http://www.netmite.com/android/mydroid/system/core/


Sebastian

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

end of thread, other threads:[~2012-05-28 13:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 14:09 [U-Boot] Fastboot gadget, v2. repost Sebastian Andrzej Siewior
2011-11-21 14:09 ` [U-Boot] [PATCH 1/2] image: add support for Android's boot image format Sebastian Andrzej Siewior
2011-11-21 20:19   ` Wolfgang Denk
2011-11-22 12:30     ` Sebastian Andrzej Siewior
2011-11-22 19:04       ` Wolfgang Denk
2011-11-23 10:03         ` Sebastian Andrzej Siewior
2012-01-17  9:16           ` Aneesh V
2012-02-02  9:28             ` Aneesh V
2012-02-08 17:36               ` Tom Rini
2012-03-17 22:05             ` Wolfgang Denk
2012-04-12 14:54               ` Aneesh V
2012-03-17 22:04           ` Wolfgang Denk
2011-11-21 14:09 ` [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget Sebastian Andrzej Siewior
2011-11-21 14:48   ` Stefan Schmidt
2011-11-23 10:27     ` Sebastian Andrzej Siewior
2012-01-08  4:56   ` Mike Frysinger
2012-05-28 13:50     ` [U-Boot] [PATCH 2/3] " Macpaul Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.