pl011: 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: I7a23327394d142af4b293ea7ccd90b843c54587c
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
1 parent 489e298 commit f695e1e01a995e66f9f5be5430fef3b7920082f2
@Andre Przywara Andre Przywara authored on 24 Jan 2020
Showing 18 changed files
View
drivers/arm/pl011/aarch32/pl011_console.S
View
drivers/arm/pl011/aarch64/pl011_console.S
View
include/drivers/arm/pl011.h
View
plat/arm/common/arm_console.c
View
plat/arm/common/tsp/arm_tsp_setup.c
View
plat/hisilicon/hikey/hikey_bl1_setup.c
View
plat/hisilicon/hikey/hikey_bl2_setup.c
View
plat/hisilicon/hikey/hikey_bl31_setup.c
View
plat/hisilicon/hikey960/hikey960_bl1_setup.c
View
plat/hisilicon/hikey960/hikey960_bl2_setup.c
View
plat/hisilicon/hikey960/hikey960_bl31_setup.c
View
plat/hisilicon/hikey960/hikey960_pm.c
View
plat/hisilicon/poplar/bl1_plat_setup.c
View
plat/hisilicon/poplar/bl2_plat_setup.c
View
plat/hisilicon/poplar/bl31_plat_setup.c
View
plat/qemu/common/qemu_console.c
View
plat/socionext/synquacer/sq_bl31_setup.c
View
plat/xilinx/versal/bl31_versal_setup.c