Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Porting Netbsd on PowerPC





matt%3am-software.com@localhost wrote:
At 06:32 PM 3/10/2003, Prasad T.N.S wrote:

Hi Guys,

I have few questions regarding porting the Netbsd on PowerPC 750 CXe, 600 Mhz clock, 256k Cache, 512Mb SDRAM, Boot flash( 1 MB), User flash(64Mb).



The Cxe has an internal 256K L2 cache that has a simple enable/disable bit
rather than the rest of the 750 series.
cpu_subr.c (1.6 and 1.6.1) needs something like:
(or better than :-) )



466a474,479
>                       return;
>               }
>               if ((vers == MPC750) && (maj == 3)&&(min == 1)) {
>                       printf(": 256KB internal L2 cache "
>                               "shared data/instruction");
>                       printf("\n");




Home | Main Index | Thread Index | Old Index