Re: [uClinux-dev] [PATCH]Driver for access to MCF IPS

2007-05-14 Thread Greg Ungerer
Hi Steve, Steve Bennett wrote: This patch adds a driver for simple access to the Coldfire Internal Peripheral System (IPS) address space via the /dev/ips char device. Signed-Off-By: Steve Bennett [EMAIL PROTECTED] I have some reservations about this one. Working with peripheral space

Re: [uClinux-dev] Patches for Intec coldfire 5282-based WildFire and WildFireMod

2007-05-14 Thread Greg Ungerer
Hi Steve, Steve Bennett wrote: Following are a series of patches which add support for the Intec Automation ColdFire 5282-based boards, the WildFire and WildFireMod. These patches are all against uClinux-dist-20070130 Let me know if you want these updated against your latest 2.6.21-uc0 or if

Re: [uClinux-dev] [PATCH]Driver for access to MCF IPS

2007-05-14 Thread Steve Bennett
I agree. I'll see what this is used for and at least come up with an mmap interface to it. Cheers, Steve Greg Ungerer wrote: Hi Steve, Steve Bennett wrote: This patch adds a driver for simple access to the Coldfire Internal Peripheral System (IPS) address space via the /dev/ips char device.

Re: [uClinux-dev] [PATCH]Common names for MCF I2C

2007-05-14 Thread Steve Bennett
Great. The matching 528x changes should still be needed though. Greg Ungerer wrote: Hi Steve, The changes to m532xsim.h have already been made (and sent to me) by Sebastian Hess and Thomas Brinker. They are queued in my patch set already for main line inclusion. Regards Greg Steve Bennett

[uClinux-dev] Upstream merge of big patch

2007-05-14 Thread Thomas Brinker
Hi everybody! Are there any planes to merge the whole uclinux big patch to kernel mainline? Regards Thomas -- Dipl.-Ing. Thomas Brinker, emlix GmbH, http://www.emlix.com Fon +49 30 275911-00, Fax -33, Poststr. 4/5, 10178 Berlin, Germany Geschäftsführung: Dr. Uwe Kracke, Dr. Cord Seele,

[uClinux-dev] Re: Upstream merge of big patch

2007-05-14 Thread Greg Ungerer
Hi Thomas, Thomas Brinker wrote: Are there any planes to merge the whole uclinux big patch to kernel mainline? No :-) The big patch contains many things that are just not acceptable, or not ready, for main line yet. The small patch, the -uc patch, is this list of items that I think are

Re: [uClinux-dev] [PATCH]coldfire qspi driver

2007-05-14 Thread Steve Bennett
Hi Greg, Access to the m25p80 flash and the mmc/sd card are both over over the spi bus. This is some crude mechanism to prevent conflicts between the two. Mike promised something better in the future and I'll understand if you can't take this one until then. Cheers, Steve Greg Ungerer wrote:

[uClinux-dev] why init/do_mounts.c/mount_block_root sys_mount return -EFAULT(-14)?

2007-05-14 Thread rui.zhou
hi guys I got the problem in the init/do_mounts.c static void __init mount_block_root(char *name, int flags) retry: for (p = fs_names; *p; p += strlen(p)+1) { int err = sys_mount(name, /root, p, flags, root_mount_data); printk(VFS: tried fs_name = %s err=

RE: [uClinux-dev] why init/do_mounts.c/mount_block_root sys_mountreturn -EFAULT(-14)?

2007-05-14 Thread rui.zhou
hi I am thinking that why my romfs is unable to be mounted as a root device. my kernel command line:(I have linked the romfs into the kernel image,the address below is calculated automatically :) root=/dev/ram0 initrd=0x0c0a235c,139k keepinitrd and I have modified the makefile in which

[uClinux-dev] Problem linking pthread... undefined reference to `pthread_create'

2007-05-14 Thread Claudia De Bartolomeis
Hi everybody, I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x, but I'm having troubles linking pthread Thanks in advance for any help Claudia This is the compilation log: [EMAIL PROTECTED]:~/ltib-m532xevb-20061117 ./ltib -m scbuild -p microwindows.spec

Re: [uClinux-dev] No response after the message Freeing init memory on IXP425

2007-05-14 Thread Shuanglin Wang
Hi Greg, Yes, I have simpleinit enabled and kernel command line is console=ttyS0. My board has only one serial port connecting with the host pc. Firsly, I use arm-elf-gcc 3.4.3 and got error: /*--*/ Load /sbin/init:

Re: [uClinux-dev] No response after the message Freeing init memory on IXP425

2007-05-14 Thread Srikanth Chavali
Hi Greg, The Pronghorn-Metro version is: 1.0.1 Regards, srikanth chavali On 5/13/07, Greg Ungerer [EMAIL PROTECTED] wrote: Hi Srikanth, Srikanth Chavali wrote: Hi Greg, Just figured out that ADI Engineering is using uClinux-dist. What version? I looks like a

[uClinux-dev] compiling interrupt handlers (__irq)

2007-05-14 Thread Tiberiu Motoc
Hi, I would like to know what is the arm-elf-gcc compiler options for compiling files containing interrupt handler functions (prefixed with __irq)? If I try to compile it with the default Makefile, I get parse error before function_name. Thanks, Tiberiu

Re: [uClinux-dev] No response after the message Freeing init memory on IXP425

2007-05-14 Thread Greg Ungerer
Hi Shuanglin, Shuanglin Wang wrote: Yes, I have simpleinit enabled and kernel command line is console=ttyS0. My board has only one serial port connecting with the host pc. Firsly, I use arm-elf-gcc 3.4.3 and got error:

Re: [uClinux-dev] RE: jffs2 on MCF5208 custom board

2007-05-14 Thread Greg Ungerer
Hi Teun, Teun Grinwis wrote: Late reply, went away some weeks, I currently do not run apps XIP. Our custom board concerning flash, is equal design as on Intec 5208EVB with the diff that the flash is S29GL064AR4 iso AM29BDD160G, Could this be a hardware fault? Has the hardware been

[uClinux-dev] reloc type unsupported error when building uclinux-dist

2007-05-14 Thread Sky Ryan
Hi all When I build the uclinux-dist-20070130 I got the following error when compiling the user apps eloc type R_ARM_PC24 unsupported in this context The cross-tool i used is buildroot. Did anyone know this issue? ___ uClinux-dev mailing list

Re: [uClinux-dev] Problem linking pthread... undefined reference to `pthread_create'

2007-05-14 Thread Daniel Alomar
Hi Claudia, Have you already enable pthreads inside uClibc? Regards, Daniel Alomar En/na Claudia De Bartolomeis ha escrit: Hi everybody, I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x, but I'm having troubles linking pthread Thanks in advance for any help