aboutsummaryrefslogtreecommitdiff
path: root/utils/ethosu_logd
AgeCommit message (Collapse)Author
2024-02-19Add suppression for non-zero index access in logdMikael Olsson
cppcheck generates a warning about the non-zero index access in the toCpu function. This is expected behavior so the warning has been suppressed. Change-Id: I852ca8f0b987215156edb826e643e3844e35049d Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2024-02-19Fix unnecessary string copy in logdMikael Olsson
To avoid making unnecessary copies of the path string, it will now use move semantics. Change-Id: Iecef1df1929cc9748b5a33f6bed088bfd785acce Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2021-10-28Add utility to print firmware logKristofer Jonsson
By default the logd will try to fetch the address of the print buffer from the device tree entry, assuming there is a device tree entry named 'print_queue'. Change-Id: Ic4750fe793f450152ba537820adc794731aaacaf