| #
2186f9e0 |
| 13-Jun-2025 |
Sungbae Yoo <sungbaey@nvidia.com> |
drivers: ffa_console: add support for multiple character at once
FFA console will use FFA_CONSOLE_LOG_32 as a default if the current SPMD does not support FFA_CONSOLE_LOG_64.
Signed-off-by: Sungbae
drivers: ffa_console: add support for multiple character at once
FFA console will use FFA_CONSOLE_LOG_32 as a default if the current SPMD does not support FFA_CONSOLE_LOG_64.
Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| #
5836737a |
| 19-Apr-2025 |
Sungbae Yoo <sungbaey@nvidia.com> |
drivers: ffa_console: register a DT_DRIVER_UART driver
This registers ffa_console driver as a DT_DRIVER_UART driver.
Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com> Acked-by: Jerome Forissier <jer
drivers: ffa_console: register a DT_DRIVER_UART driver
This registers ffa_console driver as a DT_DRIVER_UART driver.
Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
|
| #
d4a87690 |
| 17-May-2024 |
Sungbae Yoo <sungbaey@nvidia.com> |
drivers: Add FFA_CONSOLE based console driver for log
This console driver uses FFA_CONSOLE ABI to write the trace logs.
If CFG_FFA_CONSOLE is enabled, OP-TEE will try to initialize the console driv
drivers: Add FFA_CONSOLE based console driver for log
This console driver uses FFA_CONSOLE ABI to write the trace logs.
If CFG_FFA_CONSOLE is enabled, OP-TEE will try to initialize the console driver that uses FFA interface to print trace logs.
Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
show more ...
|