]> git.baikalelectronics.ru Git - arm-tf.git/commit
16550: Use generic console_t data structure
authorAndre Przywara <andre.przywara@arm.com>
Sat, 25 Jan 2020 00:58:35 +0000 (00:58 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 25 Feb 2020 09:34:38 +0000 (09:34 +0000)
commit98964f0523d6c5dc5ee8e6bb8212ffc7df5efe14
treec70b714911adead3b9f3471f23a389b6d73f8a4f
parentd7873bcd541b99a816c4ea6f1cce66858641f6fc
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>
19 files changed:
drivers/ti/uart/aarch32/16550_console.S
drivers/ti/uart/aarch64/16550_console.S
include/drivers/ti/uart/uart_16550.h
plat/allwinner/common/sunxi_bl31_setup.c
plat/intel/soc/agilex/bl2_plat_setup.c
plat/intel/soc/agilex/bl31_plat_setup.c
plat/intel/soc/stratix10/bl2_plat_setup.c
plat/intel/soc/stratix10/bl31_plat_setup.c
plat/marvell/common/marvell_console.c
plat/mediatek/mt8173/bl31_plat_setup.c
plat/mediatek/mt8183/bl31_plat_setup.c
plat/nvidia/tegra/soc/t132/plat_setup.c
plat/nvidia/tegra/soc/t186/plat_setup.c
plat/nvidia/tegra/soc/t194/plat_setup.c
plat/nvidia/tegra/soc/t210/plat_setup.c
plat/rockchip/common/bl31_plat_setup.c
plat/rockchip/common/sp_min_plat_setup.c
plat/rpi/common/rpi3_common.c
plat/ti/k3/common/k3_console.c