Page MenuHomeFreeBSD

Fix PLIC number of devices supported
ClosedPublic

Authored by br on Apr 1 2019, 2:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 5:25 PM
Unknown Object (File)
Dec 23 2023, 10:07 AM
Unknown Object (File)
Nov 25 2023, 4:53 AM
Unknown Object (File)
Nov 23 2023, 1:14 AM
Unknown Object (File)
Nov 23 2023, 12:42 AM
Unknown Object (File)
Nov 14 2023, 9:44 PM
Unknown Object (File)
Nov 13 2023, 7:25 PM
Unknown Object (File)
Nov 13 2023, 6:00 PM
Subscribers

Details

Summary
  1. Grab number of devices supported from FDT
  2. Fix bug PLIC_ENABLE macro
Test Plan

Tested on HiFive Unleashed

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks ok to me other than the comment.

sys/riscv/riscv/plic.c
205 ↗(On Diff #55673)

Should you verify that ndev < PLIC_MAX_IRQS?

This revision is now accepted and ready to land.Apr 1 2019, 7:43 PM
This revision was automatically updated to reflect the committed changes.