Uh oh!
There was an error while loading. Please reload this page.
Mtl: Add base code to bring up interfaces - #6360
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8bc0acf to
c209784Compare
lgirdwood
left a comment
There was a problem hiding this comment.
LGTM, but I wont merge until @abonislawski and @softwarecki are aligned.
lgirdwood
commented
Oct 3, 2022
ok, pls ping the PR when teh Zephyr change is merged. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kv2019i
left a comment
There was a problem hiding this comment.
A few minor things, but looks good otherwise.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This PR requires following PR merged in Zephyr: |
lgirdwood
commented
Oct 5, 2022
48949 is now merged, in the meantime can we have an update with the review comments addressed. This will get us ready for the final Zephyr patch being merged. Thanks ! |
32617c1 to
aa6795dComparelgirdwood
commented
Oct 10, 2022
@softwarecki can you force push again, it looks like CI got stuck. Thanks |
kv2019i
commented
Oct 11, 2022
@softwarecki@wszypelt License-server issue hit in the CI run. |
marc-hb
commented
Oct 11, 2022
QB or Jenkins? Always copy the URL, it's hard/impossible to find after a force push. |
abonislawski
commented
Oct 12, 2022
One required PR left: #6396 Please wait for confirmation that this PR is working with validation tests before merging. |
kv2019i
commented
Oct 13, 2022
Dependencies now merged. @softwarecki can you resolve the conflict and @abonislawski please review. |
kv2019i
commented
Oct 17, 2022
Added code with clock definitions Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com> Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com> Signed-off-by: Adrian Warecki <adrian.warecki@intel.com> Signed-off-by: Konrad Leszczynski <konrad.leszczynski@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com> Signed-off-by: Rafal Redzimski <rafal.f.redzimski@intel.com> Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com> Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Added code containing configuration of the dma channels. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com> Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com> Signed-off-by: Adrian Warecki <adrian.warecki@intel.com> Signed-off-by: Konrad Leszczynski <konrad.leszczynski@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com> Signed-off-by: Rafal Redzimski <rafal.f.redzimski@intel.com> Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com> Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
The attributes of the dma controllers must be moved to the zephyr. Until then, we will use a own copy of the get_attribute function from the alh and dw_dma drivers. Thanks to this, we can completely disable it building in the configuration. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
Necessary configuration options of the mtl board have been enabled. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com> Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com> Signed-off-by: Adrian Warecki <adrian.warecki@intel.com> Signed-off-by: Konrad Leszczynski <konrad.leszczynski@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com> Signed-off-by: Rafal Redzimski <rafal.f.redzimski@intel.com> Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com> Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
The sizes and locations of the memory windows are taken from the device tree. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
kv2019i
commented
Oct 18, 2022
Proceeding with merge. This uncovers some compiler warnings when built with Zephyr SDK, but this these were in existing code, so proceeding with merge. @softwarecki@abonislawski can you look at https://github.com/thesofproject/sof/actions/runs/3272915314/jobs/5384495135 |
kv2019i
commented
Oct 18, 2022
-> #6439 |
Added clock definitions, dma channels configuration and updated configuration options of the mtl board.