commit | 32e9ec1f8812ffe5874a2e3a0a1b8fe85c489ab8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 14 21:28:48 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:19 2017 -0600 |
tree | 60ba9f2abbb2fd4a40c7c78a6c279445863ab452 | |
parent | 7337fcd8c0aeee0a90eb2e986bde5eb7177b8552 [diff] |
x86: Move link to use driver model for SCSI As a demonstration of how to use SCSI with driver model, move link over to use this. This patch needs more work, but illustrates the concept. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>