sof/tools/logger
Andy Ross 51a5fb9c80 uuid: Add app-global UUID registry
Add a very simple uuid-registry.txt file containing all known UUIDs in
the tree, use it to generate a C header (the script validates it in
the process) that can then be used for a simplified
SOF_DEFINE_REG_UUID() mechanism that avoids the risk and temptation
temptation of components incorrectly implementing UUIDs.

The intent is that in the longer term, this file can be used by other
downstream tooling (manifest and topology generation) to more easily
reference known IDs by name in a way that avoids duplication and
error.

Signed-off-by: Andy Ross <andyross@google.com>
2024-07-05 14:32:56 +01:00
..
CMakeLists.txt uuid: Add app-global UUID registry 2024-07-05 14:32:56 +01:00
config.h.in sof-logger: make inotify optional 2022-08-29 13:24:40 +01:00
convert.c logger: convert: fix variable type for negative value 2024-02-13 17:20:49 +00:00
convert.h logger: convert: fix variable type for negative value 2024-02-13 17:20:49 +00:00
filter.c uuid: Rename DECLARE_SOF(_RT)?_UUID() -> SOF_DEFINE_UUID() 2024-07-05 14:32:56 +01:00
filter.h logger: Create global convert_config variable to avoid spaghetti code. 2020-09-01 10:11:55 +01:00
logger.c tools: logger: Fix resources release 2023-09-26 09:20:03 +01:00
misc.c logger: make "global_config" truly global 2022-12-21 09:36:27 +00:00
misc.h logger: rename asprintf and vasprintf 2021-12-02 09:56:25 +00:00