RAM size change for full UI, modified syborg.dt*, included mouse pointer fix nvmemory
authorGareth Long <garethl@symbian.org>
Tue, 29 Jun 2010 15:10:15 +0100
branchnvmemory
changeset 80 e9514b7eeead
parent 74 eb3d0111f868
child 81 0f0bbe5dfe4b
RAM size change for full UI, modified syborg.dt*, included mouse pointer fix
baseport/syborg/bootstrap/syborg.inc
baseport/syborg/pointer/syborg_pointer.cpp
baseport/syborg/syborg.dtb
baseport/syborg/syborg.dts
--- a/baseport/syborg/bootstrap/syborg.inc	Thu May 27 00:38:17 2010 +0300
+++ b/baseport/syborg/bootstrap/syborg.inc	Tue Jun 29 15:10:15 2010 +0100
@@ -22,7 +22,7 @@
 KHwRamBaseAddr		EQU    0x00000000
 
 ; More ram required to boot SF image
-KHwRamSizeMb            EQU    128			; 128MB
+KHwRamSizeMb            EQU    512			; 512MB
 ;KHwRamSizeMb            EQU    256			; 256MB
 
 
--- a/baseport/syborg/pointer/syborg_pointer.cpp	Thu May 27 00:38:17 2010 +0300
+++ b/baseport/syborg/pointer/syborg_pointer.cpp	Tue Jun 29 15:10:15 2010 +0100
@@ -111,11 +111,11 @@
   iDisplayMode  = videoInfo.iDisplayMode;
 
   iVideoMem = videoInfo.iVideoAddress + videoInfo.iOffsetToFirstPixel;
-  iOffSetBetweenEachLine = 640;
+  iOffSetBetweenEachLine = iScreenWidth;
 
   ix = iy = 0;
 
-  iXFactor = Fixed(iScreenWidth) / Fixed(0x8000);
+  iXFactor = Fixed(iScreenWidth) / Fixed(0x6000);
   iYFactor = Fixed(iScreenHeight) / Fixed(0x8000);
 
   iFifoPos = iFifoCount = 0;
Binary file baseport/syborg/syborg.dtb has changed
--- a/baseport/syborg/syborg.dts	Thu May 27 00:38:17 2010 +0300
+++ b/baseport/syborg/syborg.dts	Tue Jun 29 15:10:15 2010 +0100
@@ -12,7 +12,7 @@
     };
     memory@0 {
         device_type = "memory";
-        reg = <0 08000000>;
+        reg = <0 20000000>;
     };
     syborg {
         #address-cells = <1>;
@@ -50,7 +50,7 @@
         };
         framebuffer@0 {
             compatible = "syborg,framebuffer";
-	    width = <168>;
+	    width = <300>;
             height = <280>;
             reg = <c0005000>;
             interrupts = <4>;
@@ -92,7 +92,7 @@
             compatible = "syborg,hostfs";
             reg = <c000a000>;
 	    host-path = "\\svphostfs\\";
-	    drive-number = <d#19>;
+	    drive-number = <d#5>;
         };
         ss@0 {
             compatible = "syborg,snapshot";