public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] mpc8544 u-boot support
@ 2008-02-01 12:31 Leonid
  2008-02-01 12:59 ` Peter Pearse
  2008-02-01 13:24 ` Clemens Koller
  0 siblings, 2 replies; 10+ messages in thread
From: Leonid @ 2008-02-01 12:31 UTC (permalink / raw)
  To: u-boot

Hi:

I am not new in u-boot, but this is the first time I must deal with
Freescale CPU, namely mpc8544 (I have been working so far with
Microblaze, ARM9, ppc440 and ppc405). My board is going to be very close
to Interpid reference design. 

If somebody of you folks can point me to the best u-boot and Linux
resources for this CPU and board, I would really appreciate that.

Thanks,

Leonid.

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 12:31 [U-Boot-Users] mpc8544 u-boot support Leonid
@ 2008-02-01 12:59 ` Peter Pearse
  2008-02-01 13:24 ` Clemens Koller
  1 sibling, 0 replies; 10+ messages in thread
From: Peter Pearse @ 2008-02-01 12:59 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net 
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf 
> Of Leonid
> Sent: 01 February 2008 12:32
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] mpc8544 u-boot support
> 
> Hi:
> 
> I am not new in u-boot, but this is the first time I must 
> deal with Freescale CPU, namely mpc8544 (I have been working 
> so far with Microblaze, ARM9, ppc440 and ppc405). My board is 
> going to be very close to Interpid reference design. 
> 
> If somebody of you folks can point me to the best u-boot 

--snip --

resources for this CPU and board

The code available via

cg-clone http://source.denx.net/git/u-boot.git

contains several mpc85xx based boards.

See also

http://www.denx.de/wiki/bin/view/DULG/Manual


Regards

Peter

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 12:31 [U-Boot-Users] mpc8544 u-boot support Leonid
  2008-02-01 12:59 ` Peter Pearse
@ 2008-02-01 13:24 ` Clemens Koller
  2008-02-01 14:42   ` Kumar Gala
  1 sibling, 1 reply; 10+ messages in thread
From: Clemens Koller @ 2008-02-01 13:24 UTC (permalink / raw)
  To: u-boot

Leonid schrieb:
> Hi:
> 
> I am not new in u-boot, but this is the first time I must deal with
> Freescale CPU, namely mpc8544 (I have been working so far with
> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very close
> to Interpid reference design. 
> 
> If somebody of you folks can point me to the best u-boot and Linux
> resources for this CPU and board, I would really appreciate that.

Depending on board hardware-compatibility, it's best to use the latest U-Boot
release from: ftp://ftp.denx.de/pub/u-boot/ or the latest
git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary

I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from kernel.org.
For development purposes, however, checkout the latest paulus.git from:
http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=summary
YMMV.

For a toolchain, you can go with the Denx' ELDK or use my native CRUX
Linux distro which will be published, when I'll find some spare time. :-)

Regards,

Clemens

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 13:24 ` Clemens Koller
@ 2008-02-01 14:42   ` Kumar Gala
  2008-02-01 14:50     ` Kumar Gala
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kumar Gala @ 2008-02-01 14:42 UTC (permalink / raw)
  To: u-boot


On Feb 1, 2008, at 7:24 AM, Clemens Koller wrote:

> Leonid schrieb:
>> Hi:
>>
>> I am not new in u-boot, but this is the first time I must deal with
>> Freescale CPU, namely mpc8544 (I have been working so far with
>> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very  
>> close
>> to Interpid reference design.
>>
>> If somebody of you folks can point me to the best u-boot and Linux
>> resources for this CPU and board, I would really appreciate that.
>
> Depending on board hardware-compatibility, it's best to use the  
> latest U-Boot
> release from: ftp://ftp.denx.de/pub/u-boot/ or the latest
> git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary
>
> I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from  
> kernel.org.
> For development purposes, however, checkout the latest paulus.git  
> from:
> http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=summary
> YMMV.
>
> For a toolchain, you can go with the Denx' ELDK or use my native CRUX
> Linux distro which will be published, when I'll find some spare  
> time. :-)

