-
Notifications
You must be signed in to change notification settings - Fork 27
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
CI testing ZCU102 SMP #72
Conversation
92b4184
to
41f413f
Compare
3c2cade
to
1c73f1f
Compare
1c73f1f
to
cf958e4
Compare
41f413f
to
46ae3c5
Compare
5ca316e
to
8aaf716
Compare
Can you add this change to really test the multicore changes?
|
8aaf716
to
da0617f
Compare
Sorry, I had a typo in the original diff. It needs to be |
da0617f
to
b91fda5
Compare
Thanks, I should have spotted this instead of blindly copying the block. |
Looks like its failing? This is what I get locally:
|
Can you add some more debug output, so we can see what happens? |
Here's a seL4_projects_libs PR that adds some debug statements: seL4/seL4_projects_libs#124 And here is what I get with those debug prints:
|
b91fda5
to
76c811a
Compare
This is what CI shows. Needs more debug output to see what fails ;)
|
My guess is that the
|
76c811a
to
9875016
Compare
So guess who forgot to change the typo in his own config.... I've replicated the error. Checking into it now. |
Okay, I see what's happening now: The PCPU list is 2 and 3. PSCI is trying to enable (what it thinks it) CPU 1, so we search the PCPU list for 1. When that's not found, we error out.
|
@Apave24 did make this PR which I think handles this exact situation: seL4/seL4_projects_libs@c95179f |
This seems the PR: seL4/seL4_projects_libs#85 |
9875016
to
9edb302
Compare
The QEMU/aarch32 platform is not supported actively at the moment for virtualization. Signed-off-by: Axel Heider <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
Co-authored-by: Chris Guikema <[email protected]> Signed-off-by: Axel Heider <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
9edb302
to
0ea6601
Compare
Test with: seL4/seL4_projects_libs#124, seL4/camkes-vm#54
actual PR is seL4/seL4_projects_libs#84, but we need some debug infos
testing seL4/ci-actions#327