arm-trusted-firmware/lib/psci
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
..
aarch32 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_common.c psci: utility api to invoke stop for other cores 2020-09-03 09:29:22 +00:00
psci_lib.mk mem_protect: Add mem_protect API 2017-09-25 13:32:20 +01:00
psci_main.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_mem_protect.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_off.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_on.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_private.h Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_setup.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_stat.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_suspend.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_system_off.c Don't return error information from console_flush 2020-10-09 10:21:50 -05:00