intel_adsp: make shim header soc specific
using once single header to support multiple socs and product generations is error prone and not easily maintained. Over time we have been adding conditional code in headers and extending structs to support new HW features which becomes a problem. Goal is to keep platform headers in sync with hardware specification and allow of introduction of new platforms and hardware features by just introducing a new SoC with its own set of headers. This is now just a copy of existing cavs-shim.h with slight changes, goal is to clean this up long term and sync with hardware datasheets and align on naming as well. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
51cd0dd682
commit
423264b96b
16 changed files with 615 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <zephyr/drivers/interrupt_controller/dw_ace_v1x.h>
|
||||
|
||||
#include <cavs-idc.h>
|
||||
#include <cavs-shim.h>
|
||||
#include <adsp_shim.h>
|
||||
|
||||
#ifdef CONFIG_SOC_SERIES_INTEL_ACE1X
|
||||
#include <ace_v1x-regs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue