Add plat_crash_console_flush to platforms without it
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 17 Oct 2018 14:29:34 +0000 (15:29 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Thu, 25 Oct 2018 08:56:09 +0000 (09:56 +0100)
commit9c675b374a88f273f23f590bd5665be074c734d3
treed28769794a708ff070a19b18cf6b1b0ee6eaff88
parentbde25ae28f0ff5db7963d0bd6344afddfd599fc6
Add plat_crash_console_flush to platforms without it

Even though at this point plat_crash_console_flush is optional, it will
stop being optional in a following patch.

The console driver of warp7 doesn't support flush, so the implementation
is a placeholder.

TI had ``plat_crash_console_init`` and ``plat_crash_console_putc``, but
they weren't global so they weren't actually used. Also, they were
calling the wrong functions.

imx8_helpers.S only has placeholders for all of the functions.

Change-Id: I8d17bbf37c7dad74e134c61ceb92acb9af497718
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat/hisilicon/hikey/aarch64/hikey_helpers.S
plat/hisilicon/hikey960/aarch64/hikey960_helpers.S
plat/imx/common/imx8_helpers.S
plat/imx/imx7/warp7/aarch32/warp7_helpers.S
plat/marvell/common/aarch64/marvell_helpers.S
plat/nvidia/tegra/common/aarch64/tegra_helpers.S
plat/ti/k3/common/k3_helpers.S