You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop the best guess in the interrupt parsing and read the #interrupt-cells from the interrupt controller instead. Use the device tree parser we already use for the kernel.
See #79 (review)
The camkes-tool already gets given an import path to the capDL python library,
so it shouldn't be too hard to give it access to the kernel hardware_gen python
lib that would allow proper irq parsing.
The text was updated successfully, but these errors were encountered:
Follow-u up from #79
Drop the best guess in the interrupt parsing and read the
#interrupt-cells
from the interrupt controller instead. Use the device tree parser we already use for the kernel.See #79 (review)
The text was updated successfully, but these errors were encountered: