Re: Fwd: MPC7410 Linux Kernel

2011-08-03 Thread tiejun.chen
Vineeth wrote: Thanks for the reply. We were referring kuroboxHG.dts which uses Sandpoint architecture; which is almost same as ours. 1. one doubt in kuroboxHG is the ranges property in SOC node says EUMB is at 0xFC00_; and as per the datasheet of mpc107, the open pic address will

Fwd: MPC7410 Linux Kernel

2011-08-02 Thread Vineeth
Hi, We are trying to port linux 2.6.38 on MPC7410 based board (This is a preparatory design by our customer) System architecture is as follows, MPC7410 = MPC107 = PCI_to_LOCAL(plx9052) = UART Previously we were using ppc architecture and we had some issues with page_init() functions; which

Re: Fwd: MPC7410 Linux Kernel

2011-08-02 Thread tiejun.chen
Vineeth wrote: Hi, We are trying to port linux 2.6.38 on MPC7410 based board (This is a preparatory design by our customer) System architecture is as follows, MPC7410 = MPC107 = PCI_to_LOCAL(plx9052) = UART MPCXXX should be compatible with TSIXXX. So you can refer to mpc7448_hpc2.

Re: Fwd: MPC7410 Linux Kernel

2011-08-02 Thread Vineeth
Thanks for the reply. We were referring kuroboxHG.dts which uses Sandpoint architecture; which is almost same as ours. 1. one doubt in kuroboxHG is the ranges property in SOC node says EUMB is at 0xFC00_; and as per the datasheet of mpc107, the open pic address will be EUMB_BASE + 0x4;