arm-trusted-firmware/plat/layerscape/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
..
aarch64 Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
include LS 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
tsp LS 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
ls_bl1_setup.c LS 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
ls_bl2_setup.c LS 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
ls_bl31_setup.c LS 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
ls_common.c Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
ls_common.mk Remove unneeded include paths in PLAT_INCLUDES 2019-02-01 12:24:57 +00:00
ls_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
ls_io_storage.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
ls_timer.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
ls_topology.c layerscape: Initial TF-A support for LS1043ardb 2018-04-10 01:24:40 +00:00
ls_tzc380.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
ns_access.c Enable -Wshadow always 2019-11-19 08:53:16 -06:00