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]

powerpc redboot...quicc_smc1.c , cyg_hal_smcx_init_channel



File: quicc_smc1.c
Function: cyg_hal_smcx_init_channel

I am nearly there (I think)! Thanks to everybody for
the 
comments.

I am currently getting hung up on, in quicc_smc1.c :

    uart_pram->rbase = _mpc8xx_allocBd(sizeof(struct
cp_bufdesc)*info->Rxnum + info->Rxnum);
    uart_pram->tbase = _mpc8xx_allocBd(sizeof(struct
cp_bufdesc)*info->Txnum + info->Txnum

What might I look at to resolve this?
Do I have something screwed up like my IMMR setting?

Thanks, 
 Mike



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