I agree with the guys that using the latest u-boot/kernel from git is  
your best choice.  We've been making a lot of changes to 85xx support  
recently and if you intend for your board port to get back into the  
community it will be easier to start from something current.

Also, Freescale provides prebuilt toolchains as part of their 'BSPs'.   
(I'd skip using the BSP for kernel/u-boot at this point).

http://www.freescale.com/linux

- k

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 14:42   ` Kumar Gala
@ 2008-02-01 14:50     ` Kumar Gala
  2008-02-01 16:35       ` Leonid
  2008-02-01 15:31     ` Jon Loeliger
  2008-02-01 16:36     ` Leonid
  2 siblings, 1 reply; 10+ messages in thread
From: Kumar Gala @ 2008-02-01 14:50 UTC (permalink / raw)
  To: u-boot


On Feb 1, 2008, at 8:42 AM, Kumar Gala wrote:

>
> On Feb 1, 2008, at 7:24 AM, Clemens Koller wrote:
>
>> Leonid schrieb:
>>> Hi:
>>>
>>> I am not new in u-boot, but this is the first time I must deal with
>>> Freescale CPU, namely mpc8544 (I have been working so far with
>>> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very
>>> close
>>> to Interpid reference design.
>>>
>>> If somebody of you folks can point me to the best u-boot and Linux
>>> resources for this CPU and board, I would really appreciate that.
>>
>> Depending on board hardware-compatibility, it's best to use the
>> latest U-Boot
>> release from: ftp://ftp.denx.de/pub/u-boot/ or the latest
>> git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u- 
>> boot.git;a=summary
>>
>> I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from
>> kernel.org.
>> For development purposes, however, checkout the latest paulus.git
>> from:
>> http://git.kernel.org/?p=linux/kernel/git/paulus/ 
>> powerpc.git;a=summary
>> YMMV.
>>
>> For a toolchain, you can go with the Denx' ELDK or use my native CRUX
>> Linux distro which will be published, when I'll find some spare
>> time. :-)
>
> I agree with the guys that using the latest u-boot/kernel from git is
> your best choice.  We've been making a lot of changes to 85xx support
> recently and if you intend for your board port to get back into the
> community it will be easier to start from something current.
>
> Also, Freescale provides prebuilt toolchains as part of their 'BSPs'.
> (I'd skip using the BSP for kernel/u-boot at this point).
>
> http://www.freescale.com/linux

Also, forgot to say we have the MPC8544 DS board in u-boot today  
(boards/freescale/mpc8544ds)

- k

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 14:42   ` Kumar Gala
  2008-02-01 14:50     ` Kumar Gala
@ 2008-02-01 15:31     ` Jon Loeliger
  2008-02-01 16:36     ` Leonid
  2 siblings, 0 replies; 10+ messages in thread
From: Jon Loeliger @ 2008-02-01 15:31 UTC (permalink / raw)
  To: u-boot

Kumar Gala wrote:
> On Feb 1, 2008, at 7:24 AM, Clemens Koller wrote:
> 
>> Leonid schrieb:
>>> Hi:
>>>
>>> I am not new in u-boot, but this is the first time I must deal with
>>> Freescale CPU, namely mpc8544 (I have been working so far with
>>> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very  
>>> close to Interpid reference design.
>>>

> I agree with the guys that using the latest u-boot/kernel from git is  
> your best choice.  We've been making a lot of changes to 85xx support  
> recently and if you intend for your board port to get back into the  
> community it will be easier to start from something current.
> 

I might also point out that there is also a specific custodian
repository on denx.de for 85xx.

jdl

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 14:50     ` Kumar Gala
@ 2008-02-01 16:35       ` Leonid
  2008-02-01 16:37         ` Jon Loeliger
  0 siblings, 1 reply; 10+ messages in thread
From: Leonid @ 2008-02-01 16:35 UTC (permalink / raw)
  To: u-boot

Yes, I saw in u-boot depot though didn't try to run it yet (didn't get
reference design). Is it the same called "Interpid"?

