Booting Sandpoint 8240??

Dan Malek dan at mvista.com
Fri Feb 23 07:30:52 EST 2001


Matt Porter wrote:

> You don't need to do a thing, all is well. :)

Ummmm....I think this should work, but those addresses weren't my
original intention.  The original "design" was to use 0x00800000
as the link address, and 0x00900000 as the load address.  The code
will copy itself down to the 8 Meg location, then uncompress as you
describe.  I don't know if this is still the case, but the uncompress
code used to make some assumptions (take some liberties) about using
the space between the load address and execute address for temporary
storage.  If you load below the execute address, this address
arithmetic is screwed up and I'm not sure what would happen.

With the 2.4 kernel you have to allow almost 1.5 Mbytes of space
from the start of RAM for the kernel to do its work, and not write
over some boot information (command line or initrd info) that the
initial bootloader may have dropped into magical memory locations.
Trying to run a bootloader under the 2M boundary is risky, and it
won't run in under the 1.5 M boundary.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/






More information about the Linuxppc-embedded mailing list