]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5db23e8a526533fa4a1a87a3c5936c9afa958a9b
treefe7d295fb78dcf8c46d59d5a0d06b607c969eea6
parentd85389d3237dc605e6f342db6ffbdfda61d7f5b0
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