-
Notifications
You must be signed in to change notification settings - Fork 148
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
xtensa: Add xtensa-amd_acp_6_0_adsp_zephyr-elf. #798
xtensa: Add xtensa-amd_acp_6_0_adsp_zephyr-elf. #798
Conversation
a3ab174
to
cb04a5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like gdb is finally building.
I have added a few comments; once addressed, I will merge this and try to get it into 0.16.9.
README.md
Outdated
- Xtensa (sample_controller, intel_ace15_mtpm, intel_tgl_adsp, | ||
nxp_imx_adsp, nxp_imx8m_adsp, nxp_imx8ulp_adsp, nxp_rt500_adsp, | ||
espressif_esp32, espressif_esp32s2, espressif_esp32s3, mt8195_adsp) | ||
- Xtensa (sample_controller, amd_acp_6_0_adsp, intel_ace15_mtpm, | ||
intel_tgl_adsp, nxp_imx_adsp, nxp_imx8m_adsp, nxp_imx8ulp_adsp, | ||
nxp_rt500_adsp, espressif_esp32, espressif_esp32s2, espressif_esp32s3, | ||
mt8195_adsp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A recent update removed the full enumeration of Xtensa toolchain variants.
This hunk can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the topic-amd_acp_6_0 branch need to be updated before I apply my changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can push directly to the upstream topic-amd_acp_6_0
, or alternatively open a PR to main
from your fork branch with the final changes.
c8169c6
to
d040933
Compare
…sdk-ng into topic-amd_acp_6_0
d040933
to
4862f89
Compare
This adds the config and overlay files to enable building the toolchain needed for the acp_6_0 board in Zephyr.