mpc870 support in the powerpc arch?

Shawn Jin shawnxjin at gmail.com
Fri Jun 25 19:08:58 EST 2010


On Mon, May 17, 2010 at 12:54 PM, Scott Wood <scottwood at freescale.com> wrote:
> On Fri, May 14, 2010 at 02:41:29PM -0700, Shawn Jin wrote:
>> Hi,
>>
>> Is mpc870 fully supported in the powerpc arch? I know it's an old
>> processor but 8xx is still one of platforms in the powerpc arch. If
>> it's not supported, how much effort will it be to resurrect mpc870 in
>> the new arch considering we have substantial 8xx support?
>
> It should work, with appropriate board support -- MPC875 and MPC885 have
> been used with arch/powerpc, and MPC870 is very similar (albeit with fewer
> devices).

Thanks Scott. I found your implementation in the kernel. I use
adder875 as my base to port my board support. But I'm having a problem
in the last step to create the cuImage. You may know what I did wrong.
The error message is as follows.

  WRAP    arch/powerpc/boot/cuImage.my870
ppc_8xx-ld: arch/powerpc/boot/cuboot-my870.o: No such file: No such
file or directory
make[1]: *** [arch/powerpc/boot/cuImage.my870] Error 1

I believe the default cuboot-8xx.c should be enough for my board to
fix up the board settings. I don't know why the linker was looking for
this cuboot-my870.o object file.

BTW, my kernel is 2.6.33.5.

Thanks,
-Shawn.


More information about the Linuxppc-dev mailing list