A strange problem in shell: Config.bib and address map

From: aiyps (aiyappa_ms_at_yahoo.co.in)
Date: 01/22/05


Date: 22 Jan 2005 03:56:53 -0800

Hi Mr.Yannick,
 Thanks for your reply. I have checked the config.bib and my address
table. I dont think there is a conflict between them. I have posted
the contents here. Please give me your feedback.

Config.bib:
----------
MEMORY

        NK 80450000 00b00000 RAMIMAGE
        RAM 8c200000 01D00000 RAM

; Common RAM areas
        AUD_DMA 8c002000 00000800 RESERVED
        DRV_GLB 8c020000 00001000 RESERVED
        DBGSER_DMA 8c022000 00002000 RESERVED
        SER_DMA 8c024000 00002000 RESERVED
        IR_DMA 8c026000 00002000 RESERVED
        EDBG 8c030000 00020000 RESERVED
        DISPLAY 8c100000 00100000 RESERVED

CONFIG
    COMPRESSION=ON
    KERNELFIXUPS=ON

IF IMGPROFILER
    PROFILE=ON
ELSE
    PROFILE=OFF
ENDIF
IF IMGTRUSTROMONLY
    IF IMGNOTALLKMODE
       ROMFLAGS=12
    ELSE
       ROMFLAGS=10
    ENDIF
ELSE
    IF IMGNOTALLKMODE
       ROMFLAGS=02
    ELSE
       ROMFLAGS=00
    ENDIF
ENDIF
------------------------------------------------

OEMaddress table:
-----------------
OEMAddressTable
    ;;;-------------------------------------------------------------
    ;;; Virt Addr Phys Addr MB
    ;;;-------------------------------------------------------------
    DCD 0x80000000, 0x20000000, 32 ; External SRAM(32MB) Bank 1
    DCD 0x8C000000, 0x22000000, 32 ; External SRAM(32MB) Bank 2
    DCD 0x84000000, 0xFFF00000, 1 ; User peripheral mapping
    DCD 0x00000000, 0x00000000, 0 ; end of table

    END

The board has 64MB RAM and all registers have been mapped stating from
address 0xfff00000 till 1 MB.
Please give me your feedback.

Thanks again.
Regards,
Aiyps



Relevant Pages

  • boot.bib & config.bib
    ... IF IMGFLASH! ... ENDIF ... image and configuration block ... IF IMGNOTALLKMODE ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Serial Download From PB
    ... now I am not getting the Data Checksum Error, ... > Download Failed, Review your download service selection and configuration. ... > ENDIF ... > IF IMGNOTALLKMODE ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Serial Download From PB
    ... now I am not getting the Data Checksum Error, ... > Download Failed, Review your download service selection and configuration. ... > ENDIF ... > IF IMGNOTALLKMODE ...
    (microsoft.public.windowsce.embedded)
  • Re: [PATCH 36 of 38] xen: route hardware irqs via Xen
    ... printk(KERN_INFO "Failed to obtain physical IRQ %d\n", ... feedback and stackdumps. ...
    (Linux-Kernel)