omap3530/beagleboard/rom/header.iby
changeset 0 6663340f3fc9
child 7 33bd282ab944
equal deleted inserted replaced
-1:000000000000 0:6663340f3fc9
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // omap3530/beagleboard/rom/header.iby
       
    15 //
       
    16 
       
    17 #define BASE_TEXT_SHELL_BUILD
       
    18 
       
    19 // Relative variant path from base
       
    20 #define VARIANT_PATH beagle\beagle_variant
       
    21 
       
    22 // The Variant ID
       
    23 #define VARID		0x09080001
       
    24 #define MAGIC		0x09080001
       
    25 #define ALL			0x09080001
       
    26 version=0.01
       
    27 
       
    28 trace 0x10
       
    29 collapse arm gcc 0
       
    30 
       
    31 #define HEAPMAX(x)
       
    32 
       
    33 #define FIXED
       
    34 
       
    35 kerneltrace 0x80000000
       
    36 debugport 2
       
    37 
       
    38 multikernel
       
    39 nowrapper
       
    40 
       
    41 version=0.01
       
    42 bootbinary=\Epoc32\Release\ARMV5\_beagle_bootrom.bin
       
    43 memmodel multiple 0x100000
       
    44 
       
    45 // These values in super page are for multiple memory model:
       
    46 romsize=0x2000000
       
    47 romlinearbase=0x80000000
       
    48 romalign=0x10
       
    49 kerneldataaddress=0xC8000000
       
    50 kernelheapmin=0x1000			// calculated at boot time
       
    51 kernelheapmax=0x00FFF000
       
    52 dataaddress=0x400000
       
    53 defaultstackreserve=0x200000
       
    54 romchecksum=0x12345678
       
    55 
       
    56 //#define WITH_LFFS
       
    57 //#define WITH_EXTENSION
       
    58 //#define WITH_ROFS
       
    59 //#define WITH_COMP
       
    60 
       
    61 #ifdef UNICODE
       
    62 unicode
       
    63 #endif