On Mon, Feb 22, 2021 at 08:54:25AM +0000, Y.b. Lu wrote: > Hi Tom, > > > -----Original Message----- > > From: U-Boot <u-boot-boun...@lists.denx.de> On Behalf Of Priyanka Jain > > Sent: Monday, February 22, 2021 2:17 PM > > To: Tom Rini <tr...@konsulko.com>; u-boot@lists.denx.de > > Cc: Jiafei Pan <jiafei....@nxp.com>; Xiaobo Xie <xiaobo....@nxp.com>; > > Poonam Aggrwal <poonam.aggr...@nxp.com> > > Subject: RE: [PATCH 42/57] ppc: Remove T1040RDB boards > > > > >-----Original Message----- > > >From: Tom Rini <tr...@konsulko.com> > > >Sent: Sunday, February 21, 2021 6:36 AM > > >To: u-boot@lists.denx.de > > >Cc: Priyanka Jain <priyanka.j...@nxp.com>; Ruchika Gupta > > ><ruchika.gu...@nxp.com>; Sumit Garg <sumit.g...@nxp.com> > > >Subject: [PATCH 42/57] ppc: Remove T1040RDB boards > > > > > >These boards have not been converted to CONFIG_DM_MMC by the > > >deadline. > > >Remove them. > > > > > >Cc: Priyanka Jain <priyanka.j...@nxp.com> > > >Cc: Ruchika Gupta <ruchika.gu...@nxp.com> > > >Cc: Sumit Garg <sumit.g...@nxp.com> > > >Signed-off-by: Tom Rini <tr...@konsulko.com> > > >--- > > > arch/powerpc/cpu/mpc85xx/Kconfig | 19 - > > > arch/powerpc/include/asm/fsl_secure_boot.h | 2 - > > > board/freescale/t104xrdb/Kconfig | 16 - > > > board/freescale/t104xrdb/MAINTAINERS | 38 - > > > board/freescale/t104xrdb/Makefile | 16 - > > > board/freescale/t104xrdb/README | 386 --------- > > > board/freescale/t104xrdb/cpld.c | 115 --- > > > board/freescale/t104xrdb/cpld.h | 46 - > > > board/freescale/t104xrdb/ddr.c | 146 ---- > > > board/freescale/t104xrdb/ddr.h | 56 -- > > > board/freescale/t104xrdb/diu.c | 84 -- > > > board/freescale/t104xrdb/eth.c | 157 ---- > > > board/freescale/t104xrdb/law.c | 31 - > > > board/freescale/t104xrdb/pci.c | 25 - > > > board/freescale/t104xrdb/spl.c | 141 --- > > > board/freescale/t104xrdb/t1040_nand_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1040_sd_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1040_spi_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1040d4_nand_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1040d4_sd_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1040d4_spi_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042_nand_rcw.cfg | 7 - > > > .../freescale/t104xrdb/t1042_pi_nand_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042_pi_sd_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042_pi_spi_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042_sd_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042_spi_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042d4_nand_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042d4_sd_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t1042d4_spi_rcw.cfg | 7 - > > > board/freescale/t104xrdb/t104x_pbi.cfg | 36 - > > > board/freescale/t104xrdb/t104x_pbi_sb.cfg | 38 - > > > board/freescale/t104xrdb/t104xrdb.c | 164 ---- > > > board/freescale/t104xrdb/t104xrdb.h | 12 - > > > board/freescale/t104xrdb/tlb.c | 131 --- > > > configs/T1040D4RDB_NAND_defconfig | 78 -- > > > configs/T1040D4RDB_SDCARD_defconfig | 75 -- > > > configs/T1040D4RDB_SECURE_BOOT_defconfig | 64 -- > > > configs/T1040D4RDB_SPIFLASH_defconfig | 77 -- > > > configs/T1040D4RDB_defconfig | 62 -- > > > configs/T1040RDB_NAND_defconfig | 79 -- > > > configs/T1040RDB_SDCARD_defconfig | 76 -- > > > configs/T1040RDB_SECURE_BOOT_defconfig | 65 -- > > > configs/T1040RDB_SPIFLASH_defconfig | 78 -- > > > configs/T1040RDB_defconfig | 63 -- > > > configs/T1042D4RDB_NAND_defconfig | 86 -- > > > configs/T1042D4RDB_SDCARD_defconfig | 83 -- > > > configs/T1042D4RDB_SECURE_BOOT_defconfig | 63 -- > > > configs/T1042D4RDB_SPIFLASH_defconfig | 85 -- > > > configs/T1042D4RDB_defconfig | 71 -- > > DM_MMC had already been in use for T1042D4RDB. The board is still in > maintaining. > Can we keep it?
So, this patch was a bit overzealous in removing stuff (the script, tools/rmboard.py relies on the MAINTAINERS file). That said, T1042D4RDB_SECURE_BOOT is not converted and all of the rest have: =================== WARNING ====================== This board does not use CONFIG_DM_VIDEO Please update the board to use CONFIG_DM_VIDEO before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ================================================== Which is coming up on the 2 year mark. What's the progress on that? Thanks! -- Tom
signature.asc
Description: PGP signature