Page MenuHomeFreeBSD

ARM intrng - generalization of IPI support
ClosedPublic

Authored by skra on Mar 22 2016, 12:47 PM.
Tags
Referenced Files
Unknown Object (File)
Thu, Apr 25, 6:16 AM
Unknown Object (File)
Feb 28 2024, 10:49 AM
Unknown Object (File)
Feb 28 2024, 9:03 AM
Unknown Object (File)
Jan 9 2024, 10:51 PM
Unknown Object (File)
Dec 19 2023, 11:15 PM
Unknown Object (File)
Dec 16 2023, 4:56 AM
Unknown Object (File)
Oct 26 2023, 2:43 AM
Unknown Object (File)
Sep 25 2023, 7:39 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.