Page MenuHomeFreeBSD

ARM intrng - generalization of IPI support
ClosedPublic

Authored by skra on Mar 22 2016, 12:47 PM.
Tags
Referenced Files
F114597910: D5700.diff
Mon, Apr 14, 7:09 AM
F114594808: D5700.id.diff
Mon, Apr 14, 6:34 AM
F114572922: D5700.id14507.diff
Mon, Apr 14, 2:13 AM
F114570336: D5700.id14569.diff
Mon, Apr 14, 1:44 AM
Unknown Object (File)
Thu, Apr 10, 7:01 AM
Unknown Object (File)
Feb 17 2025, 1:16 PM
Unknown Object (File)
Feb 14 2025, 11:32 PM
Unknown Object (File)
Feb 8 2025, 12:18 PM
Subscribers

Details

Summary

New struct intr_ipi is defined which keeps all info about an IPI. Namely, the way how to send an IPI, the way how to dispatch an IPI, an IPI name and its counter.

The intr_ipi_setup(), intr_ipi_send() and intr_ipi_dispatch() are implemented.

An IPI provider must implement two functions:
(1) an intr_ipi_send_t function which is able to send an IPI,
(2) a setup function which initializes itself for an IPI and calls intr_ipi_setup() with appropriate arguments.

An interface for an interrupt controller IPI provider is implemented.

Test Plan

Tested on pandaboard and tegra.

Diff Detail

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

Event Timeline

skra retitled this revision from to ARM intrng - generalization of IPI support.
skra updated this object.
skra edited the test plan for this revision. (Show Details)
skra added reviewers: andrew, ian, imp.
skra set the repository for this revision to rS FreeBSD src repository - subversion.
skra added a project: ARM.
skra added a subscriber: ARM.
This revision was automatically updated to reflect the committed changes.