u-boot-2016/drivers
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
..
adc
bios_emulator
block
bootcount
clk clk: zynqmp: Add clock driver support for zynqmp 2017-01-10 10:18:12 +01:00
core
cpu
crypto
ddr ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLS 2017-01-04 19:40:52 -05:00
demo
dfu
dma
fpga fpga: zynqmp: Remove empty functions 2017-01-10 10:18:11 +01:00
gpio
hwmon
i2c Merge branch 'master' of git://git.denx.de/u-boot-i2c 2017-01-18 07:21:33 -05:00
input
led
mailbox
memory
misc
mmc Merge git://git.denx.de/u-boot-fsl-qoriq 2017-01-19 12:22:23 -05:00
mtd omap-gpmc: use SECTOR_BYTES instead of hardcoded value 2017-01-14 16:47:18 -05:00
net net: gmac_rockchip: Add Rockchip GMAC driver 2017-01-11 20:23:50 -07:00
pch
pci kconfig: move FSL_PCIE_COMPAT to platform Kconfig 2017-01-18 09:27:18 -08:00
pcmcia
phy/marvell
pinctrl pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20 2017-01-18 01:24:14 +09:00
power Merge git://git.denx.de/u-boot-fsl-qoriq 2017-01-19 12:22:23 -05:00
pwm
qe
ram
remoteproc
reset
rtc rtc: pcf2127: Update Kconfig and code style 2017-01-14 16:47:59 -05:00
serial serial, ns16550: bugfix: ns16550 fifo not enabled 2017-01-20 09:15:19 -05:00
soc
sound
spi spi: Zap cf_qspi driver and related code 2017-01-15 18:29:04 +01:00
spmi
sysreset
thermal
timer
tpm
twserial
usb drivers: usb: gadget: ether: Fix compiler warning 2017-01-17 10:26:46 +01:00
video Merge branch 'master' of git://git.denx.de/u-boot-video 2017-01-16 20:23:14 -05:00
watchdog
Kconfig
Makefile