linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
To: "linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	"leoyang.li@nxp.com" <leoyang.li@nxp.com>,
	"york.sun@nxp.com" <york.sun@nxp.com>
Subject: Re: [EXTERNAL]Re: FSL serial 166550 errata broken?
Date: Thu, 28 Sep 2017 18:10:46 +0000	[thread overview]
Message-ID: <1506622245.21929.7.camel@infinera.com> (raw)
In-Reply-To: <1506614061.21929.1.camel@infinera.com>

On Thu, 2017-09-28 at 17:54 +0200, Joakim Tjernlund wrote:
> On Wed, 2017-09-27 at 15:32 +0000, York Sun wrote:
> > On 09/27/2017 04:03 AM, Joakim Tjernlund wrote:
> > > On Mon, 2017-09-25 at 17:26 +0000, York Sun wrote:
> > > > On 09/25/2017 09:55 AM, Joakim Tjernlund wrote:
> > > > > We got some "broken" boards(mpx8321) where UART RX is held low(BR=
EAK)
> > > > > There we get a few:
> > > > >     serial8250: too much work for irq18
> > > > > and the board freezes.
> > > > >=20
> > > > > Looking inte to driver/CPU there is an errtum(A-004737) w.r.t BRE=
AK handling
> > > > > and I can see we are hitting the irq function fsl8250_handle_irq(=
) added
> > > > > in commit: 9deaa53ac7fa373623123aa4f18828dd62292b1a
> > > > >    "serial: add irq handler for Freescale 16550 errata."
> > > > > For all I can tell this workaround is broken and I cannot figure =
out why.
> > > > > Any pointers?
> > > > >=20
> > > >=20
> > > > Jocke,
> > > >=20
> > > > Did you mean MPC8321?
> > > >=20
> > > > I personally don't have experience debugging this erratum. Have you
> > > > tried to contact the patch author Paul Gortmaker to see how he mana=
ged
> > > > to get it work?
> > >=20
> > > No, but I just found out it is u-boot related. If I use an very old u=
-boot it works.
> > > Between then and now we did a massive upgrade of u-boot and now if br=
eaks. And no,
> > > bisect not possible due to local u-boot mods :)
> >=20
> > How old? It is a good sign that an old U-Boot works. Git bisect would b=
e=20
> > a good tool if practical. Sometimes I have to reapply some local change=
s=20
> > for every step of bisect to make it useful. You mileage may vary though=
.
> >=20
> > >=20
> > > Any idea what could be different? I cannot see and I have tested
> > > what I could see/think of but now I am out of ideas.
> >=20
> > I don't believe we have much change for MPC8321 for a long time. If any=
=20
> > change has impact on kernel but not U-Boot itself, it may be other=20
> > errata workarounds.
> >=20
> > I presume this happens on your own board. If I am in your shoes, I woul=
d=20
> > try to reduce the number of local commits and reapply them to various=20
> > U-Boot tags to further narrow down the search scope. In the mean time,=
=20
> > getting register dump to compare the good and bad may be another way to=
 go.
>=20
> God, this was no fun exercise but I think I found the offending commit: 8=
2dda962f0a6449672df3378bb6b5fe54372a927
>     serial: Unconditionally enable CONFIG_SERIAL_MULTI
>    =20
>     Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes
>     both SPL builds and non-SPL builds, everything. To avoid poluting
>     this patch with removal of ifdef-endif constructions containing
>     CONFIG_SERIAL_MULTI, the CONFIG_SERIAL_MULTI is temporarily added
>     into CPPFLAGS in config.mk . This will be again removed in following
>     patch.
>=20

Ok, unless I init ttyS1 in u-boot too, IRQ storm will ensue if BREAK is pre=
sent
when opening ttyS1:
+       /* Must init the second RS232 or IRQ storm happens
+        * when BREAK is constant on while opening ttyS1 */
+       NS16550_init((NS16550_t)CONFIG_SYS_NS16550_COM2,
+                    ns16550_calc_divisor((NS16550_t)CONFIG_SYS_NS16550_COM=
2,
+                                         CONFIG_SYS_NS16550_CLK,
+                                         CONFIG_BAUDRATE));

I guess this is a kernel bug too, the driver should clear/init needed state=
 before
starting the device. Fixing that is not on my menu though :)

I also noted that FSL custom irq handler, fsl8250_handle_irq, does not hand=
le
dma like the standard one does. I guess it needs some love too.

 Jocke=

      reply	other threads:[~2017-09-28 18:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-25 16:55 FSL serial 166550 errata broken? Joakim Tjernlund
2017-09-25 17:26 ` York Sun
2017-09-27 11:03   ` Joakim Tjernlund
2017-09-27 15:32     ` York Sun
2017-09-28 15:54       ` [EXTERNAL]Re: " Joakim Tjernlund
2017-09-28 18:10         ` Joakim Tjernlund [this message]

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=1506622245.21929.7.camel@infinera.com \
    --to=joakim.tjernlund@infinera.com \
    --cc=leoyang.li@nxp.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=york.sun@nxp.com \
    /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;
as well as URLs for NNTP newsgroup(s).