linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Linux w/o UBoot from Linear Flash
@ 2008-06-07 22:29 Sam Karp
  2008-06-08  3:38 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Karp @ 2008-06-07 22:29 UTC (permalink / raw)
  To: linuxppc-embedded

I currently have a linux ramdisk image (zImage.initrd.elf) stored in
linear flash.  I also have a bit file with the xilinx EDK generated
bootloader in platform flash on an ML403.   Is it neccessary to have
uboot with the linux kernel to be able to boot automatically or can i
simply alter the xilinx bootloader (if needed at all? )

Thanks,
Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Linux w/o UBoot from Linear Flash
  2008-06-07 22:29 Linux w/o UBoot from Linear Flash Sam Karp
@ 2008-06-08  3:38 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2008-06-08  3:38 UTC (permalink / raw)
  To: Sam Karp; +Cc: linuxppc-embedded

On Sat, Jun 7, 2008 at 4:29 PM, Sam Karp <sam.d.karp@gmail.com> wrote:
> I currently have a linux ramdisk image (zImage.initrd.elf) stored in
> linear flash.  I also have a bit file with the xilinx EDK generated
> bootloader in platform flash on an ML403.   Is it neccessary to have
> uboot with the linux kernel to be able to boot automatically or can i
> simply alter the xilinx bootloader (if needed at all? )

U-Boot in not necessary.  You can modify the xilinx bootloader to load
an elf file into ram and jump into it.  When you migrate to using
arch/powerpc, you can use the simpleImage target which can be loaded
anywhere into ram before jumping to it.

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-08  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-07 22:29 Linux w/o UBoot from Linear Flash Sam Karp
2008-06-08  3:38 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).