coreboot/src/drivers/uart
Martin Roth 7821d0697b UPSTREAM: drivers/uart/oxpcie_early.c: remove uart_fill_lb()
uart_fill_lb() was added to drivers/uart/uart8250mem.c, so when the
Oxford OXPCIe952 Kconfig option is enabled, we were getting an error.
"multiple definition of `uart_fill_lb'"

The new version of uart_fill_lb sets the regwidth depending on the
Kconfig symbol DRIVERS_UART_8250MEM_32, so if that's selected, don't
give DRIVERS_UART_OXPCIE as a choice.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/17966
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>

Change-Id: Ife24ab390553b10b2266809595c2e06463de708c
Reviewed-on: https://chromium-review.googlesource.com/425267
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-01-05 11:00:42 -08:00
..
Kconfig UPSTREAM: drivers/uart/oxpcie_early.c: remove uart_fill_lb() 2017-01-05 11:00:42 -08:00
Makefile.inc UPSTREAM: drivers/uart: Enable debug serial output during postcar 2016-07-26 12:27:00 -07:00
oxpcie.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
oxpcie_early.c UPSTREAM: drivers/uart/oxpcie_early.c: remove uart_fill_lb() 2017-01-05 11:00:42 -08:00
pl011.c drivers/uart: Use uart_platform_refclk for all UART models 2016-05-09 18:45:44 +02:00
uart8250io.c UPSTREAM: soc/intel/fsp_broadwell_de/uart: Drop it 2016-10-04 00:31:35 -07:00
uart8250mem.c UPSTREAM: src/drivers: Add required space before opening parenthesis '(' 2016-09-04 19:36:54 -07:00
uart8250reg.h tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
util.c drivers/uart: Use uart_platform_refclk for all UART models 2016-05-09 18:45:44 +02:00