[PATCH 42/57] ppc: Remove T1040RDB boards
Priyanka Jain (OSS)
priyanka.jain at oss.nxp.com
Tue Feb 23 11:38:17 CET 2021
>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Tom Rini
>Sent: Monday, February 22, 2021 6:43 PM
>To: Y.b. Lu <yangbo.lu at nxp.com>
>Cc: Priyanka Jain <priyanka.jain at nxp.com>; u-boot at lists.denx.de; Jiafei Pan
><jiafei.pan at nxp.com>; Xiaobo Xie <xiaobo.xie at nxp.com>; Poonam Aggrwal
><poonam.aggrwal at nxp.com>
>Subject: Re: [PATCH 42/57] ppc: Remove T1040RDB boards
>
>On Mon, Feb 22, 2021 at 08:54:25AM +0000, Y.b. Lu wrote:
>> Hi Tom,
>>
>> > -----Original Message-----
>> > From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Priyanka
>> > Jain
>> > Sent: Monday, February 22, 2021 2:17 PM
>> > To: Tom Rini <trini at konsulko.com>; u-boot at lists.denx.de
>> > Cc: Jiafei Pan <jiafei.pan at nxp.com>; Xiaobo Xie
>> > <xiaobo.xie at nxp.com>; Poonam Aggrwal <poonam.aggrwal at nxp.com>
>> > Subject: RE: [PATCH 42/57] ppc: Remove T1040RDB boards
>> >
>> > >-----Original Message-----
>> > >From: Tom Rini <trini at konsulko.com>
>> > >Sent: Sunday, February 21, 2021 6:36 AM
>> > >To: u-boot at lists.denx.de
>> > >Cc: Priyanka Jain <priyanka.jain at nxp.com>; Ruchika Gupta
>> > ><ruchika.gupta at nxp.com>; Sumit Garg <sumit.garg at 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.jain at nxp.com>
>> > >Cc: Ruchika Gupta <ruchika.gupta at nxp.com>
>> > >Cc: Sumit Garg <sumit.garg at nxp.com>
>> > >Signed-off-by: Tom Rini <trini at 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
Tom,
Below patch is merged in master branch to fix DM_VIDEO issue in my last pull-request
Are you still observing any warnings.
commit c9cd2a31cc7580f869c6d582c39fc968649304f6
Author: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
Date: Fri Feb 5 16:34:02 2021 +0800
configs: T1042: Drop the CONFIG_VIDEO
Regards
Priyanka
More information about the U-Boot
mailing list