mpc 83xx immap_t question

2005-05-09 Thread Kostantinos Baliotis
Hi folks,

 

I'm trying to port a custom driver to mpc8343E processor (a relatively
new one). I would be grateful if someone could point me out some links
with specific patches, sources (or if it is possible the appropriate
cross compile tool chain) for this target CPU.

At this stage my main concern is if this new freescale embedded
processor supports the immap_t structure (known from the good old
mpc860).

I should mention that I'm using a 2.4 Linux kernel at the moment.

Thank you for your time and consideration.

 

Kostas

 

 

 

-- next part --
An HTML attachment was scrubbed...
URL: 
http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050509/a4ea5ee0/attachment.htm
 


mpc 83xx immap_t question

2005-05-09 Thread Kumar Gala

On May 9, 2005, at 11:16 AM, Kostantinos Baliotis wrote:

> Hi folks,
>
> ?
>
> I?m trying to port a custom driver to mpc8343E processor (a relatively 
> new one). I would be grateful if someone could point me out some links 
> with specific patches, sources (or if it is possible the appropriate 
> cross compile tool chain) for this target CPU.

It uses a 603 based core so any standard PPC cross compiler should be 
fine.

> At this stage my main concern is if this new freescale 
> embedded?processor supports the immap_t structure (known from the good 
> old mpc860).

Not exactly sure what you are mean here.  However, there are not any 
plans to create master immap_t structures anymore.

> I should mention that I?m using a 2.4 Linux kernel at the moment.

2.6 has basic support for 834x in 2.6.12-rc4.

- kumar