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>
1 parent bb68a9d commit 831b0e9824e6c7cb07308830c12977acb79156c7
@Jimmy Brisson Jimmy Brisson authored on 5 Aug 2020
laurenw-arm committed on 9 Oct 2020
Showing 55 changed files
View
common/backtrace/backtrace.c
View
docs/getting_started/porting-guide.rst
View
drivers/amlogic/console/aarch64/meson_console.S
View
drivers/arm/pl011/aarch32/pl011_console.S
View
drivers/arm/pl011/aarch64/pl011_console.S
View
drivers/cadence/uart/aarch64/cdns_console.S
View
drivers/console/aarch32/skeleton_console.S
View
drivers/console/aarch64/skeleton_console.S
View
drivers/console/multi_console.c
View
drivers/coreboot/cbmem_console/aarch64/cbmem_console.S
View
drivers/imx/uart/imx_uart.c
View
drivers/marvell/uart/a3700_console.S
View
drivers/renesas/rcar/console/rcar_console.S
View
drivers/renesas/rcar/scif/scif.S
View
drivers/st/uart/aarch32/stm32_console.S
View
drivers/ti/uart/aarch32/16550_console.S
View
drivers/ti/uart/aarch64/16550_console.S
View
include/common/debug.h
View
include/drivers/console.h
View
include/plat/common/platform.h
View
lib/libc/assert.c
View
lib/psci/psci_system_off.c
View
plat/amlogic/common/aarch64/aml_helpers.S
View
plat/arm/board/fvp/fvp_console.c
View
plat/arm/board/fvp/fvp_err.c
View
plat/arm/common/aarch32/arm_helpers.S
View
plat/arm/common/aarch64/arm_helpers.S
View
plat/arm/common/arm_console.c
View
plat/brcm/board/common/bcm_console.c
View
plat/brcm/board/stingray/aarch64/plat_helpers.S
View
plat/common/aarch64/plat_common.c
View
plat/hisilicon/hikey/aarch64/hikey_helpers.S
View
plat/hisilicon/hikey960/aarch64/hikey960_helpers.S
View
plat/hisilicon/poplar/aarch64/poplar_helpers.S
View
plat/imx/common/imx_uart_console.S
View
plat/imx/common/lpuart_console.S
View
plat/layerscape/common/aarch64/ls_console.S
View
plat/marvell/armada/common/aarch64/marvell_helpers.S
View
plat/marvell/armada/common/marvell_console.c
View
plat/mediatek/common/drivers/uart/8250_console.S
View
plat/mediatek/mt6795/aarch64/plat_helpers.S
View
plat/nvidia/tegra/common/tegra_pm.c
View
plat/nvidia/tegra/drivers/spe/shared_console.S
View
plat/qemu/common/aarch32/plat_helpers.S
View
plat/qemu/common/aarch64/plat_helpers.S
View
plat/qti/qtiseclib/inc/qtiseclib_cb_interface.h
View
plat/qti/qtiseclib/src/qtiseclib_cb_interface.c
View
plat/renesas/rcar/aarch64/plat_helpers.S
View
plat/rpi/common/aarch64/plat_helpers.S
View
plat/socionext/synquacer/sq_helpers.S
View
plat/socionext/uniphier/uniphier_console.S
View
plat/socionext/uniphier/uniphier_console_setup.c
View
plat/st/stm32mp1/stm32mp1_helper.S
View
plat/ti/k3/common/k3_helpers.S
View
plat/xilinx/zynqmp/aarch64/zynqmp_helpers.S