Can ELDK 3.1.1 compile Linux 2.6 Kernel?

2006-01-13 Thread Ron Kellam
I have the DENX 2.6.14 kernel quite happily compiling using ELDK 3.1.1, and it runs fine. My platform is a custom MPC8247 (ppc) system with serial, ethernet, I2C SPI drivers all working fine under 2.6.14. I had no luck compiling any of the 2.6.15rcX or 2.6.denx trees under ELDK 3.1.1 - same

Help: MCC driver for mpc8260

2006-01-13 Thread [EMAIL PROTECTED]
Hi all, I got a Linux kernel device driver for the MCC from souceforge. One problem I am facing is that I am unable to compile the code. There is some problem with Rule.make. Please Help me. Thanks and regards, Souvik Maiti Tata Consultancy Services Limited Mailto: s.maiti at tcs.com

Help MCC driver

2006-01-13 Thread [EMAIL PROTECTED]
Hi everybody, Can any one suggest where to put MCC driver (Obtained from Sourceforge) in the linux tree so that I am able to include the driver in kernel image? Any help will be highly helpful. Thanks in advance. Souvik Maiti Tata Consultancy Services Limited Mailto: s.maiti at tcs.com

Suggestions for a PPC440 board?

2006-01-13 Thread Travis B. Sawyer
David Hawkins wrote: Hi all, I'm evaluating the Yosemite 440EP board at the moment, with the intention of using it on custom compactPCI boards. I've got a few questions to ask the group, but I'll leave those for another email. Snip So, I might not follow this route. Alternatively, I could

Help MCC driver

2006-01-13 Thread Mathieu Deschamps
On Friday 13 January 2006 12:07, s.maiti at tcs.com wrote: Hi everybody, Can any one suggest where to put MCC driver (Obtained from Sourceforge) in the linux tree so that I am able to include the driver in kernel image? Any help will be highly helpful. Thanks in advance. Souvik Maiti

Help MCC driver

2006-01-13 Thread Manish Joshi
/attachments/20060113/42623b49/attachment.htm

Suggestions for a PPC440 board?

2006-01-13 Thread David Hawkins
I've already done the Das u-boot port for the Xpedite1k, and its released. If that makes it any easier for you to decided. Granted the port was done for monarch mode, not non-monarch, but it should be simple enough to change that. Hey Travis, Yeah, that'll definitely help. Do you

Artesyn PM/PPC 750 U-Boot/Linux support? Datasheet?

2006-01-13 Thread David Hawkins
Hi all, I was searching around eBay last night to see what old PowerPC based equipment I could buy for development work. There is a used-equipment seller with a 125 Artesyn PM/PPC-750 units for sale at $50 ea. It looks like this is an end-of-life part for Artesyn, since the data sheet is no

[PATCH] powerpc: Add FSL SOC library and setup code

2006-01-13 Thread Kumar Gala
Parse the flat device tree for devices on Freescale SOC's that we know about (gianfar, gianfar_mdio, i2c, mpc83xx_wdt). We need to setup platform devices and platform data for these devices to match arch/ppc usage. Also add a helper function (get_immrbase) that reports the base address of the

Artesyn PM/PPC 750 U-Boot/Linux support? Datasheet?

2006-01-13 Thread David Hawkins
also if anyone has the datasheet for this board Artesyn just sent me the PDF, so if anyone needs it, feel free to ask. Dave

[PATCH 02/10] Make Virtex-II Pro support generic for all Virtex devices

2006-01-13 Thread Grant Likely
Andrei Konovalov wrote: grant.likely at secretlab.ca wrote: The PPC405 hard core is used in both the Virtex-II Pro and Virtex 4 FX FPGAs. This patch cleans up the Virtex naming convention to reflect more than just the Virtex-II Pro. Rename files virtex-ii_pro.[ch] to virtex.[ch] Rename

[PATCH 08/10] ML300 ML403 need embed_config.o linked in

2006-01-13 Thread Matt Porter
On Fri, Jan 13, 2006 at 07:18:57PM +0100, Peter Korsgaard wrote: grant == grant likely grant.likely at secretlab.ca writes: grant +boot-$(CONFIG_XILINX_ML300) += embed_config.o grant +boot-$(CONFIG_XILINX_ML403) += embed_config.o Notice that the ML300 line already is in mainline and

[PATCH 08/10] ML300 ML403 need embed_config.o linked in

2006-01-13 Thread Grant Likely
Peter Korsgaard wrote: grant == grant likely grant.likely at secretlab.ca writes: grant +boot-$(CONFIG_XILINX_ML300) += embed_config.o grant +boot-$(CONFIG_XILINX_ML403) += embed_config.o Notice that the ML300 line already is in mainline and pending for 2.6.15.1. Good

[PATCH 03/10] Migrate Xilinx Vertex support from the OCP bus to the platfom bus.

2006-01-13 Thread Peter Korsgaard
grant == grant likely grant.likely at secretlab.ca writes: grant +#else grant + /* Add other board xparameter includes here before the #else */ grant + #error No *_xparameters.h file included grant +#endif Nitpit, but this should be #error No xparameters_*.h file included. -- Bye, Peter

[PATCH 00/10] Xilinx Virtex-* updates

2006-01-13 Thread Peter Korsgaard
grant == grant likely grant.likely at secretlab.ca writes: grant Here's a repost of my Xilinx ML300 and ML403 patches with a few grant cleanups, a bit of patch reordering, and rebased to 2.6.15. Nice, .. grant I've tested on an ML403 grant Can someone test on an ML300? (I no longer have

[PATCH 08/10] ML300 ML403 need embed_config.o linked in

2006-01-13 Thread Peter Korsgaard
grant == grant likely grant.likely at secretlab.ca writes: grant +boot-$(CONFIG_XILINX_ML300)+= embed_config.o grant +boot-$(CONFIG_XILINX_ML403)+= embed_config.o Notice that the ML300 line already is in mainline and pending for 2.6.15.1. -- Bye, Peter Korsgaard

PPC440EP/Yosemite PCI misbehavior

2006-01-13 Thread David Hawkins
Hi all, Travis Sawyer sent me a snipped of his mmap code, and there was an important difference relative to mine: pgprot_val(vma-vm_page_prot) |= _PAGE_NO_CACHE | _PAGE_GUARDED; With the addition of these two flags, the caching of the PCI memory space has gone! Yeah!! (The flags aren't defined