« Return to Thread: RE: [ECOS] ixp42x NPE networking build issue

RE: ixp42x NPE networking build issue

by Mark Salter-2 :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: RE: [ECOS] ixp42x NPE networking build issue