linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* MPC8272 Fast Ethernet Controller drver
@ 2004-02-26 13:55 challaharikumar
  2004-02-26 15:10 ` Dan Malek
  0 siblings, 1 reply; 9+ messages in thread
From: challaharikumar @ 2004-02-26 13:55 UTC (permalink / raw)
  To: linuxppc-dev


Hi!
all ....

I want to know about the MPC8272 Fast Ethernet Controller. Is it same as
MPC8260???
In what way MPC8272 FCC differs from MPC8260.
Is there any Ethernet driver available for MPC8272 Fast Ethernet
Controller??
any help would be greatly appreciated.
Thanks in advance ..

regards
Hari


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: MPC8272 Fast Ethernet Controller drver
  2004-02-26 13:55 MPC8272 Fast Ethernet Controller drver challaharikumar
@ 2004-02-26 15:10 ` Dan Malek
  2004-02-26 15:21   ` Kumar Gala
  0 siblings, 1 reply; 9+ messages in thread
From: Dan Malek @ 2004-02-26 15:10 UTC (permalink / raw)
  To: challaharikumar; +Cc: linuxppc-dev


challaharikumar wrote:

> I want to know about the MPC8272 Fast Ethernet Controller. Is it same as
> MPC8260???
> In what way MPC8272 FCC differs from MPC8260.

The FCC is the same, the CPM is slightly different.

> Is there any Ethernet driver available for MPC8272 Fast Ethernet
> Controller??

There are some minor patches on the way into the source code, along
with updates to documentation errors in the manuals.  We caught all
of this while merging the existing 82xx CPM2 with the 85xx CPM2 into
common code.  Take a look at the ADS8272 configuration.

I don't know where the patches are in the pipeline.  I think the
linuxppc-2.4 in BitKeeper is current.


	-- Dan


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: MPC8272 Fast Ethernet Controller drver
  2004-02-26 15:10 ` Dan Malek
@ 2004-02-26 15:21   ` Kumar Gala
  2004-02-27  7:04     ` challaharikumar
  0 siblings, 1 reply; 9+ messages in thread
From: Kumar Gala @ 2004-02-26 15:21 UTC (permalink / raw)
  To: Dan Malek; +Cc: linuxppc-dev, challaharikumar


The changes to support the ADS8272 are in the current linuxppc-2.4
bitkeeper tree.

- kumar

On Feb 26, 2004, at 9:10 AM, Dan Malek wrote:

>
> challaharikumar wrote:
>
>> I want to know about the MPC8272 Fast Ethernet Controller. Is it same
>> as
>> MPC8260???
>> In what way MPC8272 FCC differs from MPC8260.
>
> The FCC is the same, the CPM is slightly different.
>
>> Is there any Ethernet driver available for MPC8272 Fast Ethernet
>> Controller??
>
> There are some minor patches on the way into the source code, along
> with updates to documentation errors in the manuals.  We caught all
> of this while merging the existing 82xx CPM2 with the 85xx CPM2 into
> common code.  Take a look at the ADS8272 configuration.
>
> I don't know where the patches are in the pipeline.  I think the
> linuxppc-2.4 in BitKeeper is current.
>
>
> 	-- Dan
>
>


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* RE: MPC8272 Fast Ethernet Controller drver
  2004-02-26 15:21   ` Kumar Gala
@ 2004-02-27  7:04     ` challaharikumar
  2004-02-27 13:37       ` Dan Malek
  0 siblings, 1 reply; 9+ messages in thread
From: challaharikumar @ 2004-02-27  7:04 UTC (permalink / raw)
  To: 'Kumar Gala'; +Cc: linuxppc-dev, dan


Hi!
Mr.Kumar and Mr Dan

Thanks for ur help. i've downloaded the bitkeeper linuxppc-2.4 kernel tree.
After this
i've got all the sources in s.xx.c I am getting 's' as prefix for all of the
source files in all
the directories. Is this a patch file kind of thing??? How do i get the
original sources from
these files. How to make the kernel for ADS8272 board. Any help would be
great. Any documentation available... Thanks in advance ...

regards
Harikumar



-----Original Message-----
From: owner-linuxppc-dev@lists.linuxppc.org
[mailto:owner-linuxppc-dev@lists.linuxppc.org]On Behalf Of Kumar Gala
Sent: Thursday, February 26, 2004 8:52 PM
To: Dan Malek
Cc: linuxppc-dev@lists.linuxppc.org; challaharikumar
Subject: Re: MPC8272 Fast Ethernet Controller drver



The changes to support the ADS8272 are in the current linuxppc-2.4
bitkeeper tree.

- kumar

On Feb 26, 2004, at 9:10 AM, Dan Malek wrote:

>
> challaharikumar wrote:
>
>> I want to know about the MPC8272 Fast Ethernet Controller. Is it same
>> as
>> MPC8260???
>> In what way MPC8272 FCC differs from MPC8260.
>
> The FCC is the same, the CPM is slightly different.
>
>> Is there any Ethernet driver available for MPC8272 Fast Ethernet
>> Controller??
>
> There are some minor patches on the way into the source code, along
> with updates to documentation errors in the manuals.  We caught all
> of this while merging the existing 82xx CPM2 with the 85xx CPM2 into
> common code.  Take a look at the ADS8272 configuration.
>
> I don't know where the patches are in the pipeline.  I think the
> linuxppc-2.4 in BitKeeper is current.
>
>
> 	-- Dan
>
>


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: MPC8272 Fast Ethernet Controller drver
  2004-02-27  7:04     ` challaharikumar
