All of lore.kernel.org
 help / color / mirror / Atom feed
From: Z.q. Hou <zhiqiang.hou@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/13] powerpc: Enable device tree support
Date: Fri, 16 Aug 2019 06:27:44 +0000	[thread overview]
Message-ID: <DB8PR04MB6747B60E3448305F96BB9FC384AF0@DB8PR04MB6747.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <AM0PR04MB4052A1261AA2D794498F055190AF0@AM0PR04MB4052.eurprd04.prod.outlook.com>

Hi Jagdish,

Thanks a lot for your comments!

> -----Original Message-----
> From: Jagdish Gediya
> Sent: 2019年8月16日 14:05
> To: Z.q. Hou <zhiqiang.hou@nxp.com>; u-boot at lists.denx.de;
> sjg at chromium.org; Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>;
> Shengzhou Liu <shengzhou.liu@nxp.com>; bmeng.cn at gmail.com; Jiafei Pan
> <jiafei.pan@nxp.com>; Priyanka Jain <priyanka.jain@nxp.com>
> Subject: RE: [PATCH 00/13] powerpc: Enable device tree support
> 
> Hi Zhiqiang,
> 
> > -----Original Message-----
> > From: Z.q. Hou
> > Sent: Thursday, June 20, 2019 1:49 PM
> > To: u-boot at lists.denx.de; sjg at chromium.org; Prabhakar Kushwaha
> > <prabhakar.kushwaha@nxp.com>; Shengzhou Liu
> <shengzhou.liu@nxp.com>;
> > bmeng.cn at gmail.com; Jagdish Gediya <jagdish.gediya@nxp.com>; Jiafei
> > Pan <jiafei.pan@nxp.com>; Priyanka Jain <priyanka.jain@nxp.com>
> > Cc: Z.q. Hou <zhiqiang.hou@nxp.com>
> > Subject: [PATCH 00/13] powerpc: Enable device tree support
> >
> > From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> >
> > This patch is to enable device tree support for the Freescale PowerPC
> > platforms below.
> >
> > Hou Zhiqiang (13):
> >   powerpc: Enable device tree support for T2080RDB
> >   powerpc: Enable device tree support for T4240RDB
> >   powerpc: Enable device tree support for T1024RDB
> >   powerpc: Enable device tree support for T1042D4RDB
> >   powerpc: Enable device tree support for P1020RDB
> >   powerpc: Enable device tree support for P2020RDB
> >   powerpc: Enable device tree support for P2041RDB
> >   powerpc: Enable device tree support for P3041DS
> >   powerpc: Enable device tree support for P4080DS
> >   powerpc: Enable device tree support for P5040DS
> >   powerpc: dts: add default definition of
> CONFIG_RESET_VECTOR_ADDRESS
> >   powerpc: mpc8548cds: extend the reserved length for monitor
> >   powerpc: Enable device tree support for MPC8548CDS
> >
> >  arch/powerpc/dts/Makefile                    |  12 +++
> >  arch/powerpc/dts/e500mc_power_isa.dtsi       |  33 ++++++
> >  arch/powerpc/dts/e500v2_power_isa.dtsi       |  26 +++++
> >  arch/powerpc/dts/e5500_power_isa.dtsi        |  34 +++++++
> >  arch/powerpc/dts/mpc8548-post.dtsi           |  27 +++++
> >  arch/powerpc/dts/mpc8548.dtsi                |  27 +++++
> >  arch/powerpc/dts/mpc8548cds.dts              |  23 +++++
> >  arch/powerpc/dts/mpc8548cds_36b.dts          |  23 +++++
> >  arch/powerpc/dts/p1020-post.dtsi             |  27 +++++
> >  arch/powerpc/dts/p1020.dtsi                  |  31 ++++++
> >  arch/powerpc/dts/p1020rdb-pc.dts             |  23 +++++
> >  arch/powerpc/dts/p1020rdb-pc_36b.dts         |  23 +++++
> >  arch/powerpc/dts/p1020rdb-pd.dts             |  23 +++++
> >  arch/powerpc/dts/p2020-post.dtsi             |  27 +++++
> >  arch/powerpc/dts/p2020.dtsi                  |  31 ++++++
> >  arch/powerpc/dts/p2020rdb-pc.dts             |  23 +++++
> >  arch/powerpc/dts/p2020rdb-pc_36b.dts         |  23 +++++
> >  arch/powerpc/dts/p2041.dtsi                  |  63 ++++++++++++
> >  arch/powerpc/dts/p2041rdb.dts                |  18 ++++
> >  arch/powerpc/dts/p3041.dtsi                  |  63 ++++++++++++
> >  arch/powerpc/dts/p3041ds.dts                 |  18 ++++
> >  arch/powerpc/dts/p4080.dtsi                  |  83
> +++++++++++++++
> >  arch/powerpc/dts/p4080ds.dts                 |  18 ++++
> >  arch/powerpc/dts/p5040.dtsi                  |  62 +++++++++++
> >  arch/powerpc/dts/p5040ds.dts                 |  18 ++++
> >  arch/powerpc/dts/t1024rdb.dts                |  17 ++++
> >  arch/powerpc/dts/t102x.dtsi                  |  52 ++++++++++
> >  arch/powerpc/dts/t1042d4rdb.dts              |  17 ++++
> >  arch/powerpc/dts/t104x.dtsi                  |  62 +++++++++++
> >  arch/powerpc/dts/t2080rdb.dts                |  17 ++++
> >  arch/powerpc/dts/t4240.dtsi                  | 102
> +++++++++++++++++++
> >  arch/powerpc/dts/t4240rdb.dts                |  17 ++++
> >  arch/powerpc/dts/u-boot.dtsi                 |   3 +
> >  board/freescale/p1_p2_rdb_pc/README          |  19 ++++
> >  board/freescale/p2041rdb/README              |  18 ++++
> >  board/freescale/t102xrdb/README              |  19 ++++
> >  board/freescale/t104xrdb/README              |  19 ++++
> >  board/freescale/t208xrdb/README              |  19 ++++
> >  configs/MPC8548CDS_36BIT_defconfig           |   3 +
> >  configs/MPC8548CDS_defconfig                 |   3 +
> >  configs/MPC8548CDS_legacy_defconfig          |   3 +
> >  configs/P1020RDB-PC_36BIT_NAND_defconfig     |   2 +
> >  configs/P1020RDB-PC_36BIT_SDCARD_defconfig   |   2 +
> >  configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig |   2 +
> >  configs/P1020RDB-PC_36BIT_defconfig          |   3 +
> >  configs/P1020RDB-PC_NAND_defconfig           |   2 +
> >  configs/P1020RDB-PC_SDCARD_defconfig         |   2 +
> >  configs/P1020RDB-PC_SPIFLASH_defconfig       |   2 +
> >  configs/P1020RDB-PC_defconfig                |   3 +
> >  configs/P1020RDB-PD_NAND_defconfig           |   2 +
> >  configs/P1020RDB-PD_SDCARD_defconfig         |   2 +
> >  configs/P1020RDB-PD_SPIFLASH_defconfig       |   2 +
> >  configs/P1020RDB-PD_defconfig                |   3 +
> >  configs/P2020RDB-PC_36BIT_NAND_defconfig     |   2 +
> >  configs/P2020RDB-PC_36BIT_SDCARD_defconfig   |   2 +
> >  configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig |   2 +
> >  configs/P2020RDB-PC_36BIT_defconfig          |   3 +
> >  configs/P2020RDB-PC_NAND_defconfig           |   2 +
> >  configs/P2020RDB-PC_SDCARD_defconfig         |   2 +
> >  configs/P2020RDB-PC_SPIFLASH_defconfig       |   2 +
> >  configs/P2020RDB-PC_defconfig                |   3 +
> >  configs/P2041RDB_NAND_defconfig              |   3 +
> >  configs/P2041RDB_SDCARD_defconfig            |   3 +
> >  configs/P2041RDB_SPIFLASH_defconfig          |   3 +
> >  configs/P2041RDB_defconfig                   |   3 +
> >  configs/P3041DS_NAND_defconfig               |   3 +
> >  configs/P3041DS_SDCARD_defconfig             |   3 +
> >  configs/P3041DS_SPIFLASH_defconfig           |   3 +
> >  configs/P3041DS_defconfig                    |   3 +
> >  configs/P4080DS_SDCARD_defconfig             |   3 +
> >  configs/P4080DS_SPIFLASH_defconfig           |   3 +
> >  configs/P4080DS_defconfig                    |   3 +
> >  configs/P5040DS_NAND_defconfig               |   3 +
> >  configs/P5040DS_SDCARD_defconfig             |   3 +
> >  configs/P5040DS_SPIFLASH_defconfig           |   3 +
> >  configs/P5040DS_defconfig                    |   3 +
> >  configs/T1024RDB_NAND_defconfig              |   2 +
> >  configs/T1024RDB_SDCARD_defconfig            |   2 +
> >  configs/T1024RDB_SPIFLASH_defconfig          |   2 +
> >  configs/T1024RDB_defconfig                   |   3 +
> >  configs/T1042D4RDB_NAND_defconfig            |   2 +
> >  configs/T1042D4RDB_SDCARD_defconfig          |   2 +
> >  configs/T1042D4RDB_SPIFLASH_defconfig        |   2 +
> >  configs/T1042D4RDB_defconfig                 |   3 +
> >  configs/T2080RDB_NAND_defconfig              |   2 +
> >  configs/T2080RDB_SDCARD_defconfig            |   2 +
> >  configs/T2080RDB_SPIFLASH_defconfig          |   2 +
> >  configs/T2080RDB_defconfig                   |   3 +
> >  configs/T4240RDB_SDCARD_defconfig            |   2 +
> >  configs/T4240RDB_defconfig                   |   3 +
> >  include/configs/MPC8548CDS.h                 |   2 +-
> 
> These changes looks good to me however I am concerned about the testing.
> Can you please tell what testing you did to verify these changes?

The NOR boot have been verified on all platforms.

Thanks,
Zhiqiang

> 
> --Jagdish

  reply	other threads:[~2019-08-16  6:27 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20  8:19 [U-Boot] [PATCH 00/13] powerpc: Enable device tree support Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 01/13] powerpc: Enable device tree support for T2080RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 02/13] powerpc: Enable device tree support for T4240RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 03/13] powerpc: Enable device tree support for T1024RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 04/13] powerpc: Enable device tree support for T1042D4RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 05/13] powerpc: Enable device tree support for P1020RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 06/13] powerpc: Enable device tree support for P2020RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 07/13] powerpc: Enable device tree support for P2041RDB Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 08/13] powerpc: Enable device tree support for P3041DS Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 09/13] powerpc: Enable device tree support for P4080DS Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 10/13] powerpc: Enable device tree support for P5040DS Z.q. Hou
2019-06-20  8:19 ` [U-Boot] [PATCH 11/13] powerpc: dts: add default definition of CONFIG_RESET_VECTOR_ADDRESS Z.q. Hou
2019-06-20  8:20 ` [U-Boot] [PATCH 12/13] powerpc: mpc8548cds: extend the reserved length for monitor Z.q. Hou
2019-06-20  8:20 ` [U-Boot] [PATCH 13/13] powerpc: Enable device tree support for MPC8548CDS Z.q. Hou
2019-08-16  6:04 ` [U-Boot] [PATCH 00/13] powerpc: Enable device tree support Jagdish Gediya
2019-08-16  6:27   ` Z.q. Hou [this message]
2019-08-16  8:25     ` Jagdish Gediya
2019-08-16 12:25       ` Z.q. Hou
2019-08-16 12:41       ` Z.q. Hou

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=DB8PR04MB6747B60E3448305F96BB9FC384AF0@DB8PR04MB6747.eurprd04.prod.outlook.com \
    --to=zhiqiang.hou@nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.