baseport/syborg/bootstrap/syborg.inc
changeset 126 e6b0a4d60aaf
parent 101 5d2aacefd978
equal deleted inserted replaced
121:f4712cc7c69e 126:e6b0a4d60aaf
    53 KHwBaseNand		EQU     KHwBaseRegisters + 0x0d000
    53 KHwBaseNand		EQU     KHwBaseRegisters + 0x0d000
    54 KHwBaseAudio		EQU     KHwBaseRegisters + 0x0e000
    54 KHwBaseAudio		EQU     KHwBaseRegisters + 0x0e000
    55 KHwBaseWebcamera	EQU     KHwBaseRegisters + 0x0f000
    55 KHwBaseWebcamera	EQU     KHwBaseRegisters + 0x0f000
    56 KHwNVMemoryDevice			EQU		KHwBaseRegisters + 0x10000
    56 KHwNVMemoryDevice			EQU		KHwBaseRegisters + 0x10000
    57 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start
    57 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start
    58 ; KHwBasePlatform		EQU     KHwBaseRegisters + 0x12000
    58 
    59 KHwBaseTimer2		EQU	KHwBaseRegisters + 0x12000
    59 KHwBaseTimer2		EQU	KHwBaseRegisters + 0x11000
    60 KHwBasePlatform		EQU     KHwBaseRegisters + 0x13000
    60 KHwBasePlatform		EQU     KHwBaseRegisters + 0x12000
    61 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end
    61 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end
    62 
    62 
    63 ;-----------------------------------------------------------------------------
    63 ;-----------------------------------------------------------------------------
    64 ; Module linear bases
    64 ; Module linear bases
    65 ;-----------------------------------------------------------------------------
    65 ;-----------------------------------------------------------------------------
    85 KHwLinBaseNand		EQU	KHwLinBaseRegisters + 0x0d*KHwLinSeparation
    85 KHwLinBaseNand		EQU	KHwLinBaseRegisters + 0x0d*KHwLinSeparation
    86 KHwLinBaseAudio		EQU	KHwLinBaseRegisters + 0x0e*KHwLinSeparation
    86 KHwLinBaseAudio		EQU	KHwLinBaseRegisters + 0x0e*KHwLinSeparation
    87 KHwLinBaseWebcameraDevice	EQU	KHwLinBaseRegisters + 0x0f*KHwLinSeparation
    87 KHwLinBaseWebcameraDevice	EQU	KHwLinBaseRegisters + 0x0f*KHwLinSeparation
    88 KHwLinBaseNVMemory	EQU	KHwLinBaseRegisters + 0x10*KHwLinSeparation
    88 KHwLinBaseNVMemory	EQU	KHwLinBaseRegisters + 0x10*KHwLinSeparation
    89 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start
    89 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start
    90 ; KHwLinBasePlatform	EQU	KHwLinBaseRegisters + 0x12*KHwLinSeparation
    90 
    91 KHwLinBaseTimer2		EQU	KHwLinBaseRegisters + 0x12*KHwLinSeparation
    91 KHwLinBaseTimer2		EQU	KHwLinBaseRegisters + 0x11*KHwLinSeparation
    92 KHwLinBasePlatform	EQU	KHwLinBaseRegisters + 0x13*KHwLinSeparation
    92 KHwLinBasePlatform	EQU	KHwLinBaseRegisters + 0x12*KHwLinSeparation
    93 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end
    93 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end
    94 	
    94 	
    95 	END
    95 	END