Hi, RAMBASE address is given as 0x4000. Then if it is the lowest RAM address used by linuxbios. Is it right? If so the memory sizing in freebios/src/northbridge/raminit.inc is done based on address 0. The lower address ic 0 or 0x4000. I have an 32 MB SDRAM anf 4MB flash memory. Then in hardware, the SDRAM must be mapped from 0x0000000-0x1FFFFFF and Flash memory from 0xFFFFFFFF-0xFFC00000. Am i right at this point? Plz give me suggestion on this.
From: Stefan Reinauer stepan@suse.de To: Devi Priya ijpriya@hotmail.com CC: linuxbios@clustermatic.org Subject: Re: RAMBASE and ROMBASE? Date: Wed, 19 Nov 2003 13:22:58 +0100
- Devi Priya ijpriya@hotmail.com [031119 13:06]:
Hi, What address does _RAMBASE and _ROMBASE represent?
_RAMBASE is the lowest address used by LinuxBIOS i guess. _ROMBASE is the address of the flash rom.
I think the names are pretty expressive.
You find a description of all available options in freebios2/src/config/Options.lb btw.
Stefan
-- Stefan Reinauer, SUSE LINUX AG Teamleader Architecture Development _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
_________________________________________________________________ Garfield on your mobile. Download now. http://server1.msn.co.in/sp03/gprs/ How cool can life get?
* Devi Priya ijpriya@hotmail.com [031119 14:42]:
Hi, RAMBASE address is given as 0x4000. Then if it is the lowest RAM address used by linuxbios. Is it right? If so the memory sizing in freebios/src/northbridge/raminit.inc is done based on address 0. The lower address ic 0 or 0x4000. I have an 32 MB SDRAM anf 4MB flash memory. Then in hardware, the SDRAM must be mapped from 0x0000000-0x1FFFFFF and Flash memory from 0xFFFFFFFF-0xFFC00000. Am i right at this point? Plz give me suggestion on this.
Is the flash 4 MBit or 4 MByte? What part are you using? Yes your assumption sounds right, if your part is really 4MByte, which is doubtable. But I still don't exactly recognize your problem..
Best regards, Stefan Reinauer