sandbox: Convert to use driver model for SCSI
authorSimon Glass <sjg@chromium.org>
Wed, 21 Sep 2022 14:21:46 +0000 (16:21 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2022 19:59:50 +0000 (13:59 -0600)
commit46df0243942f98ad5a6b57cb65b31acdc88559f8
treefe7d295fb78dcf8c46d59d5a0d06b607c969eea6
parent02cea1145a5ad49e400bd100b907ad763db16863
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>
arch/Kconfig
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
configs/sandbox_vpl_defconfig
configs/tools-only_defconfig
drivers/scsi/sandbox_scsi.c