RE: Ethernet driver for Linux kernel 2.6 running on ML403

2006-09-14 Thread T Ziomek
>> << The Xilinx approach of overwriting the source tree just feels wrong, >> and >> no one seems to want to do it that way.>> >> >> I am in the group that has control over how this is done. What would you >> propose be done different? Keep in mind that we are trying to support a >> process where s

Re: Ethernet driver for Linux kernel 2.6 running on ML403

2006-09-15 Thread T Ziomek
On Thu, 14 Sep 2006, Grant Likely wrote: . . . > - Stop requiring xparameters.h to be mangled! Here, here! >Generate it correctly > the first time! I think I'll scream if I get handed another xparams > file from an FPGA engineer which was generated as a no-os target. The > Linux redefines are

Re: General fx60 notes, Question regarding forcing EDK to locate program code at an address

2007-01-18 Thread T Ziomek
On Thu, 18 Jan 2007, Wade Maxfield wrote: . . . > The memtest.elf file is stuck in the ppc405_0 directory because that is > where it started, and the gui won't let us change it without rebuilding the > project. > We are loading two .elf files so that we have the program counter set to > the inter

Re: Howto use PPC4xx memory to memory DMA

2007-01-19 Thread T Ziomek
On Fri, 19 Jan 2007, - Reyneke wrote: > Here are a few things to check: > > 1. Your memory destination and source addresses are contiguous. You can get > this using something like: > > mem = (void*)__get_free_pages(GFP_KERNEL | GFP_DMA, get_order(size)); > > 2. Your source and dest addresses are _

MTD Flash Howto ?

2006-08-04 Thread T Ziomek
The documents we've found helpful are Linux MTD, JFFS HOWTO "Embedded Linux - Managing Flash Memory" (a much better MTD FAQ than the official one) "Find your

Xilinx_uartlite

2005-11-30 Thread T Ziomek
> I'm trying to get my avnet virtex4fx12 running with linux. > It boots, but ends with: > Warning: unable to open an initial console. > This means /dev/console was not opened; init is running. > Since my board has no 16550 uart I must use xilinx_uartlite > Part of my configuration: >

Xilinx_uartlite

2005-12-02 Thread T Ziomek
On Thu, 1 Dec 2005, Jaap de Jong wrote: > > Thanks for your reply, but then I only get: > Now booting the kernel Well, I never see that exact text, plus it's hard to tell much from such a short snippet. Could you provide a more complete transcript of your con- sole output? -- /"\ ASCI

no login prompt with ml403 + uartlite-->major numbers?

2006-06-28 Thread T Ziomek
> On 6/28/06, Robert Zach wrote: >> Hello! >> >> I use the "Standart" ml403 Design with the uartlite instead of the >> uart16550... >> >> my kernel parameters are: >> "console=ttl0 ip=off root=/dev/xsysace/disc0/part3 rw" >> >> It boots correctly, but i got no login prompt!! >> getty is started wi

AW: AW: initrd rootfs ramdisk

2005-07-20 Thread T Ziomek
On Wed, 6 Jul 2005 d.grab at hima.com wrote: > > i solved my problem with u-boot and linux. Now i have my rootfs ramdisk > mounted and functioning. But one output is weird. Can I ask what what you had to change to get your initrd RAM disk working? I'm having a very similar problem. Thanks, Tom Zi

AW: AW: AW: initrd rootfs ramdisk

2005-07-21 Thread T Ziomek
On Thu, 21 Jul 2005, David Grab wrote: > >>> i solved my problem with u-boot and linux. Now i have my rootfs ramdisk >>> mounted and functioning. But one output is weird. > >> Can I ask what what you had to change to get your initrd RAM disk working? >> I'm having a very similar problem. > > Sure!

Source of xparameter_ml300.h

2005-08-24 Thread T Ziomek
On Wed, 24 Aug 2005 akonovalov at ru.mvista.com wrote: > > Grant Likely wrote: > > Does anyone know the origin of xparameter_ml300.h? The > > Xilinx EDK generates an xparameters.h file for each design, but the > > structure of the file changes between releases. > > > > I want to know if xparamete

Source of xparameter_ml300.h

2005-08-25 Thread T Ziomek
On Thu, 25 Aug 2005, Grant Likely wrote: > On Wed, Aug 24, 2005 at 08:20:48PM -0500, T Ziomek wrote: >> >> Also, be aware that the differences between 'xparameters.h' and >> 'xparameters_ml300.h' are not all you need to worry about. BTW, I took a approa

MontaVista 2.6 Kernel support for Xilinx ML40x

2006-08-24 Thread T Ziomek
[top-posting fixed :-) ] On Thu, 24 Aug 2006, Wade Maxfield wrote: > > On 8/24/06, Peter Ryser wrote: >> >> Wade, >> >> are you sure that you did not build your hardware with evaluation cores of >> the licenses? If you are using the evaluation licenses the hardware (FPGA >> design) will stop

"ip=" command line strangeness...

2006-08-24 Thread T Ziomek
On my previous project, a 2.4 kernel on PPC, I frequently used "ip=w.x.y.z" on the kernel command line to specify a static IP address for my target board (when booting with a flash- or RAM-based root filesystem). Similarly, when using an NFS-mounted root fs, I would use "ip=w.x.y.z:a.b.c.d", a

"ip=" command line strangeness...

2006-08-25 Thread T Ziomek
> please provide the ip-commandline in the full-size format > ip=: e.g. "eth0"> The port should be followed by ":", right? I'm basing that on Documentation/nfsroot.txt . > I assume, that this will fix your problem Meh...that string is so bloody long I don't want to bother trying it since I

Is there some articles discussing how to change bare-board code to linux driver?

2005-11-29 Thread T Ziomek
>Where can i find them?thanks. In addition to LDD3 (for 2.6 kernels, or the freely available LDD2 for 2.4 kernels), you might want to look at some existing Linux drivers that are based on "bare metal" / "no OS" drivers. The ones I know of are for Xilinx peripherals, for example (within the L

[PATCH 00/10] Updated ML300 & ML403 patches

2006-01-17 Thread T Ziomek
Here's another lurker poking his head up... Grant Likely wrote: > > John Bonesio wrote: > > Hello, > > > > I work in the Xilinx software group. > > > > I'm replying to this email thread because Grant suggested there be a GIT > > tree for Virtex specific changes. > > I was told today that we may

[PATCH 00/10] Updated ML300 & ML403 patches

2006-01-17 Thread T Ziomek
On Tue, 17 Jan 2006, Grant Likely wrote: > > T Ziomek wrote: >> >> Grant Likely wrote: >> >>> John Bonesio wrote: . . . >>>> I'm replying to this email thread because Grant suggested there be a GIT >>>> tree for Virtex specific

Re: Linux booting problem on Xilinx ppc

2007-10-16 Thread T Ziomek
On Tue, 16 Oct 2007, Grant Likely wrote: > > On 10/16/07, aauer1 <[EMAIL PROTECTED]> wrote: >> >> The on-chip memories are disabled. Only the BRAM is enabled. Now, we also use >> the ELDK 4.1 from Denx and the included cross compiler. The result is the >> same... the Kernel stops at "Now booting th

Ack, sorry! [was Re: Linux booting problem on Xilinx ppc]

2007-10-16 Thread T Ziomek
Please ignore my previous msg; I wanted to rather than ... Sorry. -- /"\ ASCII Ribbon Campaign | \ / | Email to user 'CTZ001' XAgainst HTML | at 'email.mot.com' / \ in e-mail & news |