Re: [EXTERNAL]Re: FSL serial 166550 errata broken?
From: Joakim Tjernlund <hidden>
Date: 2017-09-28 15:54:31
On Wed, 2017-09-27 at 15:32 +0000, York Sun wrote:
On 09/27/2017 04:03 AM, Joakim Tjernlund wrote:quoted
On Mon, 2017-09-25 at 17:26 +0000, York Sun wrote:quoted
On 09/25/2017 09:55 AM, Joakim Tjernlund wrote:quoted
We got some "broken" boards(mpx8321) where UART RX is held low(BREA=
K)
quoted
quoted
quoted
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 BREAK=
handling
quoted
quoted
quoted
and I can see we are hitting the irq function fsl8250_handle_irq() =
added
quoted
quoted
quoted
in commit: 9deaa53ac7fa373623123aa4f18828dd62292b1a "serial: add irq handler for Freescale 16550 errata." For all I can tell this workaround is broken and I cannot figure ou=
t why.
quoted
quoted
quoted
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 manage=
d
quoted
quoted
to get it work?=20 No, but I just found out it is u-boot related. If I use an very old u-b=
oot it works.
quoted
Between then and now we did a massive upgrade of u-boot and now if brea=
ks. And no,
quoted
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 be=
=20
a good tool if practical. Sometimes I have to reapply some local changes=
=20
for every step of bisect to make it useful. You mileage may vary though. =20quoted
=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 would=
=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 g=
o.
God, this was no fun exercise but I think I found the offending commit: 82d=
da962f0a6449672df3378bb6b5fe54372a927
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.