All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: Subject:[PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x
Date: Wed, 3 Feb 2021 09:07:59 -0500	[thread overview]
Message-ID: <20210203140759.GP10169@bill-the-cat> (raw)
In-Reply-To: <VE1PR04MB64943F750ECD522AF4CBDA52E6B49@VE1PR04MB6494.eurprd04.prod.outlook.com>

On Wed, Feb 03, 2021 at 08:15:49AM +0000, Priyanka Jain wrote:
> 
> 
> >-----Original Message-----
> >From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Aleksandar
> >Gerasimovski
> >Sent: Tuesday, February 2, 2021 2:37 PM
> >To: Priyanka Jain (OSS) <priyanka.jain@oss.nxp.com>; u-boot at lists.denx.de
> >Cc: Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com>; Holger
> >Brunck <holger.brunck@hitachi-powergrids.com>; Rainer Boschung
> ><rainer.boschung@hitachi-powergrids.com>; Matteo Ghidoni
> ><matteo.ghidoni@hitachi-powergrids.com>
> >Subject: RE: Subject:[PATCH v2 4/4] board/km: add support for seli8 design based
> >on nxp ls102x
> >
> >
> >-----Original Message-----
> >From: Priyanka Jain (OSS) <priyanka.jain@oss.nxp.com>
> >Sent: Dienstag, 2. Februar 2021 07:33
> >To: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-
> >powergrids.com>; Priyanka Jain (OSS) <priyanka.jain@oss.nxp.com>; u-
> >boot at lists.denx.de
> >Cc: Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com>; Holger
> >Brunck <holger.brunck@hitachi-powergrids.com>; Rainer Boschung
> ><rainer.boschung@hitachi-powergrids.com>; Matteo Ghidoni
> ><matteo.ghidoni@hitachi-powergrids.com>
> >Subject: RE: Subject: [PATCH v2 4/4] board/km: add support for seli8 design based
> >on nxp ls102x
> >
> >CAUTION: This email originated from outside of the organization. Do not click
> >links or open attachments unless you recognize the sender and know the content
> >is safe.
> >
> >
> >>-----Original Message-----
> >>From: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-
> >>powergrids.com>
> >>Sent: Tuesday, January 19, 2021 4:11 PM
> >>To: Priyanka Jain (OSS) <priyanka.jain@oss.nxp.com>;
> >>u-boot at lists.denx.de
> >>Cc: Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com>;
> >>Holger Brunck <holger.brunck@hitachi-powergrids.com>; Rainer Boschung
> >><rainer.boschung@hitachi-powergrids.com>; Matteo Ghidoni
> >><matteo.ghidoni@hitachi-powergrids.com>
> >>Subject: Subject: [PATCH v2 4/4] board/km: add support for seli8 design
> >>based on nxp ls102x
> >>
> >>The SELI8 design is a new tdm service unit card for Hitachi-Powergrids
> >>XMC and FOX product lines.
> >>
> >>It is based on NXP LS1021 SoC and it provides following interfaces:
> >> - IFC interface for NOR, NAND and external FPGA's
> >> - 1 x RGMII ETH for debug purposes
> >> - 2 x SGMII ETH for management communication via back-plane
> >> - 1 x uQE HDLC for management communication via back-plane
> >> - 1 x I2C for peripheral devices
> >> - 1 x SPI for peripheral devices
> >> - 1 x UART for debug logging
> >>
> >>It is foreseen that the design will be later re-used for another XMC
> >>and FOX service cards with similar SoC requirements.
> >>
> >>Signed-off-by: Rainer Boschung <rainer.boschung@hitachi-powergrids.com>
> >>Signed-off-by: Matteo Ghidoni <matteo.ghidoni@hitachi-powergrids.com>
> >>Signed-off-by: Aleksandar Gerasimovski
> >><aleksandar.gerasimovski@hitachi- powergrids.com>
> >>---
> ><snip>
> >Kindly fix below checkpatch errors /warnings
> >WARNING: 'AYSNC' may be misspelled - perhaps 'ASYNC'?
> >#799: FILE: include/configs/km/pg-wcom-ls102xa.h:64:
> >+                                       CSOR_NOR_NOR_MODE_AYSNC_NOR | \
> >
> >ERROR: All commands are managed by Kconfig
> >#953: FILE: include/configs/km/pg-wcom-ls102xa.h:218:
> >+#define CONFIG_CMDLINE_TAG
> >
> >total: 1 errors, 2 warnings, 0 checks, 964 lines checked
> >
> >Regards
> >Priyanka
> >
> >Hi Priyanka,
> >
> >CSOR_NOR_NOR_MODE_AYSNC_NOR is named like in mainline (nxp) see
> >include/fsl_ifc.h If you asking me to change that than it belongs to a separate
> >patch, not this topic.
> >
> OK this warning can be ignored
> 
> >CONFIG_CMDLINE_TAG is a whitelisted on mainline, there is no Kconfig for that.
> >
> 
> Tom,
> 
> How to handle this checkpatch error?
> CONFIG_CMDLINE_TAG is a whitelisted in mainline, but checkpatch is throwing error.
> Can I go ahead and accept this patch ?

There's two parts to it.  One part, checkpatch regex is wrong and
shouldn't trigger on that, since it's not an actual command.  Second
part, uh, does passing ATAGs make sense on that platform?  Is there some
unfortunate and needing to be fixed logic in U-Boot that requires
CMDLINE_TAG (and the few others) to be enabled for device tree to be
passed or something?

-- 
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/20210203/d0569e4b/attachment.sig>

  reply	other threads:[~2021-02-03 14:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-02  9:06 Subject:[PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x Aleksandar Gerasimovski
2021-02-03  8:15 ` Priyanka Jain
2021-02-03 14:07   ` Tom Rini [this message]
2021-02-03 14:28     ` Aleksandar Gerasimovski
2021-02-03 14:35       ` Tom Rini
2021-02-04  9:49         ` Aleksandar Gerasimovski
2021-02-04 13:22           ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 10:41 Subject: [PATCH " Aleksandar Gerasimovski
2021-02-02  6:32 ` Priyanka Jain

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=20210203140759.GP10169@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 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.