public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 07/24] arm: Remove configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig board
Date: Thu, 28 May 2020 16:02:27 -0400	[thread overview]
Message-ID: <20200528200227.GI23469@bill-the-cat> (raw)
In-Reply-To: <VE1PR04MB64941490D4FC84F2074AC498E68E0@VE1PR04MB6494.eurprd04.prod.outlook.com>

On Thu, May 28, 2020 at 07:05:38AM +0000, Priyanka Jain wrote:
> >-----Original Message-----
> >From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Jagan Teki
> >Sent: Wednesday, May 27, 2020 10:17 PM
> >To: Simon Glass <sjg@chromium.org>; Tom Rini <trini@konsulko.com>
> >Cc: u-boot at lists.denx.de; linux-amarula at amarulasolutions.com; Jagan Teki
> ><jagan@amarulasolutions.com>
> >Subject: [PATCH 07/24] arm: Remove configs/P1010RDB-
> >PA_36BIT_NAND_SECBOOT_defconfig board
> >
> >This board has not been converted to CONFIG_DM_SPI by the deadline.
> >
> >Remove it.
> >
> >Patch-cc: Qiang Zhao <qiang.zhao@nxp.com>
> >Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> >---
> > arch/powerpc/cpu/mpc85xx/Kconfig              |   1 -
> > board/freescale/p1010rdb/Kconfig              |  14 -
> > board/freescale/p1010rdb/MAINTAINERS          |  33 -
> > board/freescale/p1010rdb/Makefile             |  24 -
> > board/freescale/p1010rdb/README.P1010RDB-PA   | 208 -----
> > board/freescale/p1010rdb/README.P1010RDB-PB   | 188 -----
> > board/freescale/p1010rdb/ddr.c                | 235 ------
> > board/freescale/p1010rdb/law.c                |  16 -
> > board/freescale/p1010rdb/p1010rdb.c           | 731 -----------------
> > board/freescale/p1010rdb/spl.c                | 114 ---
> > board/freescale/p1010rdb/spl_minimal.c        |  65 --
> > board/freescale/p1010rdb/tlb.c                |  90 --
> > .../P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig  |  63 --
> > configs/P1010RDB-PA_36BIT_NAND_defconfig      |  85 --
> > .../P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig   |  62 --
> > configs/P1010RDB-PA_36BIT_NOR_defconfig       |  67 --
> > configs/P1010RDB-PA_36BIT_SDCARD_defconfig    |  79 --
> > ...010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig |  64 --
> > configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig  |  81 --
> > configs/P1010RDB-PA_NAND_SECBOOT_defconfig    |  62 --
> > configs/P1010RDB-PA_NAND_defconfig            |  84 --
> > configs/P1010RDB-PA_NOR_SECBOOT_defconfig     |  60 --
> > configs/P1010RDB-PA_NOR_defconfig             |  66 --
> > configs/P1010RDB-PA_SDCARD_defconfig          |  78 --
> > .../P1010RDB-PA_SPIFLASH_SECBOOT_defconfig    |  63 --
> > configs/P1010RDB-PA_SPIFLASH_defconfig        |  80 --
> > .../P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig  |  63 --
> > configs/P1010RDB-PB_36BIT_NAND_defconfig      |  85 --
> > .../P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig   |  62 --
> > configs/P1010RDB-PB_36BIT_NOR_defconfig       |  67 --
> > configs/P1010RDB-PB_36BIT_SDCARD_defconfig    |  79 --
> > ...010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig |  64 --
> > configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig  |  81 --
> > configs/P1010RDB-PB_NAND_SECBOOT_defconfig    |  62 --
> > configs/P1010RDB-PB_NAND_defconfig            |  84 --
> > configs/P1010RDB-PB_NOR_SECBOOT_defconfig     |  61 --
> > configs/P1010RDB-PB_NOR_defconfig             |  66 --
> > configs/P1010RDB-PB_SDCARD_defconfig          |  78 --
> > .../P1010RDB-PB_SPIFLASH_SECBOOT_defconfig    |  63 --
> > configs/P1010RDB-PB_SPIFLASH_defconfig        |  80 --
> > include/configs/P1010RDB.h                    | 766 ------------------
> > 41 files changed, 4474 deletions(-)
> > delete mode 100644 board/freescale/p1010rdb/Kconfig
> > delete mode 100644 board/freescale/p1010rdb/MAINTAINERS
> > delete mode 100644 board/freescale/p1010rdb/Makefile
> > delete mode 100644 board/freescale/p1010rdb/README.P1010RDB-PA
> > delete mode 100644 board/freescale/p1010rdb/README.P1010RDB-PB
> > delete mode 100644 board/freescale/p1010rdb/ddr.c
> > delete mode 100644 board/freescale/p1010rdb/law.c
> > delete mode 100644 board/freescale/p1010rdb/p1010rdb.c
> > delete mode 100644 board/freescale/p1010rdb/spl.c
> > delete mode 100644 board/freescale/p1010rdb/spl_minimal.c
> > delete mode 100644 board/freescale/p1010rdb/tlb.c
> > delete mode 100644 configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PA_36BIT_NAND_defconfig
> > delete mode 100644 configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PA_36BIT_NOR_defconfig
> > delete mode 100644 configs/P1010RDB-PA_36BIT_SDCARD_defconfig
> > delete mode 100644 configs/P1010RDB-
> >PA_36BIT_SPIFLASH_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
> > delete mode 100644 configs/P1010RDB-PA_NAND_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PA_NAND_defconfig
> > delete mode 100644 configs/P1010RDB-PA_NOR_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PA_NOR_defconfig
> > delete mode 100644 configs/P1010RDB-PA_SDCARD_defconfig
> > delete mode 100644 configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PA_SPIFLASH_defconfig
> > delete mode 100644 configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PB_36BIT_NAND_defconfig
> > delete mode 100644 configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PB_36BIT_NOR_defconfig
> > delete mode 100644 configs/P1010RDB-PB_36BIT_SDCARD_defconfig
> > delete mode 100644 configs/P1010RDB-
> >PB_36BIT_SPIFLASH_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
> > delete mode 100644 configs/P1010RDB-PB_NAND_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PB_NAND_defconfig
> > delete mode 100644 configs/P1010RDB-PB_NOR_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PB_NOR_defconfig
> > delete mode 100644 configs/P1010RDB-PB_SDCARD_defconfig
> > delete mode 100644 configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig
> > delete mode 100644 configs/P1010RDB-PB_SPIFLASH_defconfig
> > delete mode 100644 include/configs/P1010RDB.h
> >
> <snip>
> NXP plans to keep maintaining P1010RDB board. Please don't merge this patch .
> 
> The espi series of patches for DM migration were in review since long, but could not be merged because of dependency.
> NXP engineers are working on rebasing the DM espi migration series.
> 
> http://patchwork.ozlabs.org/project/uboot/list/?series=127282&state=*
> http://patchwork.ozlabs.org/project/uboot/list/?series=138873
> 
> Nacked-by: Priyanka Jain <priyanka.jain@nxp.com>

