public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] redboot and console
@ 2005-03-31  3:52 Nickolay
  2005-03-31  8:44 ` Mark Salter
  0 siblings, 1 reply; 3+ messages in thread
From: Nickolay @ 2005-03-31  3:52 UTC (permalink / raw)
  To: eCos Discussion

Hallo!

Can anyone tell me, where in redboot source does console(COM0) 
initialization?
I has no output on my IXDP425 board.

Thanks!


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

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

* Re: [ECOS] redboot and console
  2005-03-31  3:52 [ECOS] redboot and console Nickolay
@ 2005-03-31  8:44 ` Mark Salter
  2005-03-31  9:19   ` Nickolay
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Salter @ 2005-03-31  8:44 UTC (permalink / raw)
  To: Nickolay; +Cc: eCos Discussion

On Wed, 2005-03-30 at 22:35 +0400, Nickolay wrote:
> Hallo!
> 
> Can anyone tell me, where in redboot source does console(COM0) 
> initialization?
> I has no output on my IXDP425 board.

The low-level ixp4xx-specific bits are in:

  packages/hal/arm/xscale/ixp425/current/src/ixp425_diag.c

--Mark



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

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

* Re: [ECOS] redboot and console
  2005-03-31  8:44 ` Mark Salter
@ 2005-03-31  9:19   ` Nickolay
  0 siblings, 0 replies; 3+ messages in thread
From: Nickolay @ 2005-03-31  9:19 UTC (permalink / raw)
  To: Mark Salter; +Cc: eCos Discussion

Mark Salter wrote:

>On Wed, 2005-03-30 at 22:35 +0400, Nickolay wrote:
>  
>
>>Hallo!
>>
>>Can anyone tell me, where in redboot source does console(COM0) 
>>initialization?
>>I has no output on my IXDP425 board.
>>    
>>
>
>The low-level ixp4xx-specific bits are in:
>
>  packages/hal/arm/xscale/ixp425/current/src/ixp425_diag.c
>
>--Mark
>
>
>
>  
>

I found in /opt/ecos/ecos-2.0/packages/redboot/current/src/main.c:
    cur = 
CYGACC_CALL_IF_SET_CONSOLE_COMM(CYGNUM_CALL_IF_SET_COMM_ID_QUERY_CURRENT);
    
CYGACC_CALL_IF_SET_CONSOLE_COMM(CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL);

Is this macro really in the deep does initialize console?


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

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

end of thread, other threads:[~2005-03-30 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-31  3:52 [ECOS] redboot and console Nickolay
2005-03-31  8:44 ` Mark Salter
2005-03-31  9:19   ` Nickolay

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