mirror of https://github.com/thesofproject/sof.git
f97e9f0de6
This information is already provided by extended manifest, so there is no need to double it in runtime code. It allows to save 16 bytes from .DATA and 128 bytes from .TEXT for cnl platform. `data_structs` library from src/ipc/CMakeLists.txt is no longer needed. Moreover empty library may lead to cmake fail. SMEX needs little update, to read DBG_ABI from .fw_metadata section instead of .fw_ready. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
elf.c | ||
elf.h | ||
elf_defs.h | ||
ldc.c | ||
ldc.h | ||
smex.c | ||
smex.h |
README.md
SOF Metadata Extractor
SMEX (SOF Metadata EXtractor) is a tool used to extract needed information from SOF source code and output files and then put then save them in convenient form like logs dictionary file (ldc).