> > Hi, > Is there any one that have a mpc8270vr (rev 0.01 1k49M mask) > running a 2.6 kernel ?
I have 2.6.10-rc3 booting just fine on a 8270 and 8280 as well as 8250 and 8260. > I have a couple of boards with mpc8250vr and mpc8270vr (the > board is identical for the processor). > The kernel image is the same, the 8250 works fine. > The 8270 hangs when creating the init thread: > kernel_thread(init, NULL, CLONE_FS | CLONE_SIGHAND); Don't know why it would die there but the calcualtions for the clocks on an 8250 are different than that of the 8270. If it is working on the 8250 then you may be doing the calculations wrong on the 8270. Other than the clocks it should be the same.