u-boot-brain/board/congatec/conga-qeval20-qa3-e3845
Stefan Roese b48dcd3751 x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via Kconfig
To support more input characters (longer stings pasted into the U-Boot
prompt) without dropping, lets selects the recently added UART RX
buffer for these boards.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-08-24 11:00:47 +08:00
..
acpi x86: baytrail: Enable ACPI table generation for all boards 2016-05-23 15:18:00 +08:00
.gitignore x86: baytrail: Add .gitignore for ACPI enabled boards 2016-05-23 15:18:00 +08:00
conga-qeval20-qa3.c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig 2017-08-01 20:17:02 +08:00
dsdt.asl x86: baytrail: Enable ACPI table generation for all boards 2016-05-23 15:18:00 +08:00
Kconfig x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via Kconfig 2017-08-24 11:00:47 +08:00
MAINTAINERS x86: Add defconfig for theadorable-x86-conga with PCIe x4 blobs 2017-08-08 21:13:07 +08:00
Makefile x86: baytrail: Enable ACPI table generation for all boards 2016-05-23 15:18:00 +08:00
README x86: conga-qeval20-qa3: Add README to explain the console UART options 2016-10-11 11:55:33 +08:00
start.S x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support 2016-03-17 10:27:27 +08:00

------------------------------
U-Boot console UART selection:
------------------------------

The U-Boot port for this congatec board currently supports two different
configurations (defconfig files). The only difference is the UART that
is used as the U-Boot console UART. The default defconfig file:

conga-qeval20-qa3-e3845_defconfig

provides this console on the UART0 which is provided via a Winbond
Super-IO chip connected on the congatec Qseven 2.0 evaluation carrier
board (conga-QEVAL). This UART is the one provided with a SubD9
connector on the mainboard (the low one). The 2nd defconfig file:

conga-qeval20-qa3-e3845-internal-uart_defconfig

provides the U-Boot console on the BayTrail internal legacy UART,
which is routed from the QSeven SoM to the X300 connector on the
baseboard. Here is called COM2. The baseboard already provides the
RS232 level shifters. So a TTL-USB UART adapter does not work in
this case. The signals need to get connected directly to the
RS232 level signals of the PC UART via some adapter cable.