Dropping CONFIG_SCSI

Hi,
The deadline has passed for the non-driver model SCSI code. The boards below still have this enabled:
$ ./tools/moveconfig.py -f SCSI ~DM_SCSI controlcenterdc am57xx_hs_evm_usb ls1088ardb_sdcard_qspi_SECURE_BOOT ls1046ardb_sdcard_SECURE_BOOT ls1021atsn_qspi ls1021atsn_sdcard highbank ls1021atwr_sdcard_ifc_SECURE_BOOT
Please can you take a look at migration?
Thank you, Simon

On Sun, Aug 20, 2023 at 11:49:21AM -0600, Simon Glass wrote:
Hi,
The deadline has passed for the non-driver model SCSI code. The boards below still have this enabled:
$ ./tools/moveconfig.py -f SCSI ~DM_SCSI controlcenterdc am57xx_hs_evm_usb ls1088ardb_sdcard_qspi_SECURE_BOOT ls1046ardb_sdcard_SECURE_BOOT ls1021atsn_qspi ls1021atsn_sdcard highbank ls1021atwr_sdcard_ifc_SECURE_BOOT
Please can you take a look at migration?
Looking at am57xx_hs_evm_usb this is just a case where one of the configs is out of sync with the rest as am57xx_evm and am57xx_hs_evm set DM_SCSI. Andrew, it might be worth looking at dropping am57xx_hs_evm_usb specifically and adding a config fragment under board/ti/am57xx/ for just the (I assume) SPL via USB case. And dra7xx_evm can mirror that as well.

On 8/20/23 12:59 PM, Tom Rini wrote:
On Sun, Aug 20, 2023 at 11:49:21AM -0600, Simon Glass wrote:
Hi,
The deadline has passed for the non-driver model SCSI code. The boards below still have this enabled:
$ ./tools/moveconfig.py -f SCSI ~DM_SCSI controlcenterdc am57xx_hs_evm_usb ls1088ardb_sdcard_qspi_SECURE_BOOT ls1046ardb_sdcard_SECURE_BOOT ls1021atsn_qspi ls1021atsn_sdcard highbank ls1021atwr_sdcard_ifc_SECURE_BOOT
Please can you take a look at migration?
Looking at am57xx_hs_evm_usb this is just a case where one of the configs is out of sync with the rest as am57xx_evm and am57xx_hs_evm set DM_SCSI. Andrew, it might be worth looking at dropping am57xx_hs_evm_usb specifically and adding a config fragment under board/ti/am57xx/ for just the (I assume) SPL via USB case. And dra7xx_evm can mirror that as well.
Yes, looks like several of the TI _hs_ configs have gotten out of sync again.
With this new config fragment stuff might be time to drop *all* the HS defconfigs and add HS fragments..
I'll look into that, in the meantime sending a patch now to sync this one missing config option.
Andrew

On Sun, Aug 20, 2023 at 11:49:21AM -0600, Simon Glass wrote:
Hi,
The deadline has passed for the non-driver model SCSI code. The boards below still have this enabled:
$ ./tools/moveconfig.py -f SCSI ~DM_SCSI controlcenterdc am57xx_hs_evm_usb ls1088ardb_sdcard_qspi_SECURE_BOOT ls1046ardb_sdcard_SECURE_BOOT ls1021atsn_qspi ls1021atsn_sdcard highbank ls1021atwr_sdcard_ifc_SECURE_BOOT
Please can you take a look at migration?
For the layerscape configs that aren't to be removed by: https://patchwork.ozlabs.org/project/uboot/patch/20230818134330.12509-2-laur... they're just out of sync with the other configs, and so can just be enabled.
participants (3)
-
Andrew Davis
-
Simon Glass
-
Tom Rini