LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* MPC7447A based board with MV64462 Marvell Discovery III controller
@ 2005-10-13  7:42 Ashish Bijlani
  2005-10-13 18:26 ` Mark A. Greer
  0 siblings, 1 reply; 6+ messages in thread
From: Ashish Bijlani @ 2005-10-13  7:42 UTC (permalink / raw)
  To: linuxppc-embedded

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

Hi,

I'm trying to bring MPC7447A based board with MV64462 Marvell Discovery III
controller up. Can you guide me to Linux-2.6 sources with support for
MV64462 Marvell Discovery III controller and MPC7447A PowerPC processor.
Support for I2c, dual 10/100/1000 ethernet ports, and relevant platform
should be there. I cannot access the bit keeper repositories so please guide
me to the linux-2.6 kernel source tree if you can.

Thanks in advance.

-Ashish

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

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

* Re: MPC7447A based board with MV64462 Marvell Discovery III controller
  2005-10-13  7:42 MPC7447A based board with MV64462 Marvell Discovery III controller Ashish Bijlani
@ 2005-10-13 18:26 ` Mark A. Greer
  2005-10-20 15:04   ` Sven Luther
  0 siblings, 1 reply; 6+ messages in thread
From: Mark A. Greer @ 2005-10-13 18:26 UTC (permalink / raw)
  To: Ashish Bijlani; +Cc: linuxppc-embedded

On Thu, Oct 13, 2005 at 01:12:19PM +0530, Ashish Bijlani wrote:
> Hi,
> 
> I'm trying to bring MPC7447A based board with MV64462 Marvell Discovery III
> controller up. Can you guide me to Linux-2.6 sources with support for
> MV64462 Marvell Discovery III controller and MPC7447A PowerPC processor.
> Support for I2c, dual 10/100/1000 ethernet ports, and relevant platform
> should be there. I cannot access the bit keeper repositories so please guide
> me to the linux-2.6 kernel source tree if you can.

Ashish,

Support for both the 7447A and mv64x6x is in the latest 2.6 mainline
kernel source at kernel.org.

If your board is a chrp/openfirmware board, then you probably want to use
the Pegasos code as an example.  If your board has U-boot or some other
non-OF firmware, then use the katana or chestnut as an example (katana
is more up-to-date than the chestnut).  The ev64360 code may help too.
There are i2c and enet drivers (and mpsc and wdt) in that source as well.

Note that I've never had a 64462 to test with.   Since the '2' means it
has less functionality than the '0', you may run into some problems.
If you do, please let me know what they are.

Mark

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

* Re: MPC7447A based board with MV64462 Marvell Discovery III controller
  2005-10-13 18:26 ` Mark A. Greer
@ 2005-10-20 15:04   ` Sven Luther
  2005-10-20 15:21     ` Mark A. Greer
  2005-10-21  3:50     ` Kumar Gala
  0 siblings, 2 replies; 6+ messages in thread
From: Sven Luther @ 2005-10-20 15:04 UTC (permalink / raw)
  To: Mark A. Greer; +Cc: linuxppc-embedded

On Thu, Oct 13, 2005 at 11:26:54AM -0700, Mark A. Greer wrote:
> On Thu, Oct 13, 2005 at 01:12:19PM +0530, Ashish Bijlani wrote:
> > Hi,
> > 
> > I'm trying to bring MPC7447A based board with MV64462 Marvell Discovery III
> > controller up. Can you guide me to Linux-2.6 sources with support for
> > MV64462 Marvell Discovery III controller and MPC7447A PowerPC processor.
> > Support for I2c, dual 10/100/1000 ethernet ports, and relevant platform
> > should be there. I cannot access the bit keeper repositories so please guide
> > me to the linux-2.6 kernel source tree if you can.
> 
> Ashish,
> 
> Support for both the 7447A and mv64x6x is in the latest 2.6 mainline
> kernel source at kernel.org.
> 
> If your board is a chrp/openfirmware board, then you probably want to use
> the Pegasos code as an example.  If your board has U-boot or some other

Hey, we have code to boot the Freeserv with chrp/Of, need to clean it up and
merge it though. Would this be a good thing to submit for mainline inclusion,
it is a couple of lines at most, altough there is some reuse of the interrupt
controller code i think, which needs some cleanup.

Friendly,

Sven Luther

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

* Re: MPC7447A based board with MV64462 Marvell Discovery III controller
  2005-10-20 15:04   ` Sven Luther
@ 2005-10-20 15:21     ` Mark A. Greer
  2005-10-20 15:37       ` Sven Luther
  2005-10-21  3:50     ` Kumar Gala
  1 sibling, 1 reply; 6+ messages in thread
From: Mark A. Greer @ 2005-10-20 15:21 UTC (permalink / raw)
  To: Sven Luther; +Cc: linuxppc-embedded

On Thu, Oct 20, 2005 at 05:04:50PM +0200, Sven Luther wrote:
> Hey, we have code to boot the Freeserv with chrp/Of, need to clean it up and
> merge it though. Would this be a good thing to submit for mainline inclusion,
> it is a couple of lines at most, altough there is some reuse of the interrupt
> controller code i think, which needs some cleanup.

I don't know what a "Freeserv" is but, sure, push it on up once you're
happy with it.  The more code the merrier.  :)

Mark

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

* Re: MPC7447A based board with MV64462 Marvell Discovery III controller
  2005-10-20 15:21     ` Mark A. Greer
@ 2005-10-20 15:37       ` Sven Luther
  0 siblings, 0 replies; 6+ messages in thread
From: Sven Luther @ 2005-10-20 15:37 UTC (permalink / raw)
  To: Mark A. Greer; +Cc: linuxppc-embedded

On Thu, Oct 20, 2005 at 08:21:57AM -0700, Mark A. Greer wrote:
> On Thu, Oct 20, 2005 at 05:04:50PM +0200, Sven Luther wrote:
> > Hey, we have code to boot the Freeserv with chrp/Of, need to clean it up and
> > merge it though. Would this be a good thing to submit for mainline inclusion,
> > it is a couple of lines at most, altough there is some reuse of the interrupt
> > controller code i think, which needs some cleanup.
> 
> I don't know what a "Freeserv" is but, sure, push it on up once you're
> happy with it.  The more code the merrier.  :)

It is also known as HPC1, which is the discovery III based freesscale
reference design, as the HPC2 is the tundra based one.

Friendly,

Sven Luther

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

* Re: MPC7447A based board with MV64462 Marvell Discovery III controller
  2005-10-20 15:04   ` Sven Luther
  2005-10-20 15:21     ` Mark A. Greer
@ 2005-10-21  3:50     ` Kumar Gala
  1 sibling, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2005-10-21  3:50 UTC (permalink / raw)
  To: Sven Luther; +Cc: linuxppc-embedded

> Hey, we have code to boot the Freeserv with chrp/Of, need to clean  
> it up
> and
> merge it though. Would this be a good thing to submit for mainline
> inclusion,
> it is a couple of lines at most, altough there is some reuse of the
> interrupt
> controller code i think, which needs some cleanup.

Is this board available to anyone.  I dont believe Freescale plans on  
offering it.

- kumar

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

end of thread, other threads:[~2005-10-21  3:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-13  7:42 MPC7447A based board with MV64462 Marvell Discovery III controller Ashish Bijlani
2005-10-13 18:26 ` Mark A. Greer
2005-10-20 15:04   ` Sven Luther
2005-10-20 15:21     ` Mark A. Greer
2005-10-20 15:37       ` Sven Luther
2005-10-21  3:50     ` Kumar Gala

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