| author | Mike Kinghan <mikek@symbian.org> |
| Wed, 17 Nov 2010 11:02:10 +0000 | |
| branch | GCC_SURGE |
| changeset 110 | c1bfa2b1009b |
| parent 105 | 3c8e997405fe |
| permissions | -rwxr-xr-x |
| 0 | 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 |
||
|
7
33bd282ab944
Avoid problem with unresolved reference to epbusm when building ROMs
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
61 |
//MMC/SD not used, exclude MMC partition Library |
|
33bd282ab944
Avoid problem with unresolved reference to epbusm when building ROMs
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
62 |
#define USE_CUSTOM_MMC_PARTITION // "none" is a form of customisation |
|
33bd282ab944
Avoid problem with unresolved reference to epbusm when building ROMs
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
63 |
|
| 0 | 64 |
#ifdef UNICODE |
65 |
unicode |
|
66 |
#endif |
|
|
105
3c8e997405fe
Enable VFP3 support, using instructions in kernelhwsrv\kernelhwsrv_info\doc_pub\base_how_to_vfp_support.doc
William Roberts <williamr@symbian.org>
parents:
7
diff
changeset
|
67 |
|
|
110
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
105
diff
changeset
|
68 |
#ifndef GCCE |
|
105
3c8e997405fe
Enable VFP3 support, using instructions in kernelhwsrv\kernelhwsrv_info\doc_pub\base_how_to_vfp_support.doc
William Roberts <williamr@symbian.org>
parents:
7
diff
changeset
|
69 |
#define VFPHELPERS |
|
110
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
105
diff
changeset
|
70 |
#endif |
|
c1bfa2b1009b
1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents:
105
diff
changeset
|
71 |