-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Support zephyr for SOF on i.MX8ULP #63751
Conversation
Hello @TangleZ, and thank you very much for your first pull request to the Zephyr project! |
Please, solve compliance checks: https://github.com/zephyrproject-rtos/zephyr/actions/runs/6469020912/job/17563186840?pr=63751 |
d7c6f88
to
a66cefb
Compare
I referred the patch https://github.com/zephyrproject-rtos/zephyr/pull/62974/files#diff-43afd304a697d5b80f682e1e3e0a2a4e0950d5fb8b2fec9c275e24d080576ab9 from you, and there are still keep EDMA and DUMMY config. So I guess it's ok for ulp. |
My bad, missed them. I've updated my PR to remove them as well. |
3278c9e
to
fde4df2
Compare
This commit disables the testing of `nxp_adsp_imx8ulp` platform because it has not been merged upstream yet. Re-enable this platform when the zephyrproject-rtos/zephyr#63751 is merged. Signed-off-by: Stephanos Ioannidis <[email protected]>
This commit disables the testing of `nxp_adsp_imx8ulp` platform because it has not been merged upstream yet. Re-enable this platform when the zephyrproject-rtos/zephyr#63751 is merged. Signed-off-by: Stephanos Ioannidis <[email protected]>
@iuliana-prodan I noticed that PR zephyrproject-rtos/sdk-ng#712 is already merged, but the CI still fails, have we missed anything? |
@TangleZ we still need CI & Zephyr to use the new SDK. As per @stephanosio instructions - the new SDK release will be available around Wednesday! |
@TangleZ we need a zephyr sdk release that includes the toolchain for 8ulp. @stephanosio will there be a sdk soon? |
Yes, Zephyr SDK 0.16.4 should be released by Wednesday. Integrating it to the Zephyr main CI will take longer though. |
@stephanosio How can I know if the SDK merged to Zephyr main CI or not? And should I retrigger the PR to run the CI test? |
Add support for i.MX8ULP board by defining defconfig, board configuration and device tree. Signed-off-by: Zhang Peng <[email protected]>
Add file nxp_imx8ulp.dtsi for imx8ulp Signed-off-by: Zhang Peng <[email protected]>
Add support for i.MX8ULP target. Signed-off-by: Zhang Peng <[email protected]>
Add support for signing i.MX8ULP SOF with Zephyr images with rimage. Signed-off-by: Zhang Peng <[email protected]>
LGTM. @dleach02 good to merge. |
Hi @TangleZ! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
Add support for i.MX8ULP to build Sound Open Firmware with Zephyr OS on DSP.
The build target is i.MX8ULP. It has one Xtensa HiFi4 core, with 64 KB ITCM, and 64KB DTCM.
Causing the toolchain not be ready, so the code not been tested in local so far.