commit | b528f71394038e593a116bd70f6409fabd147ea6 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <l.majewski@samsung.com> | Tue Mar 05 12:10:17 2013 +0100 |
committer | Marek Vasut <marex@denx.de> | Mon Mar 18 18:58:53 2013 +0100 |
tree | a03ed4c2e01df789db55ad211b70d6ac93c517f3 | |
parent | b4d36f6809f3029b6fe05d523abb13c6fa76450a [diff] |
usb:gadget: USB Mass Storage Gadget support This patch adds the USB Mass Storage Gadget to u-boot New command called "ums" is implemented to provide access to on-device embedded persistent memory. USB Mass Storage is supposed to work on top of the USB Gadget framework Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> CC: Marek Vasut <marek.vasut@gmail.com>