16550: Use generic console_t data structure
Since now the generic console_t structure holds the UART base address as
well, let's use that generic location and drop the UART driver specific
data structure at all.

Change-Id: I5c2fe3b6a667acf80c808cfec4a64059a2c9c25f
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
1 parent d7873bc commit 98964f0523d6c5dc5ee8e6bb8212ffc7df5efe14
@Andre Przywara Andre Przywara authored on 24 Jan 2020
Showing 19 changed files
View
drivers/ti/uart/aarch32/16550_console.S
View
drivers/ti/uart/aarch64/16550_console.S
View
include/drivers/ti/uart/uart_16550.h
View
plat/allwinner/common/sunxi_bl31_setup.c
View
plat/intel/soc/agilex/bl2_plat_setup.c
View
plat/intel/soc/agilex/bl31_plat_setup.c
View
plat/intel/soc/stratix10/bl2_plat_setup.c
View
plat/intel/soc/stratix10/bl31_plat_setup.c
View
plat/marvell/common/marvell_console.c
View
plat/mediatek/mt8173/bl31_plat_setup.c
View
plat/mediatek/mt8183/bl31_plat_setup.c
View
plat/nvidia/tegra/soc/t132/plat_setup.c
View
plat/nvidia/tegra/soc/t186/plat_setup.c
View
plat/nvidia/tegra/soc/t194/plat_setup.c
View
plat/nvidia/tegra/soc/t210/plat_setup.c
View
plat/rockchip/common/bl31_plat_setup.c
View
plat/rockchip/common/sp_min_plat_setup.c
View
plat/rpi/common/rpi3_common.c
View
plat/ti/k3/common/k3_console.c