linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: bennett78 <bennett78@digis.net>
To: dhlii@comcast.net
Cc: Clint Thomas <cthomas@Soneticom.com>,
	linuxppc-embedded <linuxppc-embedded@ozlabs.org>
Subject: Re: Booting Linux Kernel without bootloader
Date: Fri, 28 Jul 2006 08:02:49 -0600	[thread overview]
Message-ID: <44CA1909.5080001@digis.net> (raw)
In-Reply-To: <44C9C4E4.2060206@dlasys.net>

[-- Attachment #1: Type: text/plain, Size: 3213 bytes --]

David H. Lynch Jr. wrote:

> Clint Thomas wrote:
>
>> Hey guys,
>>
>> I have gone through the Linuxppc embedded and dev lists for 
>> information related to what I am trying to do, but was unable to find 
>> exactly what i'm looking for.
>>
>> Basically, the system I want linux running on does not require the 
>> initialization of hardware that U-boot provides, or at least it does 
>> not need it to boot the linux kernel. I want to load an uncompressed 
>> linux kernel into memory and start the execution of the kernel, 
>> without using any kind of bootloader. Is this possible? Or does linux 
>> need some kind of firmware or other software to tell it to start 
>> executing? Thanks for any info you might have.
>
>
>     You system powers on. It starts executing whatever is at the reset 
> vector, Something has to get you from the ppc powering up and going to 
> never never land, to starting to execute Linux.
>     The steps to get from Power on to booting Linux may not be that 
> complicated, Much of what needs to be done can likely be included as 
> part of the code for your board in arch/ppc/boot/simple.
>     But something still has to be done.
>
>     In my instance I am dealing with a Xilinx V4 (not an ML403). A 
> small "monitor" program is automatically loaded as part of the FPGA 
> .bit image. On power on it starts executing.

Curious, how long does the V4 take to load up it's brain? (using a 
serial EEprom?)

>     It sets up the CPU, cache, and very minimal hardware 
> configuration, and then loads Linux out of flash and executes it.
>    
>     Linux does not have to have alot setup to boot. But something has 
> to to some minimal initial setup, get Linux into the memory of your 
> system, and jump to it.
>
>>  
>> Clinton Thomas
>> cthomas@soneticom.com
>>  
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Linuxppc-embedded mailing list
>>Linuxppc-embedded@ozlabs.org
>>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>>
>
>
>-- 
>Dave Lynch 					  	    DLA Systems
>Software Development:  				         Embedded Linux
>717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
>fax: 1.253.369.9244 			           Cell: 1.717.587.7774
>Over 25 years' experience in platforms, languages, and technologies too numerous to list.
>
>"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
>Albert Einstein
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Linuxppc-embedded mailing list
>Linuxppc-embedded@ozlabs.org
>https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>

Frank Bennett

*/Technical Contractor/*

/Triad Systems Engineering
200 West Mountain Avenue, Suite 103C
Ft. Collins, CO 80521
/http://www.traidsyseng.com <http://www.triadsyseng.com>
frank.bennett@triadsyseng.com <mailto:frank.bennett@triadsyseng.com>/
/office: 970-493-7586
cell:   970-402-9269

"I think there's a world market for about five computers."
        -- attr. Thomas J. Watson (Chairman of the Board, IBM), 1943




[-- Attachment #2: Type: text/html, Size: 5332 bytes --]

  reply	other threads:[~2006-07-28 14:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-25 22:30 Booting Linux Kernel without bootloader Clint Thomas
2006-07-25 23:38 ` bennett78
2006-07-26  6:15 ` Kalle Pokki
2006-07-26 10:45 ` Andrei Konovalov
2006-07-28  8:03 ` David H. Lynch Jr.
2006-07-28 14:02   ` bennett78 [this message]
2006-08-02  4:17 ` Grant Likely
  -- strict thread matches above, loose matches on Subject: below --
2006-07-26 14:06 Milton Miller
2006-08-02  3:49 ` Parav Pandit
2006-08-03  7:48 Milton Miller
2006-08-03 14:34 ` Grant Likely
2006-08-03 16:27   ` Milton Miller
2006-08-03 16:34     ` Grant Likely
2006-08-03 16:49   ` David H. Lynch Jr.
2006-08-03 18:02 Milton Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44CA1909.5080001@digis.net \
    --to=bennett78@digis.net \
    --cc=cthomas@Soneticom.com \
    --cc=dhlii@comcast.net \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).