commit | b144644327b668e8ce90a2fadcd431a68cb7f5d5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:39 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:26 2015 -0600 |
tree | c15e4fa46a9256ebd2bcca24c6c204ca52862224 | |
parent | 4147739c06c4dd51ae1a70d69e714f10a0f16bea [diff] |
dm: usb: sandbox: Add an emulator for USB flash devices This emulator supports USB enumeration and allows a local file to be provided as the contents of the emulated flash stick. U-Boot can then use the file as it would a normal device, with all access passing through the usb_stor layer and the USB stack. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>