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

use DDI interfaces for interrupt stuff, not PROM ones #93

Open
wants to merge 2 commits into
base: arm64-gate
Choose a base branch
from

Commits on Aug 29, 2024

  1. use DDI interfaces to access interrupt information

    - Fix the implementation of `i_ddi_get_intx_nintrs` which
      had a rough time in recent merging because it's unused.
    - Use `i_ddi_get_intx_nintrs` now it works
    - Add `i_ddi_interrupt_parent` to get access to a dips interrupt parent
    - Use `i_ddi_interrupt_parent` etc, in place of `get_interrupt_cells`
      everywhere
    richlowe committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6d2a18c View commit details
    Browse the repository at this point in the history
  2. DDI_CTLOPS_REPORTDEV needs tidying for arm

    - devices at / shouldn't talk about SPARC
    - missing newlines
    richlowe committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a13bd13 View commit details
    Browse the repository at this point in the history