Utilize D6632 for interrupts described by FDT.
Details
Details
- Reviewers
- None
- Commits
- rS301453: INTRNG - change the way how an interrupt mapping data are provided
It was tested on pandaboard, rpi2, and tegra.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
61–62 ↗ | (On Diff #17308) | What needs these? Where possible we are trying to have this file not know too much about the bus it attaches to. |
sys/arm64/arm64/gic_v3.c | ||
---|---|---|
61–62 ↗ | (On Diff #17308) | Definition of struct intr_map_data_fdt is moved to ofw_bus_subr.h in this change. The first header - ofw_bus.h - is not needed, I'm not sure how it sneaked in. Do you want me to ifdef it by FDT? |