]> git.ipfire.org Git - thirdparty/u-boot.git/commit
scsi: Forceably finish migration to DM_SCSI
authorTom Rini <trini@konsulko.com>
Sat, 28 Oct 2023 00:59:51 +0000 (20:59 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 23:36:06 +0000 (18:36 -0500)
commitb630f8b3aefc2d11cdc73314743a6fb16deaf4c5
treeaec72ad96d6bf3df382438a6224ec2ee9e886e26
parent1e4d9dd871512e1955e45ac1c3095fb063c0d07c
scsi: Forceably finish migration to DM_SCSI

The migration deadline for moving to DM_SCSI was v2023.04. A further
reminder was sent out in August 2023 to the remaining platforms that had
not migrated already, and that a few more over the line (or configs
deleted).

With this commit we:
- Rename CONFIG_DM_SCSI to CONFIG_SCSI.
- Remove all of the non-DM SCSI code. This includes removing other
  legacy symbols and code and removes some legacy non-DM AHCI code.
- Some platforms that had previously been DM_SCSI=y && SCSI=n are now
  fully migrated to DM_SCSI as a few corner cases in the code assumed
  DM_SCSI=y meant SCSI=y.

Signed-off-by: Tom Rini <trini@konsulko.com>
42 files changed:
Makefile
api/api_storage.c
arch/Kconfig
arch/arm/Kconfig
arch/arm/mach-imx/mx6/Kconfig
arch/arm/mach-mvebu/cpu.c
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/boot-common.c
arch/arm/mach-omap2/omap5/hw_data.c
arch/arm/mach-omap2/pipe3-phy.c [deleted file]
arch/arm/mach-omap2/pipe3-phy.h [deleted file]
arch/arm/mach-omap2/sata.c [deleted file]
board/emulation/qemu-riscv/Kconfig
board/highbank/highbank.c
cmd/scsi.c
common/board_r.c
configs/apalis_imx6_defconfig
configs/dh_imx6_defconfig
configs/edison_defconfig
configs/efi-x86_app32_defconfig
configs/efi-x86_app64_defconfig
configs/galileo_defconfig
configs/mvebu_ac5_rd_defconfig
configs/novena_defconfig
configs/udoo_defconfig
configs/wandboard_defconfig
configs/x240_defconfig
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci.c
drivers/ata/sata.c
drivers/ata/sata_sandbox.c [deleted file]
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/scsi.c
drivers/ufs/Kconfig
include/ahci.h
include/configs/ls1021aiot.h
include/configs/ls1028ardb.h
include/configs/ls1043ardb.h
include/sata.h
include/scsi.h