linux kernel hang in execve(/sbin/init)

2006-07-24 Thread Stephen Telfer
Hi Eric - Sometimes a hang at this point can be down to a mismatch between toolchain, C library and kernel about whether floating point is implemented, emulated or absent. Early in one of the shared libraries there are a string of saves of FP registers, and if your CPU has no FPU and your

problems with mounting JFFS2 using CFI for AM29LV160MT on ppc8245 k2.4.x

2006-07-24 Thread Arun Kumar
India Bangalore -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060724/32bae4ec/attachment.htm

problems with mounting JFFS2 using CFI for AM29LV160MT on ppc8245 k2.4.x

2006-07-24 Thread Arun Kumar
. regards, Ben -- Arun Kumar Singh Tech Lead. Agere India Bangalore -- Arun Kumar Singh Tech Lead. Agere India Bangalore -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060724/a0f6dcdb

Endless Trying 100/HALF messages using FCC ethernet on MPC8248

2006-07-24 Thread Vitaly Bordug
On Mon, 24 Jul 2006 11:39:01 +0200 Laurent Pinchart laurent.pinchart at tbox.biz wrote: Hi everybody, I'm not sure if this issue is ppc-specific, so forgive me if it should have been reported to the drivers/net/phy maintainer. When using the MPC8248 FCC ethernet ports, the following

stupid linker question.... to remove unused functions in the object file.

2006-07-24 Thread Parav Pandit
Hi, I have few functions in a C file but those are not called at present. Even though those function definitions are part of the object file. Those will be called later on. What CFLAGS should I pass to remove unused functions? I cannot enable -Ox at present to have any unpredictable behaviour.

SystemAce Driver.

2006-07-24 Thread Raja Chidambaram
Hi all, We are working on customized board with amcc 440SPe processor xilinx System Ace controller. The System Ace controller is connected to compact flash driver. We use u-boot 1.2 as bootloader linux kernel 2.6.16-2. On the process the u-boot is able to detect compact flash through

SystemAce Driver.

2006-07-24 Thread Ming Liu
Hi, https://www.cs.york.ac.uk/rtslab/demos/amos/xupv2pro/patches/linuxppc-2.6.17.1-sysace-1.2-after-TEMAC.patch This is one which could work well with Temac driver. Regards Ming From: Raja Chidambaram raja_chidambaram82 at yahoo.com To: linuxppc-embedded at ozlabs.org Subject: RE:SystemAce

SystemAce Driver.

2006-07-24 Thread Ameet Patil
Hi Raja, I have ported the Xilinx System ACE driver to 2.6 kernel. Find the latest one here: http://www.cs.york.ac.uk/rtslab/demos/amos/xupv2pro/patches/linuxppc-2.6.17.1-sysace-1.2.patch NOTE: this patch wouldn't work if you are using the TEMAC driver. In which case use the -after-TEMAC

Query regarding Gianfar Ethernet Driver for MPC8555E

2006-07-24 Thread Alok Barsode
Hello, I am a newbie, working on the MPC8555E(Freescale). The Gianfar Ethernet Driver configures the TSECs on the board.I see that out of the 4 Ethernet Interfaces only 2 are configured when the gianfar driver is loaded(I have complied it as a modules).I checked this via ifconfig command. Out of

Query regarding Gianfar Ethernet Driver for MPC8555E

2006-07-24 Thread Wang Haiying-r54964
8555E only supports TWO TSECs. 8548E supports four eTSECs. Haiying -Original Message- From: linuxppc-embedded-bounces+haiying.wang=freescale.com at ozlabs. org [mailto:linuxppc-embedded- bounces+haiying.wang=freescale.com at ozlabs.org] On Behalf Of Alok Barsode Sent: Monday,

problems with mounting JFFS2 using CFI for AM29LV160MT on ppc8245 k2.4.x

2006-07-24 Thread Ben Warren
-- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20060724/36ad88f7/attachment.htm

stupid linker question.... to remove unused functions in the object file.

2006-07-24 Thread Becky Bruce
I believe you can use -ffunction-sections -Wl,--gc-sections when you compile and link. If you have binutils prior to 2.16, this only works with -static. -B On Jul 24, 2006, at 7:07 AM, Parav Pandit wrote: Hi, I have few functions in a C file but those are not called at present. Even