Re: [U-Boot] [Add tlbentry problem]

2008-09-09 Thread Feng Kan
Hi Yshim: Please check your EBC CR value, if you configure for 2M, then thats what you will get. Feng Kan 김영순 wrote: > > > I’ve worked on my custum board based on SEQUOIA. > > > > I’d like to add new device (DSP, SIZE=256M, CS4). > > I added tlbentry(256M) in init.S and defined CS4 in sequoia

Re: [U-Boot] [Add tlbentry problem]

2008-08-18 Thread Stefan Roese
On Monday 18 August 2008, 김영순 wrote: > I’ve worked on my custum board based on SEQUOIA. > > > > I’d like to add new device (DSP, SIZE=256M, CS4). > > I added tlbentry(256M) in init.S and defined CS4 in sequoia.h. > > > > Init.S: > >/* TLB-entry for EBC(DSP) */ > > tlbentry( CF

[U-Boot] [Add tlbentry problem]

2008-08-18 Thread 김영순
I’ve worked on my custum board based on SEQUOIA. I’d like to add new device (DSP, SIZE=256M, CS4). I added tlbentry(256M) in init.S and defined CS4 in sequoia.h. Init.S: /* TLB-entry for EBC(DSP) */ tlbentry( CFG_DSP_BASE, SZ_256M, CFG_DSP_BASE, 1, AC_R|AC_W|AC_X|