arm-trusted-firmware/plat/ti/k3/common
Jimmy Brisson 831b0e9824 Don't return error information from console_flush
And from crash_console_flush.

We ignore the error information return by console_flush in _every_
place where we call it, and casting the return type to void does not
work around the MISRA violation that this causes. Instead, we collect
the error information from the driver (to avoid changing that API), and
don't return it to the caller.

Change-Id: I1e35afe01764d5c8f0efd04f8949d333ffb688c1
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
2020-10-09 10:21:50 -05:00
..
drivers ti: k3: drivers: ti_sci: Put sequence number in coherent memory 2020-01-27 13:26:01 -05:00
k3_bl31_setup.c ti: k3: common: Allow USE_COHERENT_MEM for K3 2019-04-26 11:50:13 -04:00
k3_console.c 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
k3_gicv3.c ti: k3: common: Add support for runtime detection of GICR base address 2019-01-22 13:11:09 -06:00
k3_helpers.S Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
k3_psci.c ti: k3: common: Implement stub system_off 2020-05-25 16:16:55 +02:00
k3_topology.c ti: k3: common: Remove MSMC port definitions 2019-04-30 09:41:06 -04:00
plat_common.mk ti: k3: common: Make UART number configurable 2020-06-01 23:12:41 +02:00