| /rk3399_ARM-atf/plat/hisilicon/poplar/aarch64/ |
| H A D | poplar_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/brcm/board/stingray/aarch64/ |
| H A D | plat_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/brcm/board/common/ |
| H A D | bcm_console.c | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/qti/qtiseclib/inc/ |
| H A D | qtiseclib_cb_interface.h | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/qemu/common/aarch32/ |
| H A D | plat_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/socionext/synquacer/ |
| H A D | sq_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/amlogic/common/aarch64/ |
| H A D | aml_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/qemu/common/aarch64/ |
| H A D | plat_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/qti/qtiseclib/src/ |
| H A D | qtiseclib_cb_interface.c | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/aarch64/ |
| H A D | hikey_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/drivers/imx/uart/ |
| H A D | imx_uart.c | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | marvell_console.c | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_console.c | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/rpi/common/aarch64/ |
| H A D | plat_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/marvell/armada/common/aarch64/ |
| H A D | marvell_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/drivers/amlogic/console/aarch64/ |
| H A D | meson_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/arm/common/aarch32/ |
| H A D | arm_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/nvidia/tegra/drivers/spe/ |
| H A D | shared_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/aarch64/ |
| H A D | hikey960_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/drivers/console/aarch32/ |
| H A D | skeleton_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/drivers/ti/uart/aarch32/ |
| H A D | 16550_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/drivers/coreboot/cbmem_console/aarch64/ |
| H A D | cbmem_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/imx/common/ |
| H A D | imx_uart_console.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/aarch64/ |
| H A D | zynqmp_helpers.S | 831b0e9824e6c7cb07308830c12977acb79156c7 Wed Aug 05 18:44:05 UTC 2020 Jimmy Brisson <jimmy.brisson@arm.com> 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>
|