]> git.baikalelectronics.ru Git - arm-tf.git/commit
stm32: 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)
commitc10db6deb1867d79c843391b29866a8119bc85b3
treebdb59012aa5294b5cfc56a1b1cca116167ba33fd
parentc01ee06b53451d8792958b30b8ebce3e0e930359
stm32: 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: Iea6ca26ff4903c33f0fad27fec96fdbabd4e0a91
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/st/uart/aarch32/stm32_console.S
include/drivers/st/stm32_console.h
plat/st/stm32mp1/bl2_plat_setup.c
plat/st/stm32mp1/sp_min/sp_min_setup.c