arm-trusted-firmware/plat
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
..
allwinner plat/allwinner: Use common gicv2.mk 2020-08-17 11:13:01 +01:00
amlogic Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
arm Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
brcm Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
common Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
hisilicon Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
imx Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
intel/soc plat: intel: Additional instruction required to enable global timer 2020-06-08 22:03:54 +00:00
layerscape Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
marvell Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
mediatek Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
nvidia/tegra Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
qemu Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
qti Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
renesas/rcar Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
rockchip rockchip: don't crash if we get an FDT we can't parse 2020-07-04 15:37:25 -07:00
rpi Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
socionext Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
st Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
ti/k3 Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
xilinx Don't return error information from console_flush 2020-10-09 10:21:50 -05:00