Hi All,

I am working on WM6 porting on OMAP2430.After getting out of OEMInit
Am getting following error messages after OEMCacheRangeFlush is done.

-OEMCacheRangeFlush
Using Paging Pool, size = 0x00200000, Addr = 0x844e1000, gpPoolArr =
0x846e1000
Error Reporting Memory Reserved, dump size = 0004b000
Booting Windows CE version 5.02 for (ARM)
&pTOC = 8400a0d4, pTOC = 842fd320, pTOC->ulRamFree = 844e1000,
MemForPT = 00202000

Old or invalid version stamp in kernel structures - starting clean!
Configuring: Primary pages: 5839, Secondary pages: 0, Filesystem pages
= 228


Booting kernel with clean memory configuration:
Memory Sections:
[0] : start: 846e4000, extension: 00002000, length: 016cf000
Sp=ffffc7cc
ARMInit done.
Windows CE KernelInit

Updated eptr->e32_vsize to = 000bf000
Scheduling the first thread.
0x85db4024: KernelInit2: pCurThread=85db4024 hCurThread=05db4266
hCurProc=05db4002, KernelInit = 84029f14
0x85db4024: Detecting VFP...0x85db4024: VFP Not Found!
0x85db4024: Updated eptr->e32_vsize to = 00006000


I have removed all the log messages in above log so that int can
become compact.

Can you please tell me how should over come this error ("Error
Reporting Memory Reserved, dump size = 0004b000")

Following is my config.bib file

MEMORY

IF IMGULDR !

NK 82000000 05000000 RAMIMAGE
RAM 87000000 00000000 RAM
ARGS 87BAF800 00000800 RESERVED
GSM 87BB0000 00350000 RESERVED
dwOEMFailPowerPaging 00000000 00000001 FIXUPVAR
dwOEMDrWatsonSize 00000000 0004B000 FIXUPVAR
dwOEMPagingPoolSize 00000000 00200000 FIXUPVAR

#if defined IMGTPC
dwOEMPlatform 00000000 00000001 FIXUPVAR
#elif defined IMGPPC
dwOEMPlatform 00000000 00000002 FIXUPVAR
#endif defined IMGTPC

ELSE

NK 84000000 00200000 RAMIMAGE
RAM 84200000 01C00000 RAM
ARGS 87BAF800 00000800 RESERVED

ENDIF IMGULDR

Thanks in advance.

Re: DrWhatsonsize in WINCE 5.0 by Dean

Dean
Fri Nov 02 06:01:14 PDT 2007

That's not an error. It's telling you that the "Error Reporting"
functionality ( Dr. Watson) has had 0x4b000 bytes of memory reserved for
it's use. Note that it matches the fixupvar in the config.bib file.

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Raj" <pandeyraj79@gmail.com> wrote in message
news:1193988309.920120.182310@z9g2000hsf.googlegroups.com...
> Hi All,
>
> I am working on WM6 porting on OMAP2430.After getting out of OEMInit
> Am getting following error messages after OEMCacheRangeFlush is done.
>
> -OEMCacheRangeFlush
> Using Paging Pool, size = 0x00200000, Addr = 0x844e1000, gpPoolArr =
> 0x846e1000
> Error Reporting Memory Reserved, dump size = 0004b000
> Booting Windows CE version 5.02 for (ARM)
> &pTOC = 8400a0d4, pTOC = 842fd320, pTOC->ulRamFree = 844e1000,
> MemForPT = 00202000
>
> Old or invalid version stamp in kernel structures - starting clean!
> Configuring: Primary pages: 5839, Secondary pages: 0, Filesystem pages
> = 228
>
>
> Booting kernel with clean memory configuration:
> Memory Sections:
> [0] : start: 846e4000, extension: 00002000, length: 016cf000
> Sp=ffffc7cc
> ARMInit done.
> Windows CE KernelInit
>
> Updated eptr->e32_vsize to = 000bf000
> Scheduling the first thread.
> 0x85db4024: KernelInit2: pCurThread=85db4024 hCurThread=05db4266
> hCurProc=05db4002, KernelInit = 84029f14
> 0x85db4024: Detecting VFP...0x85db4024: VFP Not Found!
> 0x85db4024: Updated eptr->e32_vsize to = 00006000
>
>
> I have removed all the log messages in above log so that int can
> become compact.
>
> Can you please tell me how should over come this error ("Error
> Reporting Memory Reserved, dump size = 0004b000")
>
> Following is my config.bib file
>
> MEMORY
>
> IF IMGULDR !
>
> NK 82000000 05000000 RAMIMAGE
> RAM 87000000 00000000 RAM
> ARGS 87BAF800 00000800 RESERVED
> GSM 87BB0000 00350000 RESERVED
> dwOEMFailPowerPaging 00000000 00000001 FIXUPVAR
> dwOEMDrWatsonSize 00000000 0004B000 FIXUPVAR
> dwOEMPagingPoolSize 00000000 00200000 FIXUPVAR
>
> #if defined IMGTPC
> dwOEMPlatform 00000000 00000001 FIXUPVAR
> #elif defined IMGPPC
> dwOEMPlatform 00000000 00000002 FIXUPVAR
> #endif defined IMGTPC
>
> ELSE
>
> NK 84000000 00200000 RAMIMAGE
> RAM 84200000 01C00000 RAM
> ARGS 87BAF800 00000800 RESERVED
>
> ENDIF IMGULDR
>
> Thanks in advance.
>