arm-trusted-firmware/plat/imx/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
..
aarch32 imx: console: Use CONSOLE_T_BASE for UART base address 2020-03-05 13:56:56 +00:00
include plat: imx: common: implement IMX_SIP_AARCH32 2020-07-22 10:27:36 +00:00
sci imx: Fix multiple definition of ipc_handle 2019-12-04 02:59:03 -06:00
imx7_clock.c imx7: imx7_clock: usb: Initialize the USB core clocks 2018-09-04 13:36:23 +01:00
imx8_helpers.S Add plat_crash_console_flush to platforms without it 2018-10-25 09:56:09 +01:00
imx8_psci.c imx: power optimization for i.mx8qm 2019-01-29 09:26:41 +08:00
imx8_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_aips.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_caam.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_clock.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_csu.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_ehf.c plat: imx: add sdei support for i.MX8MM 2020-08-06 07:10:21 +00:00
imx_io_mux.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_sdei.c plat: imx: add sdei support for i.MX8MM 2020-08-06 07:10:21 +00:00
imx_sip_handler.c plat: imx: common: implement IMX_SIP_AARCH32 2020-07-22 10:27:36 +00:00
imx_sip_svc.c plat: imx: common: implement IMX_SIP_AARCH32 2020-07-22 10:27:36 +00:00
imx_snvs.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
imx_uart_console.S Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
imx_wdog.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
lpuart_console.S Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
plat_imx8_gic.c plat: imx: add sdei support for i.MX8MM 2020-08-06 07:10:21 +00:00