* 2.6 support for MPC8541(e)
@ 2005-06-28 14:03 jbi130
2005-06-28 14:27 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: jbi130 @ 2005-06-28 14:03 UTC (permalink / raw)
To: linuxppc-embedded
I've recently received a GDA PCI-G8400 evaluation board with an
MPC8541E. It came with u-boot 1.1.2 and a 2.4.27 kernel.
Our hopes are to get a 2.6 kernel running on this device so it is in
sync with out MPC8248 based boards.
What is the status of the support for these chips? When I enable
CONFIG_SERIAL_TEXT_DEBUG I'm able to get some output, it seems to die
when initializing openpic. There also appears to be issues with the
serial console as I'm not getting printk output at all, and I think I
should be by the time start_kernel is entered.
My current 2.6.12 builds use the MPC8540_ADS configs as a base. The
2.4 that was received with the board does as well.
For now I'm not concerned with the 'E' part. My main job is to
actually add support for the security engine, but I'd like to get 2.6
up and running first. Yes, this is my first jump into machine
specific code..
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6 support for MPC8541(e)
2005-06-28 14:03 2.6 support for MPC8541(e) jbi130
@ 2005-06-28 14:27 ` Kumar Gala
2005-06-28 16:06 ` Clemens Koller
0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2005-06-28 14:27 UTC (permalink / raw)
To: <jbi130@yahoo.com>; +Cc: linuxppc-embedded
You probably need to port the platform code from 2.4 to 2.6 for this
board. I'm guessing you are running into some PCI config issue with
interrupts and the such.
Take a look at arch/ppc/platforms/85xx/* for examples of boards that
support 85xx processors.
- kumar
On Jun 28, 2005, at 9:03 AM, <jbi130@yahoo.com> <jbi130@yahoo.com>
wrote:
> I've recently received a GDA PCI-G8400 evaluation board with an
> MPC8541E. It came with u-boot 1.1.2 and a 2.4.27 kernel.
>
> Our hopes are to get a 2.6 kernel running on this device so it is in
> sync with out MPC8248 based boards.
>
> What is the status of the support for these chips? When I enable
> CONFIG_SERIAL_TEXT_DEBUG I'm able to get some output, it seems to die
> when initializing openpic. There also appears to be issues with the
> serial console as I'm not getting printk output at all, and I think I
> should be by the time start_kernel is entered.
>
> My current 2.6.12 builds use the MPC8540_ADS configs as a base. The
> 2.4 that was received with the board does as well.
>
> For now I'm not concerned with the 'E' part. My main job is to
> actually add support for the security engine, but I'd like to get 2.6
> up and running first. Yes, this is my first jump into machine
> specific code..
>
> Thanks.
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6 support for MPC8541(e)
2005-06-28 14:27 ` Kumar Gala
@ 2005-06-28 16:06 ` Clemens Koller
0 siblings, 0 replies; 3+ messages in thread
From: Clemens Koller @ 2005-06-28 16:06 UTC (permalink / raw)
To: Kumar Gala; +Cc: <jbi130@yahoo.com>, linuxppc-embedded
Hi!
I had to do the same for my MPC8540 board (Microsys PM854).
It's based on the MPC8540_ADS platform, too with
changes in PCI subsystem and Gigabit Ethernet (gianfar_phy).
Enable early serial and enjoy printk.
Try to find out, where it hangs.
Greets,
Clemens Koller
_______________________________
R&D Imaging Devices
Anagramm GmbH
Rupert-Mayer-Str. 45/1
81379 Muenchen
Germany
http://www.anagramm.de
Phone: +49-89-741518-50
Fax: +49-89-741518-19
Kumar Gala wrote:
> You probably need to port the platform code from 2.4 to 2.6 for this
> board. I'm guessing you are running into some PCI config issue with
> interrupts and the such.
>
> Take a look at arch/ppc/platforms/85xx/* for examples of boards that
> support 85xx processors.
>
> - kumar
>
> On Jun 28, 2005, at 9:03 AM, <jbi130@yahoo.com> <jbi130@yahoo.com> wrote:
>
>> I've recently received a GDA PCI-G8400 evaluation board with an
>> MPC8541E. It came with u-boot 1.1.2 and a 2.4.27 kernel.
>>
>> Our hopes are to get a 2.6 kernel running on this device so it is in
>> sync with out MPC8248 based boards.
>>
>> What is the status of the support for these chips? When I enable
>> CONFIG_SERIAL_TEXT_DEBUG I'm able to get some output, it seems to die
>> when initializing openpic. There also appears to be issues with the
>> serial console as I'm not getting printk output at all, and I think I
>> should be by the time start_kernel is entered.
>>
>> My current 2.6.12 builds use the MPC8540_ADS configs as a base. The
>> 2.4 that was received with the board does as well.
>>
>> For now I'm not concerned with the 'E' part. My main job is to
>> actually add support for the security engine, but I'd like to get 2.6
>> up and running first. Yes, this is my first jump into machine
>> specific code..
>>
>> Thanks.
>>
>> _______________________________________________
>> Linuxppc-embedded mailing list
>> Linuxppc-embedded@ozlabs.org
>> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>>
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-06-28 16:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-28 14:03 2.6 support for MPC8541(e) jbi130
2005-06-28 14:27 ` Kumar Gala
2005-06-28 16:06 ` Clemens Koller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.