arm-trusted-firmware/plat/renesas/rcar
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 rcar_gen3: plat: Minor coding style fix for rcar_version.h 2020-02-15 10:46:00 +01:00
bl2_cpg_init.c rcar_gen3: plat: Rename RCAR_PRODUCT_* to PRR_PRODUCT_* 2019-08-16 15:15:12 +02:00
bl2_interrupt_error.c rcar_gen3: plat: Dump EL3 interrupt error registers 2019-01-08 14:08:44 +01:00
bl2_plat_mem_params_desc.c rcar_gen3: plat: Pass DT to OpTee OS 2020-01-06 03:07:35 +01:00
bl2_plat_setup.c rcar_gen3: plat: Zero-terminate the string in unsigned_num_print() 2020-04-28 11:23:37 +02:00
bl2_secure_setting.c rcar_gen3: plat: Add initial D3 support 2019-04-02 03:40:51 +02:00
bl31_plat_setup.c Enable -Wredundant-decls warning check 2020-01-28 11:09:02 -06:00
plat_image_load.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_pm.c Use correct type when reading SCR register 2020-01-28 11:10:48 +00:00
plat_storage.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk rcar_gen3: drivers: ddr: Move DDR drivers out of staging 2020-01-06 03:07:35 +01:00
rcar_common.c rcar: Use generic console_t data structure 2020-02-25 09:34:38 +00:00