[DNM][WiP] xtensa: user-space: test to add support for domain removal#97201
[DNM][WiP] xtensa: user-space: test to add support for domain removal#97201lyakh wants to merge 2 commits intozephyrproject-rtos:mainfrom
Conversation
|
|
The SOF use-case thesofproject/sof#10287 |
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Currently memory domain removal isn't supported, which creates a problem with dynamic applications like SOF. Export the global domain list head to let applications remove domains from the list. Should be replaced with a proper API. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Use void * cleanly: avoid needless type-casts and use void * for generic pointers instead of uint8_t *. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
|
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |



The first commit is just to test SOF user-space