So, _this_ platform also runs in to:
+(P1010RDB-PB_SDCARD) ===================== WARNING ======================
+(P1010RDB-PB_SDCARD) This board does not use CONFIG_DM_MMC. Please update
+(P1010RDB-PB_SDCARD) the board to use CONFIG_DM_MMC before the v2019.04 release.
+(P1010RDB-PB_SDCARD) Failure to update by the deadline may result in board removal.
+(P1010RDB-PB_SDCARD) See doc/driver-model/migration.rst for more info.
+(P1010RDB-PB_SDCARD) ====================================================

So how far along is NXP on doing the needed conversions there?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200528/3a9bf602/attachment.sig>

  reply	other threads:[~2020-05-28 20:02 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 16:46 [PATCH 00/24] spi: dm-conversion (part2) Jagan Teki
2020-05-27 16:46 ` [PATCH 01/24] arm: Remove configs/B4420QDS_NAND_defconfig board Jagan Teki
2020-05-28  7:00   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 02/24] arm: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig board Jagan Teki
2020-05-28  4:17   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 03/24] arm: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig board Jagan Teki
2020-05-28  5:26   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 04/24] arm: Remove configs/C29XPCIE_NAND_defconfig board Jagan Teki
2020-05-28  5:28   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 05/24] arm: Remove configs/Cyrus_P5020_defconfig board Jagan Teki
2020-05-27 16:46 ` [PATCH 06/24] arm: Remove configs/MPC8536DS_36BIT_defconfig board Jagan Teki
2020-05-28  5:32   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 07/24] arm: Remove configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig board Jagan Teki
2020-05-28  7:05   ` Priyanka Jain
2020-05-28 20:02     ` Tom Rini [this message]
2020-06-01  5:23       ` Priyanka Jain
2020-06-01 11:43         ` Tom Rini
2020-06-02  7:18           ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 08/24] arm: Remove configs/P1020MBG-PC_36BIT_SDCARD_defconfig board Jagan Teki
2020-05-28  7:07   ` Priyanka Jain
2020-05-28 20:14     ` Tom Rini
2020-05-28 20:32       ` Simon Glass
2020-05-28 20:44         ` Tom Rini
2020-05-29 12:36           ` Jagan Teki
2020-05-29 13:27             ` Tom Rini
2020-05-27 16:46 ` [PATCH 09/24] arm: Remove configs/P1022DS_36BIT_NAND_defconfig board Jagan Teki
2020-05-28  5:37   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 10/24] arm: Remove configs/P2041RDB_NAND_defconfig board Jagan Teki
2020-05-28  5:43   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 11/24] arm: Remove configs/P3041DS_NAND_SECURE_BOOT_defconfig board Jagan Teki
2020-05-28  7:09   ` Priyanka Jain
2020-05-28 20:37     ` Tom Rini
2020-05-27 16:46 ` [PATCH 12/24] arm: Remove configs/T1023RDB_NAND_defconfig board Jagan Teki
2020-05-28  7:08   ` Priyanka Jain
2020-05-28 20:18     ` Tom Rini
2020-05-27 16:46 ` [PATCH 13/24] arm: Remove configs/T1024QDS_DDR4_SECURE_BOOT_defconfig board Jagan Teki
2020-05-28  7:10   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 14/24] arm: Remove configs/T1040D4RDB_NAND_defconfig board Jagan Teki
2020-05-28  7:11   ` Priyanka Jain
2020-05-28 20:40     ` Tom Rini
2020-05-27 16:46 ` [PATCH 15/24] arm: Remove configs/T1040QDS_DDR4_defconfig board Jagan Teki
2020-05-28  7:01   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 16/24] arm: Remove configs/T2080QDS_NAND_defconfig board Jagan Teki
2020-05-28  7:14   ` Priyanka Jain
2020-05-28 20:42     ` Tom Rini
2020-05-27 16:46 ` [PATCH 17/24] arm: Remove configs/T2080RDB_NAND_defconfig board Jagan Teki
2020-05-28  7:02   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 18/24] arm: Remove configs/T4160QDS_NAND_defconfig board Jagan Teki
2020-05-28  7:15   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 19/24] arm: Remove configs/T4160RDB_defconfig board Jagan Teki
2020-05-28  7:04   ` Priyanka Jain
2020-05-27 16:46 ` [PATCH 20/24] arm: Remove configs/TWR-P1025_defconfig board Jagan Teki
2020-05-28  7:12   ` Priyanka Jain
2020-05-27 18:38 ` [PATCH 00/24] spi: dm-conversion (part2) Joakim Tjernlund
2020-05-27 18:49   ` Jagan Teki
2020-05-28  0:56 ` Bin Meng
2020-05-28  9:46   ` Jagan Teki
2020-05-28  9:44 ` Priyanka Jain
2020-05-28  9:51   ` Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200528200227.GI23469@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox