baseport/syborg/bootstrap/syborg.s
changeset 102 5d2aacefd978
parent 74 eb3d0111f868
child 104 fba9a3afb710
equal deleted inserted replaced
101:1e82a8be084a 102:5d2aacefd978
     8 ;*
     8 ;*
     9 ;* Initial Contributors:
     9 ;* Initial Contributors:
    10 ;* Nokia Corporation - initial contribution.
    10 ;* Nokia Corporation - initial contribution.
    11 ;*
    11 ;*
    12 ;* Contributors:
    12 ;* Contributors:
       
    13 ;* NTT DOCOMO, INC - Fix for bug 1291 "E32test t_tock.exe failed to load Logical Device"
    13 ;*
    14 ;*
    14 ;* Description:
    15 ;* Description:
    15 ;*
    16 ;*
    16 ;*/
    17 ;*/
    17 		
    18 		
   182 		HW_MAPPING		KHwBaseNet,			1,	HW_MULT_4K
   183 		HW_MAPPING		KHwBaseNet,			1,	HW_MULT_4K
   183 		HW_MAPPING		KHwBaseNand,    		1,	HW_MULT_4K
   184 		HW_MAPPING		KHwBaseNand,    		1,	HW_MULT_4K
   184 		HW_MAPPING		KHwBaseAudio,    		1,	HW_MULT_4K
   185 		HW_MAPPING		KHwBaseAudio,    		1,	HW_MULT_4K
   185 		HW_MAPPING		KHwBaseWebcamera,    		1,	HW_MULT_4K
   186 		HW_MAPPING		KHwBaseWebcamera,    		1,	HW_MULT_4K
   186 		HW_MAPPING		KHwNVMemoryDevice,		1,	HW_MULT_4K
   187 		HW_MAPPING		KHwNVMemoryDevice,		1,	HW_MULT_4K
       
   188 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start
       
   189 		HW_MAPPING		KHwBaseTimer2,			1,	HW_MULT_4K
       
   190 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end
   187 		HW_MAPPING		KHwBasePlatform,    		8,	HW_MULT_4K
   191 		HW_MAPPING		KHwBasePlatform,    		8,	HW_MULT_4K
   188 	
   192 	
   189 		DCD     0   ; terminator
   193 		DCD     0   ; terminator
   190 
   194 
   191 ;*******************************************************************************
   195 ;*******************************************************************************