OxPCIe uart: Move under drivers/uart
commitd53d96dddd1e8733b53519becda73288381d2396
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Fri, 28 Feb 2014 13:15:12 +0000 (28 15:15 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 9 Apr 2014 09:30:53 +0000 (9 11:30 +0200)
tree728d636464f903beb70b43fef270ff132dc9847d
parent4c686f2106a33e7a452bec163c178724a0313616
OxPCIe uart: Move under drivers/uart

This driver is only a thin shell for uart8250mem and we could extend it
with further compatible PCI IDs from other vendors/brands.

Change-Id: Ic115b1baa0be0dbaa81e4a17a2e466019d3f4a67
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5329
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/drivers/Kconfig
src/drivers/Makefile.inc
src/drivers/oxford/Kconfig [deleted file]
src/drivers/oxford/Makefile.inc [deleted file]
src/drivers/oxford/oxpcie/Kconfig [deleted file]
src/drivers/oxford/oxpcie/Makefile.inc [deleted file]
src/drivers/uart/Kconfig
src/drivers/uart/Makefile.inc
src/drivers/uart/oxpcie.c [moved from src/drivers/oxford/oxpcie/oxpcie.c with 100% similarity]
src/drivers/uart/oxpcie_early.c [moved from src/drivers/oxford/oxpcie/oxpcie_early.c with 100% similarity]