bsptemplate/asspandvariant/template_variant/rom/header.iby
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 // TO DO: (mandatory)
       
    19 //
       
    20 // This file provides the ROM header information for your variant
       
    21 //
       
    22 #define HEAPMAX(x)
       
    23 
       
    24 // Relative variant path from base
       
    25 #define VARIANT_PATH template\template_variant
       
    26 
       
    27 //
       
    28 // The Variant ID
       
    29 //
       
    30 #define VARID		0x09080001
       
    31 #define MAGIC		0x09080001
       
    32 #define ALL			0x09080001
       
    33 
       
    34 #define FIXED
       
    35 // Define FIXED as below for moving memory model:
       
    36 // #define FIXED		fixed
       
    37 
       
    38 // Enable all Kernel logging
       
    39 kerneltrace 0xffffffff
       
    40 
       
    41 // Comment out the following line for moving memory model:
       
    42 memmodel multiple 0x100000
       
    43 
       
    44 trace 0x10
       
    45 collapse arm gcc 0
       
    46 multikernel
       
    47 
       
    48 nowrapper
       
    49 
       
    50 // Bootrom and Kernel debug should send log to this serial port:
       
    51 debugport 0
       
    52 
       
    53 version=0.01
       
    54 bootbinary=\Epoc32\Release\##MAIN##\_template_bootrom.bin
       
    55 
       
    56 // These values in super page are for multiple memory model:
       
    57 romsize=0x2000000
       
    58 romlinearbase=0x80000000
       
    59 romalign=0x10
       
    60 kerneldataaddress=0xC8000000
       
    61 kernelheapmin=0x1000			// calculated at boot time
       
    62 kernelheapmax=0x00FFF000
       
    63 
       
    64 // These values in super page are for moving memory model:
       
    65 // romsize=0x01000000
       
    66 // romlinearbase=0xf8000000
       
    67 // romalign=0x10
       
    68 // kerneldataaddress=0x64000000
       
    69 // kernelheapmin=0x08000
       
    70 // kernelheapmax=0x00FFC000
       
    71 
       
    72 dataaddress=0x400000
       
    73 defaultstackreserve=0x200000
       
    74 romchecksum=0x12345678
       
    75 
       
    76 //#define WITH_LFFS
       
    77 //#define WITH_EXTENSION
       
    78 //#define WITH_ROFS
       
    79 //#define WITH_COMP
       
    80 
       
    81 //MMC/SD not used, exclude MMC partition Library
       
    82 #define USE_CUSTOM_MMC_PARTITION
       
    83 
       
    84 #ifdef UNICODE
       
    85 unicode
       
    86 #endif
       
    87