arm-trusted-firmware/plat/socionext/synquacer
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 plat/synquacer: enable SCMI support 2019-03-13 09:54:15 +09:00
include xlat_tables_v2: add base table section name parameter for spm_mm 2020-06-02 14:53:06 +09:00
platform.mk TF-A GICv3 driver: Introduce makefile 2020-03-30 10:54:01 +00:00
sq_bl31_setup.c pl011: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
sq_ccn.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_helpers.S Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
sq_psci.c Use correct type when reading SCR register 2020-01-28 11:10:48 +00:00
sq_spm.c spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
sq_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_xlat_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00