-
Notifications
You must be signed in to change notification settings - Fork 14
hw: mu: Add mu-write implementation #45
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
Conversation
|
This extends the work that was being done here earlier - #40 |
|
@crazoes please squash this PR with #40. Thus you will have one big commit with patches squashed. The explanation in this commit is very good, you can keep it at the end of the commit for the squashed commits. By squash I mean this: https://www.devroom.io/2011/07/05/git-squash-your-latests-commits-into-one/ |
|
@dbaluta it is already squashed with that PR's commits |
|
@crazoes Indeed, you are right! thanks! |
Add implementation for MU write in order to communicate with the host. We add and store reference to both side A and side B's MUs in the adsp structure because write to control register of side B has to make and reflect some changes in status register of side A. Signed-off-by: Diana Cretu <[email protected]> Signed-off-by: Shreeya Patel <[email protected]>
|
LGTM, @lgirdwood this is good to merge. |
|
For some reason this is not compatible with Ubuntu 20.04? See thesofproject/sof#4186 |
|
This is not working either Ubuntu 18.04 or 20.04. We haven't made sofqemu image for a year. This is first time image update after this commit. |
|
Building sofeqmu is faster then sof image. In my build machine, it takes about 10 min. |
|
Hi @fred, I was asking how much effort it would be for you, sorry for the confusion. |
Add implementation for MU write in order to
communicate with the host.
Signed-off-by: Diana Cretu [email protected]
Signed-off-by: Shreeya Patel [email protected]