All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 02/12] arm: dts: include dts for imx6sabresd
Date: Mon, 28 Aug 2017 07:17:37 +0000	[thread overview]
Message-ID: <DB6PR04MB32212CDFCFDA751F02FB3076889E0@DB6PR04MB3221.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <ca83df52-5926-e18a-ae62-8583831aaa7c@denx.de>



> -----Original Message-----
> From: Stefano Babic [mailto:sbabic at denx.de]
> Sent: Monday, August 28, 2017 3:07 PM
> To: Peng Fan <peng.fan@nxp.com>; Jagan Teki <jagannadh.teki@gmail.com>
> Cc: Stefano Babic <sbabic@denx.de>; u-boot at lists.denx.de; Fabio Estevam
> <fabio.estevam@freescale.com>
> Subject: Re: [U-Boot] [PATCH V2 02/12] arm: dts: include dts for imx6sabresd
> 
> Hi Jagan, Peng, Fabio,
> 
> On 28/08/2017 08:45, Peng Fan wrote:
> >
> >
> >> -----Original Message-----
> >> From: Jagan Teki [mailto:jagannadh.teki at gmail.com]
> >> Sent: Monday, August 28, 2017 2:41 PM
> >> To: Peng Fan <peng.fan@nxp.com>
> >> Cc: Stefano Babic <sbabic@denx.de>; u-boot at lists.denx.de
> >> Subject: Re: [U-Boot] [PATCH V2 02/12] arm: dts: include dts for
> >> imx6sabresd
> >>
> >> On Mon, Aug 28, 2017 at 11:58 AM, Peng Fan <peng.fan@nxp.com> wrote:
> >>> Import dts from commit aae4e7a8bc("Linux 4.13-rc4") for imx6sabresd
> board.
> >>>
> >>> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> >>> Cc: Stefano Babic <sbabic@denx.de>
> >>> ---
> >>
> >> Similar series[1] with DTB support for sabresd
> >>
> >>
> >> [1] https://lists.denx.de/pipermail/u-boot/2017-May/293206.html
> >
> > I thought that thread was not active, since past 3 months. I'll leave Stefano to
> decide.
> >
> 
> In my understanding, Jagan's series has still open coments from Joe regarding
> phy-reset. I have not seen a new post, and I confess I have then forgotten this
> series. I have not seen a review by Fabio, too, and he's the maintainer for sabre
> boards.
> 
> Peng, I have just tried to build with your series, but it breaks many boards due
> to DTC issue. I have also tried to build with last DTC from git, but it does not
> help. Is it known to you ?

I only build mx6sabresd_defconfig, did not run buildman to build other boards,
Because I always met
/usr/include/python2.7/pyconfig.h:1207:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
 #define _XOPEN_SOURCE 600
 ^
In file included from /usr/include/stdint.h:25:0,

I'll build other boards and fix the issue.

Thanks,
Peng.

> 
> Best regards,
> Stefano
> 
> --
> ============================================================
> =========
> DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
> ============================================================
> =========

  reply	other threads:[~2017-08-28  7:17 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-28  6:28 [U-Boot] [PATCH V2 01/12] scripts: spl: fix typo Peng Fan
2017-08-28  6:28 ` [U-Boot] [PATCH V2 02/12] arm: dts: include dts for imx6sabresd Peng Fan
2017-08-28  6:40   ` Jagan Teki
2017-08-28  6:45     ` Peng Fan
2017-08-28  7:06       ` Stefano Babic
2017-08-28  7:17         ` Peng Fan [this message]
2017-08-28  7:20         ` Jagan Teki
2017-08-28  7:29           ` Stefano Babic
2017-08-28 11:14         ` Fabio Estevam
2017-08-28  6:28 ` [U-Boot] [PATCH V2 03/12] power: pmic/regulator allow dm be omited by SPL Peng Fan
2017-08-28  6:28 ` [U-Boot] [PATCH V2 04/12] Makefile: build FIT image if CONFIG_SPL_FIT_GENERATOR defined Peng Fan
2017-08-28  6:28 ` [U-Boot] [PATCH V2 05/12] imx: introduce mkimage_fit.sh Peng Fan
2017-08-28  6:28 ` [U-Boot] [PATCH V2 06/12] imx: mx6sabresd: implement board_fit_config_name_match Peng Fan
2017-08-28  6:28 ` [U-Boot] [PATCH V2 07/12] imx: mx6sabresd: enable SPL FIT Peng Fan
2017-08-28  6:29 ` [U-Boot] [PATCH V2 08/12] mmc: fsl_esdhc: switch to use CONFIG_IS_ENABLED Peng Fan
2017-08-28  6:29 ` [U-Boot] [PATCH V2 09/12] power: pmic.h: include dm/ofnode.h Peng Fan
2017-08-28  6:29 ` [U-Boot] [PATCH V2 10/12] board: freescale: common: add pfuze dm code Peng Fan
2017-08-28 16:26   ` York Sun
2017-08-28  6:29 ` [U-Boot] [PATCH V2 11/12] imx: mx6sabresd: enable dm drivers Peng Fan
2017-08-28  6:29 ` [U-Boot] [PATCH V2 12/12] imx: mx6sabresd: update README Peng Fan
2017-08-28  7:32 ` [U-Boot] [PATCH V2 01/12] scripts: spl: fix typo Stefano Babic
2017-08-28  7:36   ` Peng Fan
2017-08-28  7:41     ` Stefano Babic

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=DB6PR04MB32212CDFCFDA751F02FB3076889E0@DB6PR04MB3221.eurprd04.prod.outlook.com \
    --to=peng.fan@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.