]> git.baikalelectronics.ru Git - arm-tf.git/commit
Don't return error information from console_flush
authorJimmy Brisson <jimmy.brisson@arm.com>
Wed, 5 Aug 2020 18:44:05 +0000 (13:44 -0500)
committerlaurenw-arm <lauren.wehrmeister@arm.com>
Fri, 9 Oct 2020 15:21:50 +0000 (10:21 -0500)
commit831b0e9824e6c7cb07308830c12977acb79156c7
treeb36c5ee1945761c86823380b6763d7f143c30210
parentbb68a9d602e456dad89fbfc777cb435059d42964
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>
55 files changed:
common/backtrace/backtrace.c
docs/getting_started/porting-guide.rst
drivers/amlogic/console/aarch64/meson_console.S
drivers/arm/pl011/aarch32/pl011_console.S
drivers/arm/pl011/aarch64/pl011_console.S
drivers/cadence/uart/aarch64/cdns_console.S
drivers/console/aarch32/skeleton_console.S
drivers/console/aarch64/skeleton_console.S
drivers/console/multi_console.c
drivers/coreboot/cbmem_console/aarch64/cbmem_console.S
drivers/imx/uart/imx_uart.c
drivers/marvell/uart/a3700_console.S
drivers/renesas/rcar/console/rcar_console.S
drivers/renesas/rcar/scif/scif.S
drivers/st/uart/aarch32/stm32_console.S
drivers/ti/uart/aarch32/16550_console.S
drivers/ti/uart/aarch64/16550_console.S
include/common/debug.h
include/drivers/console.h
include/plat/common/platform.h
lib/libc/assert.c
lib/psci/psci_system_off.c
plat/amlogic/common/aarch64/aml_helpers.S
plat/arm/board/fvp/fvp_console.c
plat/arm/board/fvp/fvp_err.c
plat/arm/common/aarch32/arm_helpers.S
plat/arm/common/aarch64/arm_helpers.S
plat/arm/common/arm_console.c
plat/brcm/board/common/bcm_console.c
plat/brcm/board/stingray/aarch64/plat_helpers.S
plat/common/aarch64/plat_common.c
plat/hisilicon/hikey/aarch64/hikey_helpers.S
plat/hisilicon/hikey960/aarch64/hikey960_helpers.S
plat/hisilicon/poplar/aarch64/poplar_helpers.S
plat/imx/common/imx_uart_console.S
plat/imx/common/lpuart_console.S
plat/layerscape/common/aarch64/ls_console.S
plat/marvell/armada/common/aarch64/marvell_helpers.S
plat/marvell/armada/common/marvell_console.c
plat/mediatek/common/drivers/uart/8250_console.S
plat/mediatek/mt6795/aarch64/plat_helpers.S
plat/nvidia/tegra/common/tegra_pm.c
plat/nvidia/tegra/drivers/spe/shared_console.S
plat/qemu/common/aarch32/plat_helpers.S
plat/qemu/common/aarch64/plat_helpers.S
plat/qti/qtiseclib/inc/qtiseclib_cb_interface.h
plat/qti/qtiseclib/src/qtiseclib_cb_interface.c
plat/renesas/rcar/aarch64/plat_helpers.S
plat/rpi/common/aarch64/plat_helpers.S
plat/socionext/synquacer/sq_helpers.S
plat/socionext/uniphier/uniphier_console.S
plat/socionext/uniphier/uniphier_console_setup.c
plat/st/stm32mp1/stm32mp1_helper.S
plat/ti/k3/common/k3_helpers.S
plat/xilinx/zynqmp/aarch64/zynqmp_helpers.S