commit | e53e30da6eb28885ca900e248662800a5897fd9b | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Jul 20 10:59:24 2012 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jul 21 12:05:30 2012 -0400 |
tree | 354b98d7e6e3508c4e2c0a1b0fbac3014fbb599c | |
parent | 5208d93bc76a495ff0662d157ffe1699a976e008 [diff] |
usb attached scsi boot support This patch adds support for booting from UAS (usb attached scsi) devices. For now only usb 2.0 support is there. On usb 3.0 the UAS protocol uses streams, so changes will be required to make usb 3.0 devices fly once we have a xhci host controller driver. So far the driver has been tested on qemu-emulated virtual hardware only. In theory should just work on bare metal too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>