Adaptation/GUID-4C5DB74E-41A5-53CB-A053-CBBEADD31AFF.dita
changeset 15 307f4279f433
equal deleted inserted replaced
14:578be2adaf3e 15:307f4279f433
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-4C5DB74E-41A5-53CB-A053-CBBEADD31AFF" xml:lang="en"><title>Architecture</title><shortdesc>Describes the architecture of the DMA Framework.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <p>The following diagram shows the main parts of the architecture: </p>
       
    14 <fig id="GUID-E25AE30D-8EC9-530F-BD3C-FF4D6E5B9049">
       
    15 <image href="GUID-AC7830F9-C3FB-5117-B851-1D106AE400D4_d0e10568_href.png" placement="inline"/>
       
    16 </fig>
       
    17 <p>The DMA Framework is implemented as a single DLL, which is split into two
       
    18 layers: </p>
       
    19 <ul>
       
    20 <li id="GUID-FE402AA7-2E91-56F2-9424-7ADCB30E5D43"><p>a platform independent
       
    21 layer that implements the behaviour that is common to all hardware </p> </li>
       
    22 <li id="GUID-3EB73B07-D1BF-5D05-957D-6DB8A3F3D4F2"><p>a platform specific
       
    23 layer that implements the behaviour that is specific to a particular platform. </p> </li>
       
    24 </ul>
       
    25 <p>The DLL is called <filepath>dma.dll</filepath>, and is implemented as a
       
    26 kernel extension, which means that it is loaded very early during system initialisation. </p>
       
    27 <p>The platform specific layer interfaces to the DMA controller hardware via
       
    28 the I/O port constants and functions exposed by the ASSP DLL and/or Variant
       
    29 DLL. </p>
       
    30 <p>The clients of the DMA Framework are physical device drivers (PDD). </p>
       
    31 </conbody></concept>