public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Bootloader for ARM integrator board
@ 2003-04-28 10:45 Mehul Agarwal, Noida
  2003-05-01  1:17 ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: Mehul Agarwal, Noida @ 2003-04-28 10:45 UTC (permalink / raw)
  To: ecos-discuss

Hi !

I am new to Linux.

I want to port a bootloader for ARM integrator board which is based on
ARM966-ES processor. Can I use the redboot for that purpose ? Also, is ecos
necessary to be installed in the system where redboot is being built ? Also,
according to my understanding redboot is currently available for ARM7TDMI
processor. Will it be necessary to port ecos also to ARM 966E-S in order
that redboot works on ARM966E-S processor ?

Thanks and regards,
Mehul




-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] Bootloader for ARM integrator board
  2003-04-28 10:45 [ECOS] Bootloader for ARM integrator board Mehul Agarwal, Noida
@ 2003-05-01  1:17 ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2003-05-01  1:17 UTC (permalink / raw)
  To: Mehul Agarwal, Noida; +Cc: ecos-discuss

Mehul Agarwal, Noida wrote:
> Hi !
> 
> I am new to Linux.
> 
> I want to port a bootloader for ARM integrator board which is based on
> ARM966-ES processor. Can I use the redboot for that purpose ?

You can use redboot as your bootloader yes.

> Also, is ecos
> necessary to be installed in the system where redboot is being built ?

You need to install the eCos environment, but you only build redboot.

 > Also,
> according to my understanding redboot is currently available for ARM7TDMI
> processor. Will it be necessary to port ecos also to ARM 966E-S in order
> that redboot works on ARM966E-S processor ?

Actually it does work on the ARM966E-S processor. Use the integrator_arm9 
target.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] Bootloader for ARM integrator board
  2003-05-02  4:39 Mehul Agarwal, Noida
@ 2003-05-02  4:55 ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2003-05-02  4:55 UTC (permalink / raw)
  To: Mehul Agarwal, Noida; +Cc: ecos-discuss

Mehul Agarwal, Noida wrote:
> Hello,
> 
> Just one more question .. Is the kernel image of Linux(vmlinux) directly
> bootable on the integrator platform or does it necessarily require the
> bootloader to do the initialization of the board before the control can
> finally jump to vmlinux ?

Theoretically you could do it with just a very simple stub to point the 
linux kernel at the right initialization data. See 
hal/arm/arch/current/src/redboot_linux_exec.c. But since the kernel has to 
be loaded into ram, that means ram and MMU must also be initialized etc.etc.

Much easier just to use RedBoot and be done with it.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* RE: [ECOS] Bootloader for ARM integrator board
@ 2003-05-02  4:39 Mehul Agarwal, Noida
  2003-05-02  4:55 ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: Mehul Agarwal, Noida @ 2003-05-02  4:39 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: ecos-discuss

Hello,

Just one more question .. Is the kernel image of Linux(vmlinux) directly
bootable on the integrator platform or does it necessarily require the
bootloader to do the initialization of the board before the control can
finally jump to vmlinux ?

Thanks and regards,
Mehul


-----Original Message-----
From: Jonathan Larmour [mailto:jifl@eCosCentric.com]
Sent: Thursday, May 01, 2003 6:47 AM
To: Mehul Agarwal, Noida
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Bootloader for ARM integrator board


Mehul Agarwal, Noida wrote:
> Hi !
> 
> I am new to Linux.
> 
> I want to port a bootloader for ARM integrator board which is based on
> ARM966-ES processor. Can I use the redboot for that purpose ?

You can use redboot as your bootloader yes.

> Also, is ecos
> necessary to be installed in the system where redboot is being built ?

You need to install the eCos environment, but you only build redboot.

 > Also,
> according to my understanding redboot is currently available for ARM7TDMI
> processor. Will it be necessary to port ecos also to ARM 966E-S in order
> that redboot works on ARM966E-S processor ?

Actually it does work on the ARM966E-S processor. Use the integrator_arm9 
target.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

end of thread, other threads:[~2003-05-02  4:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-28 10:45 [ECOS] Bootloader for ARM integrator board Mehul Agarwal, Noida
2003-05-01  1:17 ` Jonathan Larmour
2003-05-02  4:39 Mehul Agarwal, Noida
2003-05-02  4:55 ` Jonathan Larmour

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 read-only IMAP folder(s) and NNTP newsgroup(s).