Andrey Borisovich
Andrey Borisovich
Updated common IPC driver code to support new ACE soc. Refactored existing CAVS IPC API to be common for all Intel ADSP boards. Unified ipc and idc devicetree macros and...
According to documentation on [Manifest Import Details](https://docs.zephyrproject.org/latest/develop/west/manifest.html#manifest-import-details) > Import keys are optional. If any of import-1, ..., import-N are missing, west will not import additional manifest data from that project....
Moved hardcoded cycles values for DMIC IO from dmic.h header to per-platform configuration file (defconfig files for non-Zephyr builds and app/boards for Zephyr builds). Added new entry to intel drivers...
This patch fixes D3 issue - now platform enters and wakes up from D3 correctly. This had been achieved by adding ipc message_complete_handler that prevents Zephyr IPC API from writing...