sof/tools/logger
Karol Trzcinski 97fd4837a2 uuid: Make entries monosized
It make code dealing with entries simpler, and allow to create
UUID entries dictionary with constant access time to any entry.
As long as struct definition is fixed, then can passed as pointer
with correct type to function call, instead of void pointer.
UUID entries aren't storred in flash memory, so entry size is not
important.
Explicit add zero at the end of entity_name to trigger string overflow
warning for shortest incorrect string length.
Resolve problem with cutted UUID info in logger output.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-05-18 12:08:24 +01:00
..
CMakeLists.txt cmake: use fw.h and manifest.h from rimage/ 2020-05-13 10:16:04 +01:00
convert.c uuid: Make entries monosized 2020-05-18 12:08:24 +01:00
convert.h logger: Add option to set timestamp precision 2020-05-18 12:06:51 +01:00
logger.c logger: Add option to set timestamp precision 2020-05-18 12:06:51 +01:00