This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: redboot and console


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]