]> git.baikalelectronics.ru Git - arm-tf.git/commit
cdns: 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)
commit78b40dce6403e1f2c79e860aa1cdffb88a73b6e3
treeccfb3b59f314e05209d6b9821d31f3a7694665a0
parentf695e1e01a995e66f9f5be5430fef3b7920082f2
cdns: 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: I9f8b55414ab7965e431e3e86d182eabd511f32a4
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/cadence/uart/aarch64/cdns_console.S
include/drivers/cadence/cdns_uart.h
plat/xilinx/zynqmp/bl31_zynqmp_setup.c
plat/xilinx/zynqmp/tsp/tsp_plat_setup.c