Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 10:29:23 +0300
From:      Alexandr Rybalko <ray@dlink.ua>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        lucky.veeramallu@gmail.com, freebsd-mips@freebsd.org
Subject:   Re: how to change entry point for secondary boot loader ?
Message-ID:  <20090413102923.44a5d4be.ray@dlink.ua>
In-Reply-To: <20090408.225222.-1540396370.imp@bsdimp.com>
References:  <22964143.post@talk.nabble.com> <20090408.225222.-1540396370.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 08 Apr 2009 22:52:22 -0600 (MDT)
"M. Warner Losh" <imp@bsdimp.com> wrote:

>> In message: <22964143.post@talk.nabble.com>
>>             Lucky443 <lucky.veeramallu@gmail.com> writes:
>> : 
>> : Hi All,
>> : I have a KMC board with mips VR4131 processor. The target board
>> already : having cmon boot loader on flash. Now I need to put my
>> yamon boot loader : which I modified according to the requirement on
>> the flash. As we know MIPS : have fixed starting address 0xbfc00000,
>> how to change this address to other : address so that after power on
>> it can enter to the new address (boot : loader).
>> : If any one has some idea, please help me
>> : Thanks in advance.
>> 
>> You can't change MIPS' power-on address.  It is hard-coded for a
>> reason...
>> 
>> If you put yamon on the flash, it should start instead of cmon...

Good day.

Some MIPS board have ability to add alternate window if flash bigger
than 4M, for BCM5354 chip it is 0x1c000000, when flash 8M size.

Then lower 4M accessible via 0x1fc00000 and via 0x1c000000, bigger 4M
only via 0x1c000000, because 0x1fc00000 segment end on 0x20000000
boundary.

>> 
>> Warner
>> _______________________________________________
>> freebsd-mips@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-mips
>> To unsubscribe, send any mail to
>> "freebsd-mips-unsubscribe@freebsd.org"


-- 
Alexandr Rybalko <ray@dlink.ua>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090413102923.44a5d4be.ray>