diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-E3C7CB78-8A68-4FFA-BD00-04D27E67C1F3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-E3C7CB78-8A68-4FFA-BD00-04D27E67C1F3.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,43 @@ + + + + + +Interrupt Quick StartDescribes how to get started with the Interrupt +platform service. +
Getting +started
    +
  • The Interrupt Technology Guide describes the key concepts of the +Interrupt platform service.

  • +
  • The Interrupt Client Interface section describes the Interrupt +platform service API and its use by device drivers.

  • +
  • The Interrupt Implementation section describes the implementation +of the Interrupt PSL.

  • +
  • The Interrupt Build Guide describes how to include the Interrupt +platform service in a ROM image.

  • +
  • The Interrupt Tools Guide describes the tools that are specific +to the Interrupt platform service.

  • +
  • The Interrupt Testing Guide explains how to test the functionality +of the Interrupt platform service.

  • +
+
Architecture

The following diagram shows the architecture of the Interrupt +platform service:

+Interrupt platform service architecture + +

The Interrupt platform service provides an interface between +the interrupt controller in the hardware and device drivers in the +kernel-side. The Interrupt platform service is implemented in the +ASSP/Variant module.

+
Key +users
    +
  • Device driver developers – to bind and unbind interrupts.

  • +
  • Hardware implementers and base port developers - to implement +an interrupt dispatcher to manage interrupts.

  • +
+
\ No newline at end of file