]> git.baikalelectronics.ru Git - arm-tf.git/commit
rcar: 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)
commitc01ee06b53451d8792958b30b8ebce3e0e930359
treecee1299803f2345f99a974eab94f33b77ae1a7eb
parent3968bc08abb3f43a03175ec7d30b797f253c0caa
rcar: 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: I836e26ff1771abf21fd460d0ee40e90a452e9b43
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/renesas/rcar/console/rcar_console.S
drivers/renesas/rcar/scif/scif.S
include/drivers/renesas/rcar/console/console.h
plat/renesas/rcar/rcar_common.c