This is the mail archive of the ecos-discuss@sourceware.org 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: ixp42x NPE networking build issue


On Tue, 2006-08-01 at 06:15 -0700, sumanth wrote:
> Hi Mark & Jerzy,
>                           I am trying to build the ram based image with npe
> support, now i am able to suceed by compiling the redboot related acess
> library which intel supplies, but when i call the api which starts the
> downloading of microcode and start functioning
>                    ixNpeDlNpeInitAndStart(IX_NPEDL_NPEIMAGE_NPEB_ETH);
> he show the error message as [warning] Warning: the NPE B component you
> specified does not exist
> he is searching the microcode for NPE B at location 0x01000200 ,where that
> Macro was defined to.

Are you sure? I thought those macros (IX_NPEDL_NPEIMAGE_NPEB_ETH et al)
were bitfields indicating the functionality of the microcode, not the
microcode's address. The CSR library code looks for the microcode in 
the IxNpeMicrocode_array[] array.

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


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