-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port NXP ADSP soc/boards to HWMv2 #69398
Port NXP ADSP soc/boards to HWMv2 #69398
Conversation
This PR has a dependency on #69399 |
de1bcc1
to
b20d481
Compare
17a06ae
to
5bc88a3
Compare
5bc88a3
to
4a05d5e
Compare
v2:
Regarding compliance checks - I still have 2 errors. One is regarding Next is:
This is false IMO. I have the |
The dependency on #69399 was fixed by having the same soc name in |
@nordicjm for compliance check I get:
and this part if handled in another PR by @danieldegrasse - 56551e3 |
4806707
to
63ac21e
Compare
Did you rebase? There should be no compliance failures |
05308e6
to
d0710c2
Compare
I did, multiple times, but those errors are still there. :( |
d0710c2
to
84a3aa0
Compare
84a3aa0
to
0517439
Compare
@nordicjm & all, be aware that some |
You need to make a new commit on top of theirs or make a new PR with their commit included, we will not be merging any PRs where there are CI failures |
Then the issues are with your additions here |
f7181ed
to
c29fc49
Compare
Port i.MX ADSP family to HWMv2, including series: - imx8 - imx8m - imx8x - imx8ulp Signed-off-by: Iuliana Prodan <[email protected]>
Convert i.MX ADSP boards to HMV2 including: - imx8mp_evk - imx8qxp_mek - imx8qm_mek - imx8ulp_evk Signed-off-by: Iuliana Prodan <[email protected]>
Update board name and rename files for openamp_rsc_table sample. Signed-off-by: Iuliana Prodan <[email protected]>
Remove SOC_FAMILY_NXP_ADSP since this is not used anymore for the ADSP. With HWMv2 ADSP is part of SOC_FAMILY_IMX. Signed-off-by: Iuliana Prodan <[email protected]>
Rename SOC_FAMILY_IMX to SOC_FAMILY_NXP_IMX. I've also kept SOC_FAMILY_IMX since there are still legacy socs/boards that use it. When all are ported to HWMv2 this should be removed. Signed-off-by: Iuliana Prodan <[email protected]>
Update Xtensa HAL to get the rename of the SoC overlay for NXP i.MX8ULP. Signed-off-by: Iuliana Prodan <[email protected]>
Update SOF for NXP's new boards name and configs. Signed-off-by: Iuliana Prodan <[email protected]>
c29fc49
to
94e2ee6
Compare
@nordicjm all issues solved, CI is passing. |
d243e57
into
zephyrproject-rtos:collab-hwm
Port NXP ADSP SoC family and boards to HWMv2.