hi all,my system had 128M sdram,
but now only 64M are used.
so I wanna change the related files to use the whole 128M ram,
my processor is pxa255 in ce4.2,and so bank0 and bank1,each 64M.
I modified the following files:
1,cfwxsc1.c
BOOL OEMGetExtensionDRAM(LPDWORD lpMemStart, LPDWORD lpMemLen)
{
*lpMemStart = 0x84000000;
*lpMemLen = 0x02000000;
return TRUE;
}
2,fwxsc1.s
orr r3, r3, #MDCNFG_DE1
3,memmap.inc
DCD SDRAM_BASE_C_VIRTUAL, SDRAM_BASE_PHYSICAL, 96
4,xsc1bd.inc
MDCNFG_VAL EQU 0x19C319C3
after then ,my system can work properly,
but in the control panel,
the ram did not increase any more,
anyone tell me the reason?
thank u very much.
another retail thread is below,maybe u can help me,
any suggestion will be appreciated.
http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/090a4610666fc28e/68c8f77f4464fc29?lnk=raot#68c8f77f4464fc29