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

read probe broken on mvme2700 (at least) #1

Open
mdavidsaver opened this issue Feb 28, 2017 · 1 comment
Open

read probe broken on mvme2700 (at least) #1

mdavidsaver opened this issue Feb 28, 2017 · 1 comment
Labels

Comments

@mdavidsaver
Copy link

At least with the mvme2700 BSP read probe always returns success, even when the underlying VME operation ends with a bus error (verified with VME bus analyzer). It does work with the mvme6100 and 3100.

@till-s
Copy link

till-s commented Feb 28, 2017

bspExt relies on VME bus errors being propagated from the VME bridge to the host (PCI) bridge. Some boards have even a MCP exception wired up. If this is not the case then bspExt polls the host bridge after the probe.
I'd recommend to first check that you can see a bus error flagged in the universe chip and then troubleshoot the propagation to the pci bridge and interrupt controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants