[ANNOUNCE] mini_fo-0.6.0 overlay file system

2005-05-12 Thread Pantelis Antoniou
Markus Klotzbuecher wrote: Hi Pantelis On Tue, May 10, 2005 at 01:57:00PM +0300, Pantelis Antoniou wrote: This sounds interesting. Could you post the patches in the list so that we can discuss them properly? The module is currently built outside of the kernel sources, how would you

m8xx_pcmcia driver ported to v2.6

2005-05-12 Thread Pantelis Antoniou
Mark Chambers wrote: There is one pending problem: the M8xx does not accept access to non present ioports (an exception is triggered), which is quite common while inserting/removing cards. We've hacked around this in our tree, Panto once mentioned that another PPC's do handle those exceptions

Network Setup - HOW TO

2005-05-12 Thread Atit_Shah
Hi all, I have a custom router and ported the udhcp server/client on it. My router has 2 ports eth0 - LAN and eth1 - WAN. My setup is as follows: 1. To eth0: connect a stand alone windows machine when I run the server with the command uphcpd, it by default runs on eth0. then on the

udhcp problem

2005-05-12 Thread Atit_Shah
My configuration is as follows: ___ |ROUTER | | ___ ___ | |_| |___| |___| LAN WAN /\

RFC: PHY Abstraction Layer II

2005-05-12 Thread Pantelis Antoniou
Andy Fleming wrote: On Apr 17, 2005, at 08:00, James Chapman wrote: Andy Fleming wrote: Ok, here's the new patch with changes suggested by James Chapman: I guess I still have questions about the way interrupts are used. Using an interrupt to schedule a work queue which then sets a

Hi!

2005-05-12 Thread venkata ramesh
Hi! I am developing driver for MPC8260 for MCC. After issuing reset command, there is space for intrrupt table but flag is generated for interrupt queue is overflow. Can u suggest me how to solve the problem ?? Thanks. Regards, RAMESH Yahoo! Mail Stay connected, organized,

ELDK/DENX linking fails for iostream

2005-05-12 Thread Peter Gehirnforce
Hi, when I try to link (after successful compile), I get the following type of errors (for example): ... undefined reference to 'std::allocatorchar::allocator[in-charge]()' ... undefined reference to '__cxa_allocate_exception' ... Can someone explain what happens? thx Peter -- +++ Lassen Sie

ELDK/DENX linking fails for iostream

2005-05-12 Thread Wolfgang Denk
In message 25943.1115884246 at www45.gmx.net you wrote: when I try to link (after successful compile), I get the following type of How exactly are you trying to link? errors (for example): ... undefined reference to 'std::allocatorchar::allocator[in-charge]()' ... undefined reference to

[ANNOUNCE] mini_fo-0.6.0 overlay file system]

2005-05-12 Thread Wolfgang Denk
Dear Pantelis, you wrote: ... Could you post the patches in the list so that we can discuss them properly? The sources are probably a bit too big for posting. As Markus mentioned before, the source tarball is available at http://www.denx.de/twiki/bin/view/Know/MiniFOHome: Yes, so we

ELDK/DENX: doesn't find iostream-lib when linking

2005-05-12 Thread Peter Gehirnforce
I use a makefile with dependencies: -- # Makefile for simple test program # The CROSS_COMPILE is set globally, as well as ELDK gcc-paths compiler = ${CROSS_COMPILE}gcc simple_server_objects = ServerSocket.o Socket.o simple_server_main.o

PPPoE setup

2005-05-12 Thread Atit_Shah
Does any one know how I can start the pppoe server and how I can get an IP address assigned to the port? Is there a web-site where I can get details on this? Atit DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain

ELDK/DENX: doesn't find iostream-lib when linking

2005-05-12 Thread Wolfgang Denk
In message 25101.1115889218 at www45.gmx.net you wrote: I use a makefile with dependencies: I asked for the COMMANDS used, not for a Makefile. A log of the build process would have been more useful, but anyway... compiler = ${CROSS_COMPILE}gcc ... simple_client: $(simple_client_objects)

[PATCH 03/04] Freescale Ethernet combined driver

