Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | sandbox: usb: Allow dynamic emulated USB device descriptors | Simon Glass | |
We would like the serial number to come from the device tree node name of the emulated device. This avoids them all having the same name. Adjust the code to support this. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2015-04-18 | dm: usb: sandbox: Add an emulator for USB flash devices | Simon Glass | |
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> |