Increasing default RAM size to 256 mb and fixing the superfile overlap issue for UI images
--- a/omap3530/beagleboard/bootstrap/beagle.s Tue Feb 09 19:13:57 2010 +0000
+++ b/omap3530/beagleboard/bootstrap/beagle.s Tue Feb 16 21:57:56 2010 +0000
@@ -25,8 +25,8 @@
;
; Platform specific constant definitions
-DRamBankBase EQU 0x80000000 ; 128M of DRAM
-DRamBankMaxSize EQU 0x08000000
+DRamBankBase EQU 0x80000000 ; 256M of DRAM
+DRamBankMaxSize EQU 0x10000000
; HW used by bootstrap
Serial0PhysBase EQU 0x4806A000
@@ -37,9 +37,10 @@
Serial1LinBase EQU PrimaryIOBase + 0x0006C000
Serial2LinBase EQU PrimaryIOBase + 0x00420000
-SuperPageAddr EQU 0x85000000 ; boot stack goes just after this
+SuperPageAddr EQU 0x8c000000 ; boot stack goes just after this
TheHwvd EQU 0x09080001 ; this is arbitary 0908 are CPU and ASSP 01 is variant
+
;
;*******************************************************************************
;
--- a/omap3530/beagleboard/rom/beagle.oby Tue Feb 09 19:13:57 2010 +0000
+++ b/omap3530/beagleboard/rom/beagle.oby Tue Feb 16 21:57:56 2010 +0000
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+f// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
@@ -19,7 +19,7 @@
define LANGID 01
define BUILDNO 0
define VERSION 0.01
-
+define ROMDATE ##TODAY##
DEFAULT_LANGUAGE 01
REM Definitions specific to Beagle Board
@@ -36,6 +36,7 @@
define ROMMEGS 80 /* !! HEX !! */
define PLATFORM_NAME beagle
+
#define COLOR
#define EUSER_DLL ../../armv5/BUILD_DIR/_omap3530_euser.dll
@@ -53,6 +54,7 @@
//#define SYMBIAN_GRAPHICS_USE_GCE
//#define SYMBIAN_EXCLUDE_LOCATION // <- Can't exclude from s60 images
+#define SERIALMOUSE
#define SYMBIAN_EXCLUDE_OMA_DEVMAN
#define SYMBIAN_EXCLUDE_OMA_DATASYNC