[U-Boot] [PATCH v2 52/80] dm: usb: sandbox: Add an emulator for USB hub emulation

Simon Glass sjg at chromium.org
Tue Apr 7 21:10:18 CEST 2015


On 25 March 2015 at 12:22, Simon Glass <sjg at chromium.org> wrote:
> All USB controllers need a root hub. Add a sandbox emulation for this so
> that we can add USB devices to sandbox.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/usb/emul/Makefile      |   1 +
>  drivers/usb/emul/sandbox_hub.c | 303 +++++++++++++++++++++++++++++++++++++++++
>  include/usb_defs.h             |   3 +
>  3 files changed, 307 insertions(+)
>  create mode 100644 drivers/usb/emul/sandbox_hub.c

Applied to u-boot-dm/next.


More information about the U-Boot mailing list