[DNM] acp_7_x: enable ACP DMA log backend - #11089
Open
DINESHKUMARK1 wants to merge 2 commits into
Open
Conversation
Move the host to DSP software (IPC) interrupt from EXT_LEVEL3 to EXT_LEVEL5 so the ACP DMA log backend can own EXT_LEVEL3 for its DMA completion interrupt without colliding with IPC. Update the IPC handler registration and the PLATFORM_IPC_INTERRUPT definition accordingly, and fix a comment typo. Signed-off-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
Enable CONFIG_LOG_BACKEND_ACP on the ACP 7.X ADSP board and the firmware logs are streamed to the host over ACP DMA. Set the SOF log level to INF explicitly, as the SOF log level configuration must be selected explicitly. Signed-off-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
DINESHKUMARK1
requested review from
bhiregoudar,
dbaluta,
kv2019i,
lbetlej,
lgirdwood,
mmaka1,
plbossart and
sunilkumardommati
as code owners
August 13, 2026 09:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable the AMD ACP DMA logging backend on the ACP 7.X ADSP board so
firmware logs are streamed to the host over ACP DMA.
Changes:
EXT_LEVEL3 for the log DMA completion interrupt
and INF log level
Dependencies / merge order:
Also requires the Zephyr backend support from
zephyrproject-rtos/zephyr#116146 (and the SOF west manifest pointing at a
Zephyr revision that includes it), since this board config selects
CONFIG_LOG_BACKEND_ACP.
Do not merge before #11082.