@ 2004-02-27 13:37       ` Dan Malek
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Malek @ 2004-02-27 13:37 UTC (permalink / raw)
  To: challaharikumar; +Cc: 'Kumar Gala', linuxppc-dev


challaharikumar wrote:

> Thanks for ur help. i've downloaded the bitkeeper linuxppc-2.4 kernel tree.

How did you "download" the tree?  You need to install bitkeeper, then
follow the instructions on http://penguinppc.org


	-- Dan


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: MPC8272 Fast Ethernet Controller drver
@ 2004-03-01 12:57 Jaap-Jan Boor
  2004-03-01 13:20 ` Dan Malek
  0 siblings, 1 reply; 9+ messages in thread
From: Jaap-Jan Boor @ 2004-03-01 12:57 UTC (permalink / raw)
  To: dan; +Cc: linuxppc-dev


Dan,

I did a 'bk clone bk://ppc.bkbits.net/linuxppc-2.4' but
can't find a reference to fcc microcode. Is it not in yet?

thanks,

Jaap-Jan

On Feb 26, 2004, at 9:10 AM, Dan Malek wrote:
>
> challaharikumar wrote:
>
>> I want to know about the MPC8272 Fast Ethernet Controller. Is it same
>> as MPC8260??? In what way MPC8272 FCC differs from MPC8260.
>
> The FCC is the same, the CPM is slightly different.
>
>> Is there any Ethernet driver available for MPC8272 Fast Ethernet
>> Controller??
>
> There are some minor patches on the way into the source code, along
> with updates to documentation errors in the manuals. We caught all
> of this while merging the existing 82xx CPM2 with the 85xx CPM2 into
> common code. Take a look at the ADS8272 configuration.
>
> I don't know where the patches are in the pipeline. I think the
> linuxppc-2.4 in BitKeeper is current.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: MPC8272 Fast Ethernet Controller drver
  2004-03-01 12:57 Jaap-Jan Boor
@ 2004-03-01 13:20 ` Dan Malek
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Malek @ 2004-03-01 13:20 UTC (permalink / raw)
  To: Jaap-Jan Boor; +Cc: linuxppc-dev


Jaap-Jan Boor wrote:

> I did a 'bk clone bk://ppc.bkbits.net/linuxppc-2.4' but
> can't find a reference to fcc microcode. Is it not in yet?

Read what I wrote.....Take a look at MPC8272 configurations.
All of the necessary modifications are present.

Thanks.


	-- Dan


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* MPC8272 Fast Ethernet Controller drver
@ 2005-11-21 15:08 alexv
  2005-11-23  6:48 ` Kumar Gala
  0 siblings, 1 reply; 9+ messages in thread
From: alexv @ 2005-11-21 15:08 UTC (permalink / raw)
  To: linuxppc-dev



	Hi,
	my new project uses a MPC8272. but i couldn't find any good tutorial or
things like that describing the registers and all
especially about  CPM,FCC.. Presently I am doing my assembly language
progamming using powerPC tutorial.
Can any one help me.

Thanks and Regards,

Alex




***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************

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

* Re: MPC8272 Fast Ethernet Controller drver
  2005-11-21 15:08 alexv
@ 2005-11-23  6:48 ` Kumar Gala
  0 siblings, 0 replies; 9+ messages in thread
From: Kumar Gala @ 2005-11-23  6:48 UTC (permalink / raw)
  To: alexv; +Cc: linuxppc-dev

You want the MPC8272 User Manual on the Freescale website.

Also, there are some code examples on the freescale site.

- kumar

On Nov 21, 2005, at 9:08 AM, alexv wrote:

>
>
> 	Hi,
> 	my new project uses a MPC8272. but i couldn't find any good  
> tutorial or
> things like that describing the registers and all
> especially about  CPM,FCC.. Presently I am doing my assembly language
> progamming using powerPC tutorial.
> Can any one help me.
>
> Thanks and Regards,
>
> Alex
>
>
>
>
> ********************************************************************** 
> *****
> This message is proprietary to Future Software Limited (FSL)
> and is intended solely for the use of the individual to whom it
> is addressed. It may contain  privileged or confidential information
> and should not be circulated or used for any purpose other than for
> what it is intended.
>
> If you have received this message in error, please notify the
> originator immediately. If you are not the intended recipient,
> you are notified that you are strictly prohibited from using,
> copying, altering, or disclosing the contents of this message.
> FSL accepts no responsibility for loss or damage arising from
> the use of the information transmitted by this email including
> damage from virus.
> ********************************************************************** 
> *****
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

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

end of thread, other threads:[~2005-11-23  6:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-26 13:55 MPC8272 Fast Ethernet Controller drver challaharikumar
2004-02-26 15:10 ` Dan Malek
2004-02-26 15:21   ` Kumar Gala
2004-02-27  7:04     ` challaharikumar
2004-02-27 13:37       ` Dan Malek
  -- strict thread matches above, loose matches on Subject: below --
2004-03-01 12:57 Jaap-Jan Boor
2004-03-01 13:20 ` Dan Malek
2005-11-21 15:08 alexv
2005-11-23  6:48 ` Kumar Gala

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).