baseport/syborg/rom/base_syborg.iby
changeset 2 d55eb581a87c
parent 0 ffa851df0825
child 15 5fca9e46c6fa
equal deleted inserted replaced
1:2fb8b9db1c86 2:d55eb581a87c
       
     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: Used by techview roms
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __BASE_SYBORG_IBY__
       
    19 #define __BASE_SYBORG_IBY__
       
    20 
       
    21 #define HEAPMAX(x)
       
    22 //#define FIXED	fixed
       
    23 #define FIXED
       
    24 
       
    25 kerneltrace 0x80000000
       
    26 
       
    27 memmodel multiple 0x100000
       
    28 //memmodel flexible 0x100000 0x1000 -0x4000
       
    29 //dlldatatop 0x7f000000
       
    30 
       
    31 multikernel
       
    32 bootbinary=		KERNEL_DIR\_PLATFORM_NAME_bootloader_bootrom.bin
       
    33 
       
    34 debugport 0
       
    35 romsize=0x2000000
       
    36 romlinearbase=0x80000000
       
    37 romalign=0x10
       
    38 kerneldataaddress=0xC8000000
       
    39 kernelheapmin=0x08000			// calculated at boot time
       
    40 kernelheapmax=0x00FFC000
       
    41 dataaddress=0x400000
       
    42 defaultstackreserve=0x200000
       
    43 romchecksum=0x12345678
       
    44 
       
    45 // Must align kernel to 16K boundary since exception vectors will be mapped at 0xFFFF0000
       
    46 primary[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_ekern.exe		\sys\bin\ekern.exe	code-align 0x4000
       
    47 
       
    48 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_btracex.ldd 	\sys\bin\btracex.ldd
       
    49 file=			ABI_DIR\DEBUG_DIR\btracec.dll	            		\sys\bin\btracec.dll
       
    50 
       
    51 define BTRACEX_LDD _PLATFORM_NAME_btracex.ldd
       
    52             
       
    53 variant[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_kasyborg.dll 	\sys\bin\kasyborg.dll
       
    54 
       
    55 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_exmoncommon.dll    	\sys\bin\exmoncommon.dll
       
    56 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_exmondebug.dll     	\sys\bin\exmondebug.dll
       
    57 
       
    58 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\kdebug.dll			        \sys\bin\kdebug.dll
       
    59 
       
    60 #ifdef RMDEBUG
       
    61 #include "..\include\trk.iby"
       
    62 #endif
       
    63 
       
    64 // IEEE-mode VFP support
       
    65 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\evfp.dll			        \sys\bin\evfp.dll
       
    66 
       
    67 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_lcd.dll		\sys\bin\lcd.dll
       
    68 
       
    69 device[VARID]=		KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_eserial.pdd		\sys\bin\euart1.pdd
       
    70 device[VARID]=		KERNEL_DIR\DEBUG_DIR\ecomm.ldd				\sys\bin\ecomm.ldd
       
    71 
       
    72 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\elocd.ldd				\sys\bin\elocd.ldd
       
    73 
       
    74 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_epointer.dll	\sys\bin\epointer.dll
       
    75 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_medint.pdd	        \sys\bin\medint.pdd
       
    76 
       
    77 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\exstart.dll		 	\sys\bin\exstart.dll
       
    78 
       
    79 // Keyboard driver
       
    80 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_ekeyb.dll		\sys\bin\ekeyb.dll
       
    81 
       
    82 // Kernel pipe
       
    83 device[VARID]=		KERNEL_DIR\DEBUG_DIR\pipelib.ldd			\sys\bin\pipelib.ldd
       
    84 
       
    85 // Host Filesystem
       
    86 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svphostfsdriver.ldd sys\bin\svphostfsdriver.ldd
       
    87 file=			KERNEL_DIR\DEBUG_DIR\svphostfsy.fsy			sys\bin\svphostfsy.fsy
       
    88 file=			KERNEL_DIR\DEBUG_DIR\svphostfs.exe			sys\bin\svphostfs.exe
       
    89 file=			KERNEL_DIR\DEBUG_DIR\svphostfsstart.exe			sys\bin\sysstart.exe
       
    90 
       
    91 // file=			KERNEL_DIR\DEBUG_DIR\stdnew.dll				sys\bin\stdnew.dll
       
    92 
       
    93 // Snap Driver
       
    94 extension[VARID]=	KERNEL_DIR\DEBUG_DIR\_PLATFORM_NAME_svpsnapdriver.ldd	sys\bin\svpsnapdriver.ldd
       
    95 file=			KERNEL_DIR\DEBUG_DIR\snapapp.exe			sys\bin\snapapp.exe
       
    96 
       
    97 // Estart drive mapping setup files.
       
    98 data=			EPOCROOT##epoc32\rom\syborg\estart.txt			\sys\data\estart.txt
       
    99 
       
   100 define	HAL_DLL		_PLATFORM_NAME_hal.dll
       
   101 define	ESTART_EXE	e32strt.exe
       
   102 define	KEYMAP_FILE	_PLATFORM_NAME_ekdata
       
   103 #define	SCDV_DLL        _PLATFORM_NAME_scdv.dll
       
   104 #define	EUSER_DLL	_PLATFORM_NAME_euser.dll
       
   105 
       
   106 #endif  // __BASE_SYBORG_IBY__
       
   107