coreboot-kgpe-d16/src/drivers/uart
Gabe Black 77ffa0d3ad UART 8250: Unconditionally provide register constants and use UART8250 prefix.
The register indexes and bitfield masks were guarded by the UART8250 config
options, but it might be (is) necessary to use them in a driver that is
UART8250 like without actually using the 8250 driver itself. To avoid any name
collision with other drivers, also change the constant prefix from UART_ to
UART8250_.

Change-Id: Ie606d9e0329132961c3004688176204a829569dc
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/171336
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
(cherry picked from commit a93900be8d8a8260db49e30737608f9161fbf249)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6715
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
2014-08-25 19:07:04 +02:00
..
Kconfig OxPCIe uart: Move under drivers/uart 2014-04-09 11:30:53 +02:00
Makefile.inc console: Drop EARLY_CONSOLE option 2014-04-30 07:00:20 +02:00
oxpcie.c OxPCIe uart: Move under drivers/uart 2014-04-09 11:30:53 +02:00
oxpcie_early.c uart: Support multiple ports 2014-04-30 06:59:05 +02:00
pl011.c uart: Support multiple ports 2014-04-30 06:59:05 +02:00
uart8250io.c UART 8250: Unconditionally provide register constants and use UART8250 prefix. 2014-08-25 19:07:04 +02:00
uart8250mem.c UART 8250: Unconditionally provide register constants and use UART8250 prefix. 2014-08-25 19:07:04 +02:00
uart8250reg.h UART 8250: Unconditionally provide register constants and use UART8250 prefix. 2014-08-25 19:07:04 +02:00
util.c console: Fix includes 2014-03-04 15:26:08 +01:00