Re: Regarding MPC8641D

2007-12-05 Thread sivaji
re in the right path. Just don't enable low memory offset mode, > unless you are looking for Assymetric multi-processing. > > - siva > > > > > Message: 6 > Date: Wed, 5 Dec 2007 16:45:31 -0800 (PST) > From: sivaji <[EMAIL PROTECTED]> > Subject

Re: Regarding MPC8641D

2007-12-05 Thread sivaji
Sivaji Chris Fester wrote: > > On Tue, 2007-12-04 at 23:51 -0800, sivaji wrote: >> We have designed a MPC8641D based AMC card. We are using the >> kernel (2.6.23-rc4) and uboot (1.2.0). When we disable the core1 Low >> Memory >> offset mode the kernel

Regarding MPC8641D

2007-12-04 Thread sivaji
Offset mode. Please help me to fix this issue. Thanks and Regards Sivaji -- View this message in context: http://www.nabble.com/Regarding-MPC8641D-tf4948004.html#a14166848 Sent from the linuxppc-dev mailing list archive at Nabble.com. ___ Linuxppc-d

DMA interrupt is not generating in MPC8641D

2007-11-14 Thread sivaji
s and Regards Sivaji -- View this message in context: http://www.nabble.com/DMA-interrupt-is-not-generating-in-MPC8641D-tf4805310.html#a13747460 Sent from the linuxppc-dev mailing list archive at Nabble.com. ___ Linuxppc-dev mailing list Linuxpp

RE: 2.6.23-rc3 boot hang on MPC8641D

2007-09-14 Thread sivaji
flat device tree at 0x60 I can't know whether the problem is related to uboot or kernel. But i tested the board with the 2.6.21 kernel, it was up.In that kernel we face some issues on PCI Express so we plan to upgrade the kernel. But the latest kernel was not up. Please ad

Section mismatch warning

2007-09-14 Thread sivaji
7;pmac_restart') Give some idea to fix these warnings. by Sivaji -- View this message in context: http://www.nabble.com/Section-mismatch-warning-tf4442060.html#a12673863 Sent from the linuxppc-dev mailing list archive at Nabble.com. ___

RE: 2.6.23-rc3 boot hang on MPC8641D

2007-09-12 Thread sivaji
, at that time kumar suggest to upgrade the kernel verison 2.6.23-rc3. Zhang did u suspect the problem is related to uboot?. by sivaji Zhang Wei-r63237 wrote: > > Yes, It's too old. Maybe not fully supports FDT. You can try the version > of Kumar said or in the BSP of Freescale relea

Re: 2.6.23-rc3 boot hang on MPC8641D

2007-09-12 Thread sivaji
express in that version. so we plan to upgrade the kernel version. by Sivaji Kumar Gala-3 wrote: > > > On Sep 12, 2007, at 11:52 PM, sivaji wrote: > >> >> >> Hi, >> I tired to move the dtb to 0x200, but the result was >> same. >> uboot

RE: 2.6.23-rc3 boot hang on MPC8641D

2007-09-12 Thread sivaji
Hi, I tired to move the dtb to 0x200, but the result was same. uboot version is 1.1.6 by Sivaji Zhang Wei-r63237 wrote: > > Hi, > > Your flat device tree address seems too low. Try to move the dtb to > higher address such as 0x200. > > And which v

Re: 2.6.23-rc3 boot hang on MPC8641D

2007-09-12 Thread sivaji
000605260526052605260526052605260526052605260526052605260526052fff00100deadbee Ignoring packet error, continuing... 0xdeadbeef in ?? () 3.(gdb) b start_kernel Cannot access memory at address 0xc02b44ec by sivaji Kumar Gala-3 wrote: > > > On Sep 12, 20

2.6.23-rc3 boot hang on MPC8641D

2007-09-12 Thread sivaji
. Part : MPC8641D Revision: 2.0 e600 Core Revision: 2.2 DeviceMarking: B Processor Version Register Value: 0x8004_0202 System Version Register Value: 0x8090_0120 I don't know how to proceed. Please tell the way how to start kernel debug in this situation. By Sivaji -- View this messa

2.6.23-rc3 is not booting

2007-09-11 Thread sivaji
silicon revision is 2.0. Part : MPC8641D Revision: 2.0 e600 Core Revision: 2.2 DeviceMarking: B Processor Version Register Value: 0x8004_0202 System Version Register Value: 0x8090_0120 Please Advice me. by Sivaji -- View this message in context: http://www.nabble.com

Regarding immap_86xx.h

2007-09-03 Thread sivaji
Declarations are missing. Where i can find these registers declaration and tell the reason why the CCSRBAR Registers are missing in the file immap_86xx.h by Sivaji -- View this message in context: http://www.nabble.com/Regarding-immap_86xx.h-tf4375801.html#a12472670 Sent from the linuxppc

Re: 2.6.23-rc3 is not booting

2007-08-23 Thread sivaji
Hi, I am using 8641D processor and the silicon revision is 2.0. Part : MPC8641D Revision: 2.0 e600 Core Revision: 2.2 DeviceMarking: B Processor Version Register Value: 0x8004_0202 System Version Register Value: 0x8090_0120 by Sivaji > > Hai, > I am using t

Re: Section mismatch warning

2007-08-22 Thread sivaji
Hi, I applied the patch(13066). After that i got following error. arch/powerpc/kernel/vmlinux.lds:59: parse error I added the following lines in the vmlinux.lds file ALIGN_FUNCTION(); *(.text.head) Then i removed the ALIGN_FUNCTION() in the vmlinux.lds file. The parse error was ove

Section mismatch warning

2007-08-22 Thread sivaji
Hi, When compiling the 2.6.23-rc3 kernel, i got following warning messages. WARNING: vmlinux.o(.text+0x18): Section mismatch: reference to .init.text:early_init (between '__start' and '__after_mmu_off') WARNING: vmlinux.o(.text+0x3834): Section mismatch: reference to .init.text:machine_i

2.6.23-rc3 is not booting

2007-08-21 Thread sivaji
Hai, I am using the kernel 2.6.23-rc3. i am trying to boot this kernel to my 8641D board. It was not booting. I go the following message Bytes transferred = 1505 (5e1 hex) ## Booting image at 0020 ... Image Name: Linux-2.6.23-rc3 Image Type: PowerPC Linux Kernel Image (gzi

Skipping the host bridge in arch/powerpc

2007-08-21 Thread sivaji
Hai, I am using the kernel 2.6.21. In the file (arch/ppc/syslib/pci_auto.c) we have the function pciauto_bus_scan(). In this function it will skip the host birdge. But in the arch/powepc directory we don't have that types of file and the function pciauto_bus_scan() also removed. I want to

Regarding PCIExpress Problem in MPC8641D

2007-08-21 Thread sivaji
Hai, Currently I am involved in the testing of a MPC8641D based board designed by us. We have planned to test the PCI Express interface through a back to back interface, host being mpc8641d and target is mpc8548. When trying a target DMA transaction we are not able to access the host memory usin