commit | 9e524d8305fe41d27af60a37fc306bb64531af1b | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon Jan 03 19:12:34 2022 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 11 11:53:53 2022 +0100 |
tree | 64d11649482bb6bd6e63da2cec4e66e49dd7c5ca | |
parent | 31425c58d167784ac97f31425917acb06930eb40 [diff] |
soc/intel_adsp: Refactor mp code to separate hardware from OS details Clean up soc_mp.c a bit. Put all cAVS register use in functions dedicated to hardware details (e.g. "soc_start_core()"), leave the Zephyr OS tracking (e.g. the CPU start record, the active cores array, etc...) in generic code. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>