commit | 46df0243942f98ad5a6b57cb65b31acdc88559f8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 21 16:21:46 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 25 13:59:50 2022 -0600 |
tree | fe7d295fb78dcf8c46d59d5a0d06b607c969eea6 | |
parent | 02cea1145a5ad49e400bd100b907ad763db16863 [diff] |
sandbox: Convert to use driver model for SCSI At present sandbox is producing a warning about SCSI migration. Drop the legacy code and replace it with a new implementation. Also drop the SATA command, which does not work with driver model. Signed-off-by: Simon Glass <sjg@chromium.org>