2005-05-12 Thread Pantelis Antoniou
: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050512/ca2f80ca/attachment.bin

ELDK/DENX: doesn't find iostream-lib when linking

2005-05-12 Thread Jaap-Jan Boor
Peter, you should use g++ as compiler front end when compiling C++ programs compiler = ${CROSS_COMPILE}g++ best regards, Jaap-Jan On 12-mei-05, at 11:13, Peter Gehirnforce wrote: I use a makefile with dependencies: -- # Makefile for simple

[PATCH] Freescale Ethernet combined driver

2005-05-12 Thread Jaap-Jan Boor
Hi, May be a little late (I'm trying to catch up on all mailing list mail) but I was wondering if the io port handling functions I see now in these patches should not be 'atomic'. So toggling MII pins does not interfere with toggling e.g. I2C bit-bang interface pins when those pins happen to be

[PATCH] Freescale Ethernet combined driver

2005-05-12 Thread Pantelis Antoniou
Jaap-Jan Boor wrote: Hi, May be a little late (I'm trying to catch up on all mailing list mail) but I was wondering if the io port handling functions I see now in these patches should not be 'atomic'. So toggling MII pins does not interfere with toggling e.g. I2C bit-bang interface pins

JFFS Filesystem Problem

2005-05-12 Thread Vijesh VH
and Regards, Vijesh V H -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050512/b1d93f1a/attachment.htm

m8xx_pcmcia driver ported to v2.6

2005-05-12 Thread Mark Chambers
There is one pending problem: the M8xx does not accept access to non present ioports (an exception is triggered), which is quite common while inserting/removing cards. Ah yes, I remember this problem from the 68360 days. This is a matter of how you set up the option register ORx

linux-2.6.10, ppc8280, odd ARP request - solved

2005-05-12 Thread Richard Danter
Richard Danter wrote: My board boots using U-Boot. It tftp loads the kernel image via FCC2, so I know the FCC's are working (I have tested the others too). This part is fine, but once the kernel has loaded it tries to NFS mount the root filesystem. When it gets to the point of looking up

[PATCH] Freescale Ethernet combined driver

2005-05-12 Thread Jaap-Jan Boor
Ah, very good, thanks Jaap-Jan On 12-mei-05, at 12:43, Pantelis Antoniou wrote: Jaap-Jan All mii operations are done under a spinlock with interrupts disabled. Regards Pantelis

Status of isp116x driver... (on mpc8xx)?

2005-05-12 Thread David Jander
On Wednesday 11 May 2005 15:28, Wolfgang Denk wrote: [...] Is the isp1160 chip really supported by the driver? tested? We only use (and tested) this driver with a ISP1361 ... Ok. The sources of your driver and the one from Roman Weissgaerber look very different, so I can't really tell: did

Status of isp116x driver... (on mpc8xx)?

2005-05-12 Thread Wolfgang Denk
Dear David, in message 200505121455.15864.david.jander at protonic.nl you wrote: Ok. The sources of your driver and the one from Roman Weissgaerber look very different, so I can't really tell: did you start from scratch and picked some things from RW's driver, or did you modify (beyond

[PATCH] BOOKE_WDT Part 1/2 (Re: PPC 44x Watchdog timer)

2005-05-12 Thread Kumar Gala
diff -Nupr linux-2.6.orig/arch/ppc/kernel/head_4xx.S linux-2.6/arch/ppc/kernel/head_4xx.S --- linux-2.6.orig/arch/ppc/kernel/head_4xx.S?? 2005-05-06 05:03:55.0 +0900 +++ linux-2.6/arch/ppc/kernel/head_4xx.S??? 2005-05-07 05:03:24.0 +0900 @@ -430,27 +430,24 @@ label:

Network Setup - HOW TO

2005-05-12 Thread Steve Witt
On Thu, 12 May 2005, Atit_Shah wrote: -- snip -- The router should get an IP from my company server and assign it to eth1 and then it should assign a IP to my standalone system connected to eth0. how do I do this? I suspect you need to spend some time with the documentation of udhcp. You

Kernel build error

2005-05-12 Thread [EMAIL PROTECTED]
... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050512/ac4d361b/attachment.htm