Leonid.

-----Original Message-----
From: u-boot-users-bounces@lists.sourceforge.net
[mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf Of Kumar
Gala
Sent: Friday, February 01, 2008 6:50 AM
To: Kumar Gala
Cc: Leonid; u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] mpc8544 u-boot support


On Feb 1, 2008, at 8:42 AM, Kumar Gala wrote:

>
> On Feb 1, 2008, at 7:24 AM, Clemens Koller wrote:
>
>> Leonid schrieb:
>>> Hi:
>>>
>>> I am not new in u-boot, but this is the first time I must deal with 
>>> Freescale CPU, namely mpc8544 (I have been working so far with 
>>> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very 
>>> close to Interpid reference design.
>>>
>>> If somebody of you folks can point me to the best u-boot and Linux 
>>> resources for this CPU and board, I would really appreciate that.
>>
>> Depending on board hardware-compatibility, it's best to use the 
>> latest U-Boot release from: ftp://ftp.denx.de/pub/u-boot/ or the 
>> latest
>> git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-
>> boot.git;a=summary
>>
>> I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from 
>> kernel.org.
>> For development purposes, however, checkout the latest paulus.git
>> from:
>> http://git.kernel.org/?p=linux/kernel/git/paulus/
>> powerpc.git;a=summary
>> YMMV.
>>
>> For a toolchain, you can go with the Denx' ELDK or use my native CRUX

>> Linux distro which will be published, when I'll find some spare time.

>> :-)
>
> I agree with the guys that using the latest u-boot/kernel from git is 
> your best choice.  We've been making a lot of changes to 85xx support 
> recently and if you intend for your board port to get back into the 
> community it will be easier to start from something current.
>
> Also, Freescale provides prebuilt toolchains as part of their 'BSPs'.
> (I'd skip using the BSP for kernel/u-boot at this point).
>
> http://www.freescale.com/linux

Also, forgot to say we have the MPC8544 DS board in u-boot today
(boards/freescale/mpc8544ds)

- k

------------------------------------------------------------------------
-
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 14:42   ` Kumar Gala
  2008-02-01 14:50     ` Kumar Gala
  2008-02-01 15:31     ` Jon Loeliger
@ 2008-02-01 16:36     ` Leonid
  2008-02-01 16:42       ` Kumar Gala
  2 siblings, 1 reply; 10+ messages in thread
From: Leonid @ 2008-02-01 16:36 UTC (permalink / raw)
  To: u-boot

Do I really need any special toolchain or ELDK 4.1 will do?  

-----Original Message-----
From: Kumar Gala [mailto:galak at kernel.crashing.org] 
Sent: Friday, February 01, 2008 6:42 AM
To: Clemens Koller
Cc: Leonid; u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] mpc8544 u-boot support


On Feb 1, 2008, at 7:24 AM, Clemens Koller wrote:

> Leonid schrieb:
>> Hi:
>>
>> I am not new in u-boot, but this is the first time I must deal with 
>> Freescale CPU, namely mpc8544 (I have been working so far with 
>> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very 
>> close to Interpid reference design.
>>
>> If somebody of you folks can point me to the best u-boot and Linux 
>> resources for this CPU and board, I would really appreciate that.
>
> Depending on board hardware-compatibility, it's best to use the latest

> U-Boot release from: ftp://ftp.denx.de/pub/u-boot/ or the latest
> git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary
>
> I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from 
> kernel.org.
> For development purposes, however, checkout the latest paulus.git
> from:
> http://git.kernel.org/?p=linux/kernel/git/paulus/powerpc.git;a=summary
> YMMV.
>
> For a toolchain, you can go with the Denx' ELDK or use my native CRUX 
> Linux distro which will be published, when I'll find some spare time. 
> :-)

I agree with the guys that using the latest u-boot/kernel from git is
your best choice.  We've been making a lot of changes to 85xx support
recently and if you intend for your board port to get back into the
community it will be easier to start from something current.

Also, Freescale provides prebuilt toolchains as part of their 'BSPs'.   
(I'd skip using the BSP for kernel/u-boot at this point).

http://www.freescale.com/linux

- k

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 16:35       ` Leonid
@ 2008-02-01 16:37         ` Jon Loeliger
  0 siblings, 0 replies; 10+ messages in thread
From: Jon Loeliger @ 2008-02-01 16:37 UTC (permalink / raw)
  To: u-boot

On Fri, 2008-02-01 at 10:35, Leonid wrote:
> Yes, I saw in u-boot depot though didn't try to run it yet (didn't get
> reference design). Is it the same called "Interpid"?
> 
> Leonid.

Yes.

jdl

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

* [U-Boot-Users] mpc8544 u-boot support
  2008-02-01 16:36     ` Leonid
@ 2008-02-01 16:42       ` Kumar Gala
  0 siblings, 0 replies; 10+ messages in thread
From: Kumar Gala @ 2008-02-01 16:42 UTC (permalink / raw)
  To: u-boot

eldk 4.1 for 85xx should be fine.  (just make sure to get the 85xx one)

- k

On Feb 1, 2008, at 10:36 AM, Leonid wrote:

> Do I really need any special toolchain or ELDK 4.1 will do?
>
> -----Original Message-----
> From: Kumar Gala [mailto:galak at kernel.crashing.org]
> Sent: Friday, February 01, 2008 6:42 AM
> To: Clemens Koller
> Cc: Leonid; u-boot-users at lists.sourceforge.net
> Subject: Re: [U-Boot-Users] mpc8544 u-boot support
>
>
> On Feb 1, 2008, at 7:24 AM, Clemens Koller wrote:
>
>> Leonid schrieb:
>>> Hi:
>>>
>>> I am not new in u-boot, but this is the first time I must deal with
>>> Freescale CPU, namely mpc8544 (I have been working so far with
>>> Microblaze, ARM9, ppc440 and ppc405). My board is going to be very
>>> close to Interpid reference design.
>>>
>>> If somebody of you folks can point me to the best u-boot and Linux
>>> resources for this CPU and board, I would really appreciate that.
>>
>> Depending on board hardware-compatibility, it's best to use the  
>> latest
>
>> U-Boot release from: ftp://ftp.denx.de/pub/u-boot/ or the latest
>> git-tree: http://www.denx.de/cgi-bin/gitweb.cgi?p=u- 
>> boot.git;a=summary
>>
>> I am fine (for mpc8540 and mpc8548) with Linus' 2.6.24 tree from
>> kernel.org.
>> For development purposes, however, checkout the latest paulus.git
>> from:
>> http://git.kernel.org/?p=linux/kernel/git/paulus/ 
>> powerpc.git;a=summary
>> YMMV.
>>
>> For a toolchain, you can go with the Denx' ELDK or use my native CRUX
>> Linux distro which will be published, when I'll find some spare time.
>> :-)
>
> I agree with the guys that using the latest u-boot/kernel from git is
> your best choice.  We've been making a lot of changes to 85xx support
> recently and if you intend for your board port to get back into the
> community it will be easier to start from something current.
>
> Also, Freescale provides prebuilt toolchains as part of their 'BSPs'.
> (I'd skip using the BSP for kernel/u-boot at this point).
>
> http://www.freescale.com/linux
>
> - k

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

end of thread, other threads:[~2008-02-01 16:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 12:31 [U-Boot-Users] mpc8544 u-boot support Leonid
2008-02-01 12:59 ` Peter Pearse
2008-02-01 13:24 ` Clemens Koller
2008-02-01 14:42   ` Kumar Gala
2008-02-01 14:50     ` Kumar Gala
2008-02-01 16:35       ` Leonid
2008-02-01 16:37         ` Jon Loeliger
2008-02-01 15:31     ` Jon Loeliger
2008-02-01 16:36     ` Leonid
2008-02-01 16:42       ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox