asinfo ?

Hi all,
I am trying to embed QNX6.2.1 on a PowerPc 7447A board. I am
working with Sandpoint BSP from QSS,
I want to understand how to specify board memory map in the
init_asinfo.c . Specifically how to specify my ram addres space and the
peropheral address space which includes a serial controller for which i
have already written the callouts.
Memory Map for my board:

SDRAM MEMORY
Start address: 0x00000000
End address: 0x1FFFFFFF
Size: 512Mbytes.

Boot Flash Memory
Start address: 0xFFF00000
End address: 0xFFF7FFFF
Size: 512Kbytes.

User flash Memory
Bank1
Start address: 0x78000000
End address: 0x7BFFFFFF
Size: 64Mbytes

Bank2
Start address: 0x7C000000
End address: 0x7FFFFFFF
Size: 64Mbytes

Peripheral Map
PLX PCI9030 PCI to Local Bus Map
PCI memory resource start: 0x80000000
PCI memory resource end: 0x80000100

PCI I/O resource start: 0xFE000000
PCI I/O resource end: 0xFE000100

RTL8139DL Ethernet controller Map
PCI memory resource start: 0x83000000
PCI memory resource end:

PCI I/O resource start: not used
PCI I/O resource end: not used

Universe II PCI to VME bus Memory Map
PCI memory resource start: 0x84000000
PCI memory resource end:

PCI I/O resource start: not used
PCI I/O resource end: not used

UART Map
COM PORT I
Base address: 0xFE000000
COM PORT II
Base address: 0xFE000008

USART Map
Base address: 0x80000000
Display Map
Base address: 0x80000004
Watch Dog Map
Base address: 0x80000008
Dip Switch Map
Base address: 0x80000010 v.1.1
Base address: 0x8000000D v.1.0

Your suggestions will be helpful
Thanks