Skip to content
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

ACP 6.3 SOF support and Add ACP SRAM option for Data bin loading #4642

Merged
merged 5 commits into from
Oct 19, 2023

Conversation

vijendarmukunda
Copy link

This patch series contains changes for adding SOF support for ACP v6.3 and ACP SRAM option to load the Data bin contents.

Pull request for ACP FW changes has been created.
thesofproject/sof#8335

Add acpi machine id for ACP6.3 version based platform and configure
driver data to enable SOF sound card support on newer boards.

Signed-off-by: Vijendar Mukunda <[email protected]>
Add SOF support for ACP6.3 version based platform

Signed-off-by: Vijendar Mukunda <[email protected]>
Increase DSP cache window range to 2.5MB to align with ACP memory.

Signed-off-by: Vijendar Mukunda <[email protected]>
.drv_name = "acp63-dsp",
.pdata = &acp_quirk_data,
.fw_filename = "sof-acp_6_3.ri",
.sof_tplg_filename = "sof-acp_6_3.tplg",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit-pick: the use of _ is inconsistent, you used - everywhere so far.

DSP data bin can be loaded in to ACP DRAM or ACP SRAM.
Add conditional check for ACP DRAM usage for data bin loading.
Rename DRAM base address macro to have symmetry.

Signed-off-by: Vijendar Mukunda <[email protected]>
Provide an option to load DSP data bin to ACP SRAM.

Signed-off-by: Vijendar Mukunda <[email protected]>
@plbossart plbossart merged commit c06a37f into thesofproject:topic/sof-dev Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants