# HG changeset patch # User andrewj # Date 1288392275 -3600 # Node ID e6b0a4d60aafe329c6b7ab845223a60dd00c29bf # Parent f4712cc7c69e4f1c126bfcbd6beb33da90eb3ce1 Minor change to fix HostFS diff -r f4712cc7c69e -r e6b0a4d60aaf baseport/syborg/bootstrap/syborg.inc --- a/baseport/syborg/bootstrap/syborg.inc Fri Oct 15 16:19:01 2010 +0100 +++ b/baseport/syborg/bootstrap/syborg.inc Fri Oct 29 23:44:35 2010 +0100 @@ -55,9 +55,9 @@ KHwBaseWebcamera EQU KHwBaseRegisters + 0x0f000 KHwNVMemoryDevice EQU KHwBaseRegisters + 0x10000 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start -; KHwBasePlatform EQU KHwBaseRegisters + 0x12000 -KHwBaseTimer2 EQU KHwBaseRegisters + 0x12000 -KHwBasePlatform EQU KHwBaseRegisters + 0x13000 + +KHwBaseTimer2 EQU KHwBaseRegisters + 0x11000 +KHwBasePlatform EQU KHwBaseRegisters + 0x12000 ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end ;----------------------------------------------------------------------------- @@ -87,9 +87,9 @@ KHwLinBaseWebcameraDevice EQU KHwLinBaseRegisters + 0x0f*KHwLinSeparation KHwLinBaseNVMemory EQU KHwLinBaseRegisters + 0x10*KHwLinSeparation ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start -; KHwLinBasePlatform EQU KHwLinBaseRegisters + 0x12*KHwLinSeparation -KHwLinBaseTimer2 EQU KHwLinBaseRegisters + 0x12*KHwLinSeparation -KHwLinBasePlatform EQU KHwLinBaseRegisters + 0x13*KHwLinSeparation + +KHwLinBaseTimer2 EQU KHwLinBaseRegisters + 0x11*KHwLinSeparation +KHwLinBasePlatform EQU KHwLinBaseRegisters + 0x12*KHwLinSeparation ; NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end END diff -r f4712cc7c69e -r e6b0a4d60aaf baseport/syborg/specific/syborg.h --- a/baseport/syborg/specific/syborg.h Fri Oct 15 16:19:01 2010 +0100 +++ b/baseport/syborg/specific/syborg.h Fri Oct 29 23:44:35 2010 +0100 @@ -57,9 +57,8 @@ const TUint KHwSVPWebcameraDevice = KHwBasePeripherals + 0x0f*KHwLinSeparation; const TUint KHwNVMemoryDevice = KHwBasePeripherals + 0x10*KHwLinSeparation; // NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - start -//const TUint KHwSVPPlatformDevice = KHwBasePeripherals + 0x12*KHwLinSeparation; -const TUint KHwBaseCounterTimer2 = KHwBasePeripherals + 0x12*KHwLinSeparation; -const TUint KHwSVPPlatformDevice = KHwBasePeripherals + 0x13*KHwLinSeparation; +const TUint KHwBaseCounterTimer2 = KHwBasePeripherals + 0x11*KHwLinSeparation; +const TUint KHwSVPPlatformDevice = KHwBasePeripherals + 0x12*KHwLinSeparation; // NTT Docomo - Defect 1291 fix - E32test t_tock.exe failed to load Logical Device - end enum TSyborgInterruptId diff -r f4712cc7c69e -r e6b0a4d60aaf baseport/syborg/syborg.dtb Binary file baseport/syborg/syborg.dtb has changed diff -r f4712cc7c69e -r e6b0a4d60aaf baseport/syborg/syborg.dts --- a/baseport/syborg/syborg.dts Fri Oct 15 16:19:01 2010 +0100 +++ b/baseport/syborg/syborg.dts Fri Oct 29 23:44:35 2010 +0100 @@ -132,14 +132,14 @@ }; timer@1 { compatible = "syborg,timer"; - reg = ; + reg = ; frequency = ; interrupts = ; interrupt-parent = <&intc>; }; platform@0 { compatible = "syborg,platform"; - reg = ; + reg = ; }; }; };