arm-trusted-firmware/plat/nvidia/tegra/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 Tegra: common: fixup the bl31 code size to be copied at reset 2020-08-31 11:21:17 -07:00
tegra_bl31_setup.c Tegra: add platform specific 'runtime_setup' handler 2020-08-31 10:43:44 -07:00
tegra_common.mk Merge changes from topic "ehf_common" into integration 2020-09-18 14:20:02 +00:00
tegra_delay_timer.c Tegra: fixup CNTPS_TVAL_EL1 delay timer reads 2020-08-31 10:43:44 -07:00
tegra_fiq_glue.c Tegra: enable SDEI handling 2020-05-20 12:00:26 -07:00
tegra_gicv2.c Tegra: gicv2: initialize target masks 2020-03-21 19:00:05 -07:00
tegra_gicv3.c Tegra: introduce support for GICv3 2020-06-19 02:34:52 +00:00
tegra_io_storage.c Tegra: dummy support for the io_storage backend 2019-03-01 10:22:54 -08:00
tegra_platform.c Tegra: platform: add function to check t194 chip 2020-08-18 22:59:05 +00:00
tegra_pm.c Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
tegra_sdei.c Tegra: enable SDEI handling 2020-05-20 12:00:26 -07:00
tegra_sip_calls.c Tegra: sip: add VPR resize enabled check 2020-08-27 20:12:34 -07:00
tegra_stack_protector.c Tegra: enable stack protection 2020-05-16 22:44:52 -07:00