1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 07:09:17 +01:00
Files
u-boot-megous/board
Heiko Schocher 17fa032671 serial, ns16550: bugfix: ns16550 fifo not enabled
commit: 65f83802b7 "serial: 16550: Add getfcr accessor"
breaks u-boot commandline working with long commands
sending to the board.

Since the above patch, you have to setup the fcr register.

For board/archs which enable OF_PLATDATA, the new field
fcr in struct ns16550_platdata is not filled with a
default value ...

This leads in not setting up the uarts fifo, which ends
in problems, when you send long commands to u-boots
commandline.

Detected this issue with automated tbot tests on am335x
based shc board.

The error does not popup, if you type commands. You need
to copy&paste a long command to u-boots commandshell
(or send a long command with tbot)

Possible boards/plattforms with problems:
./arch/arm/cpu/arm926ejs/lpc32xx/devices.c
./arch/arm/mach-tegra/board.c
./board/overo/overo.c
./board/quipos/cairo/cairo.c
./board/logicpd/omap3som/omap3logic.c
./board/logicpd/zoom1/zoom1.c
./board/timll/devkit8000/devkit8000.c
./board/lg/sniper/sniper.c
./board/ti/beagle/beagle.c
./drivers/serial/serial_rockchip.c

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Tested-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2017-01-20 09:15:19 -05:00
..
2016-10-12 08:20:17 -04:00
2016-05-02 18:37:09 -04:00
2016-02-06 12:00:59 +01:00
2016-10-28 18:37:13 +02:00
2016-02-06 12:00:59 +01:00
2016-06-24 17:24:40 -04:00
2015-09-11 17:12:57 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2015-11-12 17:38:08 +01:00
2016-06-17 09:51:01 -04:00
2016-02-06 12:00:59 +01:00
2016-09-27 23:30:27 +02:00
2016-07-22 14:46:00 -04:00
2015-09-07 13:41:04 +02:00
2016-02-06 12:00:59 +01:00
2016-09-27 23:30:27 +02:00
2016-02-20 21:40:02 +01:00
2016-12-04 13:55:00 -05:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2017-01-15 18:16:12 +01:00
2016-10-31 10:13:16 -04:00
2016-09-07 08:48:58 -04:00
2017-01-02 17:55:58 +01:00
2016-03-27 09:13:01 -04:00