* mpc870 support in the powerpc arch?
@ 2010-05-14 21:41 Shawn Jin
2010-05-17 19:54 ` Scott Wood
0 siblings, 1 reply; 4+ messages in thread
From: Shawn Jin @ 2010-05-14 21:41 UTC (permalink / raw)
To: ppcdev
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?
Thanks,
-Shawn.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mpc870 support in the powerpc arch?
2010-05-14 21:41 mpc870 support in the powerpc arch? Shawn Jin
@ 2010-05-17 19:54 ` Scott Wood
2010-06-25 9:08 ` Shawn Jin
0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2010-05-17 19:54 UTC (permalink / raw)
To: Shawn Jin; +Cc: ppcdev
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).
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mpc870 support in the powerpc arch?
2010-05-17 19:54 ` Scott Wood
@ 2010-06-25 9:08 ` Shawn Jin
2010-06-25 19:39 ` Scott Wood
0 siblings, 1 reply; 4+ messages in thread
From: Shawn Jin @ 2010-06-25 9:08 UTC (permalink / raw)
To: Scott Wood; +Cc: ppcdev
On Mon, May 17, 2010 at 12:54 PM, Scott Wood <scottwood@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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mpc870 support in the powerpc arch?
2010-06-25 9:08 ` Shawn Jin
@ 2010-06-25 19:39 ` Scott Wood
0 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2010-06-25 19:39 UTC (permalink / raw)
To: Shawn Jin; +Cc: ppcdev
On 06/25/2010 04:08 AM, Shawn Jin wrote:
> On Mon, May 17, 2010 at 12:54 PM, Scott Wood<scottwood@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
You need to update the case statement arch/powerpc/boot/wrapper to
recognize your board and select cuboot-8xx.o, as is done for adder875.
Otherwise it defaults to looking for a file for your specific board.
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-25 19:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 21:41 mpc870 support in the powerpc arch? Shawn Jin
2010-05-17 19:54 ` Scott Wood
2010-06-25 9:08 ` Shawn Jin
2010-06-25 19:39 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).