os/security/cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4/omap2420.mmh
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 macro __CPU_ARM1136__
    19 #define MM_MULTIPLE
    20 macro __CPU_HAS_VFP
    21 #define USE_VFP_MATH
    22 
    23 #define VariantTarget(name,ext) _h4hrp_##name##.##ext
    24 
    25 #define VariantMediaDefIncludePath /epoc32/include/omap_hrp/h4
    26 
    27 macro __DEBUGGER_SUPPORT__
    28 
    29 macro OMAPFPGA_MDB          // Use FPGA settings for H2 multiport debug
    30 
    31 #define OMAP24XX_ASSP
    32 
    33 macro __IS_OMAP2420__
    34 
    35 macro __TI_QUART_CLOCKSRC__=14736840 // Clock input frequency (Hz) for the Quad UART
    36 
    37 // Macro if enabled, the system will start using the new style
    38 // tick timer implementation. Whenever enabling/disabling this 
    39 // macro clean and build power and kaomap24xx DLLs.
    40 macro NEW_TICKTIMER_IMP