linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 8260 SCC as Console
@ 2001-04-26 13:44 John Traill
  2001-04-26 17:24 ` Dan Malek
  0 siblings, 1 reply; 5+ messages in thread
From: John Traill @ 2001-04-26 13:44 UTC (permalink / raw)
  To: linuxppc-embedded


Does anyone have a patch ( Or is working on one ) to use an SCC as a console ?

If not has anyone looked at which changes are required ? I had a quick scan and it would appear to need modifications in m8260_tty.c and the serial_console_xxx functions in uart.c. Are there any 'gotchas' lurking in there.

--

Regards, John
___________________________________________________________________________

John Traill                                   Motorola
Ph.   : +44 (0)1355 355494                    Colvilles Road
Fax.  : +44 (0)1355 261790                    East Kilbride G75 OTG
email : johnt@burton.sps.mot.com              Scotland
      : R17296@email.sps.mot.com

[x] General Business Use
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary

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

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

* Re: 8260 SCC as Console
  2001-04-26 13:44 8260 SCC as Console John Traill
@ 2001-04-26 17:24 ` Dan Malek
  2001-04-27  7:03   ` John Traill
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Malek @ 2001-04-26 17:24 UTC (permalink / raw)
  To: John Traill; +Cc: linuxppc-embedded


John Traill wrote:
>
> Does anyone have a patch ( Or is working on one ) to use an SCC as a console ?

Yes.  The linuxppc_2_5 kernel has all of the right pieces.  I have
since made some changes that allow this to be selected as a configuration
option, and the patches are in the pipeline back to the FSM Labs trees.

When using the SCC Console, the driver doesn't support SMC serial
ports due to some configuration conflicts I haven't yet resolved.
So far, I haven't seen hardware that uses an SCC console and SMC serial
ports, which places fixing this rather low on my list.

What board are you working on?  I have a Linux port for the ADS8260.....


	-- Dan

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

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

* Re: 8260 SCC as Console
  2001-04-26 17:24 ` Dan Malek
@ 2001-04-27  7:03   ` John Traill
  2001-04-27 18:47     ` Dan Malek
  0 siblings, 1 reply; 5+ messages in thread
From: John Traill @ 2001-04-27  7:03 UTC (permalink / raw)
  To: Dan Malek; +Cc: linuxppc-embedded


Dan,

I should have been more specific - Do you have a patch for the ADS8260 ?


Dan Malek wrote:
>
> John Traill wrote:
> >
> > Does anyone have a patch ( Or is working on one ) to use an SCC as a console ?
>
> Yes.  The linuxppc_2_5 kernel has all of the right pieces.  I have
> since made some changes that allow this to be selected as a configuration
> option, and the patches are in the pipeline back to the FSM Labs trees.
>
> When using the SCC Console, the driver doesn't support SMC serial
> ports due to some configuration conflicts I haven't yet resolved.
> So far, I haven't seen hardware that uses an SCC console and SMC serial
> ports, which places fixing this rather low on my list.
>
> What board are you working on?  I have a Linux port for the ADS8260.....
>
>         -- Dan
>

--

Regards, John
___________________________________________________________________________

John Traill                                   Motorola
Ph.   : +44 (0)1355 355494                    Colvilles Road
Fax.  : +44 (0)1355 261790                    East Kilbride G75 OTG
email : johnt@burton.sps.mot.com              Scotland
      : R17296@email.sps.mot.com

[x] General Business Use
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary

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

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

* Re: 8260 SCC as Console
  2001-04-27  7:03   ` John Traill
@ 2001-04-27 18:47     ` Dan Malek
  2001-04-27 19:37       ` Tom Rini
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Malek @ 2001-04-27 18:47 UTC (permalink / raw)
  To: John Traill; +Cc: linuxppc-embedded


John Traill wrote:

> I should have been more specific - Do you have a patch for the ADS8260 ?

Not really.  We (or at least I) and working in three different source
trees now.  There is the 2.4 tree, the linuxppc_2_5 tree and a "merged"
tree.  I did the ADS8260 in this "merged" tree, so any patch would
include lots more than either of the FSM Labs trees.  Tom Rini is
quickly moving all of this into the 2.4 tree, and it will probably
appear there very soon.


	-- Dan

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

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

* Re: 8260 SCC as Console
  2001-04-27 18:47     ` Dan Malek
@ 2001-04-27 19:37       ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2001-04-27 19:37 UTC (permalink / raw)
  To: Dan Malek; +Cc: John Traill, linuxppc-embedded


On Fri, Apr 27, 2001 at 02:47:16PM -0400, Dan Malek wrote:
>
> John Traill wrote:
>
> > I should have been more specific - Do you have a patch for the ADS8260 ?
>
> Not really.  We (or at least I) and working in three different source
> trees now.  There is the 2.4 tree, the linuxppc_2_5 tree and a "merged"
> tree.  I did the ADS8260 in this "merged" tree, so any patch would
> include lots more than either of the FSM Labs trees.  Tom Rini is
> quickly moving all of this into the 2.4 tree, and it will probably
> appear there very soon.

Or appear there quickly in a bit.  I know I've got a final or two, in a week
or two.  Gotta find out when and maybe even study. :)

But yes, it should appear there sooner rather then later.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

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

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

end of thread, other threads:[~2001-04-27 19:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-26 13:44 8260 SCC as Console John Traill
2001-04-26 17:24 ` Dan Malek
2001-04-27  7:03   ` John Traill
2001-04-27 18:47     ` Dan Malek
2001-04-27 19:37       ` Tom Rini

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