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

update XIRQ controller #570

Merged
merged 7 commits into from
Apr 7, 2023
Merged

update XIRQ controller #570

merged 7 commits into from
Apr 7, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Apr 5, 2023

  • rename XIRW registers (-> EIE, EIP, ESC)
  • use same behavior as mie, mip and mcause CSRs
  • interrupt can become/remain pending even if the according channel is not enabled but will only trigger a CPU interrupt when actually enabled
  • fixing some documentation flaws

use same behavior as mie, mip and mcause CSRs
@stnolting stnolting added the HW hardware-related label Apr 5, 2023
@stnolting stnolting self-assigned this Apr 5, 2023
@stnolting stnolting linked an issue Apr 5, 2023 that may be closed by this pull request
@stnolting stnolting marked this pull request as ready for review April 6, 2023 15:58
@stnolting stnolting merged commit 3331152 into main Apr 7, 2023
@stnolting stnolting deleted the update_xirq branch April 7, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some XIRQ documentation oddities
1 participant