Re: [uClinux-dev] Kernel panic: BUG! while booting Coldfire 5407

2007-12-10 Thread Greg Ungerer
) COLDFIRE port done by Greg Ungerer, [EMAIL PROTECTED] Coldfire was last reset by a hard reset. Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne On node 0 totalpages: 8192 zone(0): 0 pages. zone(1): 8192 pages. zone(2): 0 pages. Kernel command line: Calibrating delay loop

Re: [uClinux-dev] Configuring SDRAM size on M5329EVB issue

2007-12-13 Thread Greg Ungerer
/include/asm-m68knommu/mcfcache.h Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] common code MCF5307 MCF5xxx

2007-12-26 Thread Greg Ungerer
. I plan on breaking out the common code into a more generic directory one day (say something like arch/m68knommu/platform/coldfire or similar). Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL

Re: [uClinux-dev] [PATCH 1/4] nios2: add sbin/, usr/bin/, and usr/sbin/ to romfs

2008-01-02 Thread Greg Ungerer
) ; \ -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB

Re: [uClinux-dev] [PATCH 2/4] nios2: allow allocating memory blocks up to 32MB

2008-01-02 Thread Greg Ungerer
Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia

Re: [uClinux-dev] [PATCH 4/4] nios2: fix memory module size detection

2008-01-02 Thread Greg Ungerer
-- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102

Re: [uClinux-dev] [PATCH 02/15] net: add missing open-eth and mtip1000 proto

2008-01-02 Thread Greg Ungerer
Hi Thomas, Thomas Chou wrote: Greg Ungerer wrote: Thomas Chou wrote: Greg Ungerer wrote: Hi Thomas, Thomas Chou wrote: Igor Opencore Ethernet driver needs this. Are these really neccessary. With appropriate module_init() calls in the drivers you shouldn't need these. Regards Greg

Re: [uClinux-dev] USB storage+IXP425+NECuPD720101 crashes

2008-01-06 Thread Greg Ungerer
:[EMAIL PROTECTED] Im Auftrag von Greg Ungerer Gesendet: Dienstag, 11. Dezember 2007 07:00 An: uClinux development list Betreff: Re: WG: [uClinux-dev] USB storage+IXP425+NECuPD720101 crashes Hi Siegdried, Siegfried Müller wrote: Is there anyone who can help me? I can't say anything is immediately

Re: [uClinux-dev] Kernel panic: BUG! while booting Coldfire 5407

2008-01-06 Thread Greg Ungerer
to the firts zone (ZONE[0]). i.e. page-flags = 0 ! We are not able to catch who's reseting page-flags. Regards Bruno - Original Message - From: Greg Ungerer [EMAIL PROTECTED] To: uClinux development list uclinux-dev@uclinux.org Sent: Tuesday, December 11, 2007 7:28 AM Subject: Re

Re: [uClinux-dev] Break on address range/JFFS2 CRC error M520x

2008-01-06 Thread Greg Ungerer
boards all had 0 based RAM. As of the 5208EVB at least that changed. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435

Re: [uClinux-dev] Kernel panic: BUG! while booting Coldfire 5407

2008-01-07 Thread Greg Ungerer
Hi Etrudes, Etudes RESEAUX - Site Provence wrote: Hi Greg, - Original Message - From: Greg Ungerer [EMAIL PROTECTED] To: uClinux development list uclinux-dev@uclinux.org Sent: Monday, January 07, 2008 6:46 AM Subject: Re: [uClinux-dev] Kernel panic: BUG! while booting Coldfire 5407

Re: [uClinux-dev] USB storage+IXP425+NECuPD720101 crashes

2008-01-08 Thread Greg Ungerer
NECuPD720101? Thank and regards Siegfried -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Greg Ungerer Gesendet: Montag, 7. Januar 2008 06:43 An: uClinux development list Betreff: Re: [uClinux-dev] USB storage+IXP425+NECuPD720101 crashes Hi

Re: [uClinux-dev] [PATCH] nios2: recheck pending irq

2008-01-16 Thread Greg Ungerer
(ret_from_interrupt) ldw r4,PT_STATUS_EXTENSION(sp) -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] [PATCH 05/07] nios2: flush cache in ptrace poke text

2008-01-23 Thread Greg Ungerer
); if (copied == sizeof(data)) break; -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825

Re: [uClinux-dev] [PATCH 06/07] nios2: add breakpoint pc offset

2008-01-23 Thread Greg Ungerer
; info.si_signo = SIGTRAP; info.si_errno = 0; + info.si_addr = (void *) fp-ea; force_sig_info(info.si_signo, info, current); } -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure

Re: [uClinux-dev] Odd RedBoot installation found - tips needed

2008-01-28 Thread Greg Ungerer
://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St

[uClinux-dev] Re: [PATCH] [NET]: Remove PowerPC code from fec.c

2008-01-29 Thread Greg Ungerer
this driver. I was always hoping that this driver would be supported on both architectures. After all the underlying eth device is essentially the same on both. Anyway... I don't have a problem with this patch, looks ok the me. Acked-by: Greg Ungerer [EMAIL PROTECTED] Regards Greg Signed-off

Re: [uClinux-dev] [PATCH] nios2: build systems without cfi flash

2008-01-29 Thread Greg Ungerer
}; @@ -163,4 +163,4 @@ print HWMK EXEMEM = $mem_selected\n; close (HWMK); -print \n--- Settings written to $target_filename\n\n; \ No newline at end of file +print \n--- Settings written to $target_filename\n\n; -- Greg Ungerer

Re: [uClinux-dev] [PATCH] nios2: fix arch prepare

2008-02-03 Thread Greg Ungerer
: @echo $($(quiet)cmd_gen_mk); @$(cmd_gen_mk) -prepare: include/nios2_system.h +archprepare: include/nios2_system.h archclean: @$(MAKE) $(clean)=arch/$(ARCH)/boot -- Greg Ungerer

[uClinux-dev] linux-2.6.24-uc0 patch set released

2008-02-03 Thread Greg Ungerer
Hi All, An update of the uClinux (MMU-less) code against 2.6.24. Mostly new m68knommu things this time around in the small patch. http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.24-uc0.patch.gz Change log: . switch m68knommu to using GENERIC_TIMEGreg Ungerer . remove dead

Re: [uClinux-dev] [patch] restore gui config support

2008-02-03 Thread Greg Ungerer
see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-04 Thread Greg Ungerer
:-) Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891

Re: [uClinux-dev] [patch] restore gui config support

2008-02-05 Thread Greg Ungerer
Mike Frysinger wrote: On Monday 04 February 2008, Greg Ungerer wrote: Mike Frysinger wrote: On Sunday 03 February 2008, Greg Ungerer wrote: Mike Frysinger wrote: blah, previous patch was half baked ... it would use menuconfig for submenus even when using gconfig/qconfig ... --- While I

Re: [uClinux-dev] What is the latest distribution of uCLinux supporting the ARM7TDMI with no MMU and the Atmel AT91

2008-02-05 Thread Greg Ungerer
-big.patch.gz Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] 20080131 patch?

2008-02-05 Thread Greg Ungerer
20070130 build. Any ideas? What in user space didn't build? What kernel version did you choose? Can you send the failed make output? Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED

Re: [uClinux-dev] [patch] for 2.6.24 give the following when attempting to do menuconfig for ARM

2008-02-06 Thread Greg Ungerer
/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-06 Thread Greg Ungerer
Hi Allon, Allon Stern wrote: On Feb 4, 2008, at 7:36 PM, Greg Ungerer wrote: The current ColdFire DMA support in Linux is limited and a little out of date though, so it alone is not a good guide :-) Any comments on the limitations? Its just hasn't been looked at much over the years. It can

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-06 Thread Greg Ungerer
Hi markus, Markus Franke wrote: Zitat von Greg Ungerer [EMAIL PROTECTED]: As a general rule you want to follow the way Linux does things. This is especially true for modern versions of the kernel (2.6.x), and especially if you want the code to be acceptable for main line inclusion. apart

Re: [uClinux-dev] Error of some sort in running make in uClinux-dist for M68K target

2008-02-06 Thread Greg Ungerer
' make: *** [linux] Error 1 [EMAIL PROTECTED]:/usr/local/uc0/uClinux-dist# Advice please folks. -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE

Re: [uClinux-dev] [PATCH] Set kconfig version/product name

2008-02-12 Thread Greg Ungerer
@@ -25,6 +25,9 @@ echo_separator() echo mainmenu \Embedded Linux Configuration\ echo +echo config KERNELVERSION +echo string +echo default 4.0 echo # -- Greg Ungerer -- Chief Software Dude EMAIL

Re: [uClinux-dev] [PATCH 2/9] nios2: set MAC regs in platform_device

2008-02-12 Thread Greg Ungerer
); return 0; -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] [PATCH5/9] nios2: enable 'make CFLAGS=...' to add additional

2008-02-12 Thread Greg Ungerer
-- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630

Re: [uClinux-dev] [PATCH 9/9] nios2: remove sg_dma_address(), sg_dma_len() macros

2008-02-12 Thread Greg Ungerer
*strat, -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891

Re: [uClinux-dev] [PATCH 1/9] nios2: linux/blk.h is obsolete

2008-02-12 Thread Greg Ungerer
/blkdev.h #endif #ifdef CONFIG_NIOS_SPI -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] [PATCH 6/9] nios2: enable 'make AFLAGS=...' to add additional

2008-02-12 Thread Greg Ungerer
LIBGCC_CFLAGS = $(if $(CONFIG_NIOS2_HW_MUL_OFF),-mno-hw-mul) -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] pppd patch

2008-02-12 Thread Greg Ungerer
/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] [PATCH 6/9] nios2: enable 'make AFLAGS=...' to add additional

2008-02-12 Thread Greg Ungerer
-mul) -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891

Re: [uClinux-dev] [PATCH] nios2: remove unused NO_MM flag

2008-02-12 Thread Greg Ungerer
. -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD

Re: [uClinux-dev] building modules

2008-02-13 Thread Greg Ungerer
://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-13 Thread Greg Ungerer
it with uClinux. No reason you couldn't though. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Questions about uClinux + M5407 + PCI Sound Card

2008-02-13 Thread Greg Ungerer
in vendors/config/common/confnig.arch is broken. Edit that file, search for fatal-wanrings, and comment out the like that adds it to LDFLAGS. (Or if you feel included fix the unrecognized check :-) Regards Greg 2008/2/13, Greg Ungerer [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi Francois

Re: [uClinux-dev] 'Instant-On' ... and uCLinux

2008-02-14 Thread Greg Ungerer
-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE

Re: [uClinux-dev] Haserl bug fixes

2008-02-19 Thread Greg Ungerer
in the latest source package from here: http://sourceforge.net/project/showfiles.php?group_id=115530package_id=167275 Ok, I imported it to uClinux-dist. Seemed to go in cleanly. Regards Greg Greg Ungerer -- Chief Software

Re: [uClinux-dev] How to compile a new driver for uClinux ?

2008-02-19 Thread Greg Ungerer
on adding drivers to Linux. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: Re : [uClinux-dev] error of compilation : drivers/mtd/chips/jedec_probe

2008-02-19 Thread Greg Ungerer
Greg Greg Ungerer -- Chief Software Dude EMAIL:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St,FAX

[uClinux-dev] Re: [PATCH] m68k{, nommu}: Wire up new timerfd syscalls

2008-02-24 Thread Greg Ungerer
Geert Uytterhoeven wrote: m68k{,nommu}: Wire up the new timerfd syscalls, which were introduced in commit 4d672e7ac79b5ec5cdc90e450823441e20464691 (timerfd: new timerfd API). Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Cc: Greg Ungerer [EMAIL PROTECTED] Acked-by: Greg Ungerer [EMAIL

Re: [uClinux-dev] [patch] netflash: respect CPPFLAGS and fix versioning.c compile

2008-02-24 Thread Greg Ungerer
-- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com

Re: [uClinux-dev] [patch] netflash: clean up a bit

2008-02-24 Thread Greg Ungerer
list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer

Re: [uClinux-dev] no inbound UDP from external

2008-02-24 Thread Greg Ungerer
DMcLeod wrote: DMcLeod wrote: Greg Ungerer wrote: DMcLeod wrote: UDP recvfrom is not working for us with the 2.6.23 kernel. Is there a patch for this? What hardware platform? What ethernet driver? Sorry. It's on a NIOSII (stratixII) running the MoreThanIP-1000 driver. I have

Re: [uClinux-dev] BitDefender and MacAfee both ID'd the distro .tar.gz files as being trojans

2008-02-25 Thread Greg Ungerer
database of bad things. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Re: MCF5282 network stall problem

2008-02-26 Thread Greg Ungerer
://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL

Re: [uClinux-dev] NFS rooting revisited (was Re: MCF5282 network stall problem)

2008-02-26 Thread Greg Ungerer
/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-26 Thread Greg Ungerer
have some doubts that with the small amount of functions above, I will be able to use all the functionality of the MCF548x's DMA controller. What parts of supporting don't you think will fit in that framework? Regards Greg Zitat von Greg Ungerer [EMAIL PROTECTED]: Hi markus, Markus Franke

Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-26 Thread Greg Ungerer
of the traditional *_dma() interface either. Plenty of other architectures still seem to have a asm-*/dma.h, with real support. So that API still seems to be alive. Regards Greg Greg Ungerer -- Chief Software Dude

Re: [uClinux-dev] Re: MCF5282 network stall problem

2008-03-03 Thread Greg Ungerer
/worse this is. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] Re: MCF5282 network stall problem

2008-03-05 Thread Greg Ungerer
in next versions. for (i = 23, ilip = 0x27; (i 36); i++) icrp[i] = ilip--; Regards Alberto -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Greg Ungerer Enviado el: miércoles, 27 de febrero de 2008 6:45 Para

Re: [uClinux-dev] Freeing init memory: 104K

2008-03-10 Thread Greg Ungerer
To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley

Re: [uClinux-dev] where is the MCF5275 Interrupt Vector Table?

2008-03-11 Thread Greg Ungerer
the vector number that interrupt 18 actually vectors too. For example, QSPI interrupt, which is source 18 on INTC0 would be vector 64+18, so vector 82. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL

Re: [uClinux-dev] Toolchain for ARM uClinux-2.6 kernel/userland

2008-03-11 Thread Greg Ungerer
2.6.24. But some of the non-mmu arm target CPU's code is not up to date for it. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE

Re: [uClinux-dev] [PATCH] Fix Illegal Instruction in signal handler on m68knommu

2008-03-12 Thread Greg Ungerer
is a slightly reworked version. It corrects the assembler ret_from_user_rt_signal code so that it is setting the correct system call number. It also removes the now dead push_cache() function. Regards Greg Greg Ungerer

Re: [uClinux-dev] Toolchain for ARM uClinux-2.6 kernel/userland

2008-03-12 Thread Greg Ungerer
hello world program. The easiest way is to put them in the dist. (Microwindows for one is already in there). Anything that uses configure will be much easier to get compiling inside the uClinux-dist too. Regards Greg - 原始信件 寄件者: Greg Ungerer [EMAIL PROTECTED] 收件者: uClinux development

Re: [uClinux-dev] Toolchain for ARM uClinux-2.6 kernel/userland

2008-03-12 Thread Greg Ungerer
Hi Jamie, Jamie Lokier wrote: Greg Ungerer wrote: By the way, should i use the linux-2.6.24-uc0.patch from uclinux as my kernel porting start point? Or use the linux-2.6.14-hsc0.patch from the uClinux/ARM2.6 project(http://opensrc.sec.samsung.com/)? In fact, the two projects confuse me. Up

Re: [uClinux-dev] Toolchain for ARM uClinux-2.6 kernel/userland

2008-03-12 Thread Greg Ungerer
. Can i use the arm-elf toolchain to compile my own application directly? I suspect that will work ok. Regards Greg 寄件者: Greg Ungerer [EMAIL PROTECTED] 收件者: uClinux development list uclinux-dev@uclinux.org 寄件日期: 2008/3/12(星期三) 下午3:01:35 主 旨: Re: [uClinux-dev] Toolchain for ARM uClinux-2.6

Re: [uClinux-dev] interrupts and the mcf_qspi.c driver on the MCF5275

2008-03-13 Thread Greg Ungerer
Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD

Re: [uClinux-dev] Add glibc to distribution?

2008-03-14 Thread Greg Ungerer
), and modify its configure and build a little. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Develope ARM uClinux-2.6 kernel

2008-03-18 Thread Greg Ungerer
://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Develope ARM uClinux-2.6 kernel

2008-03-18 Thread Greg Ungerer
-uc0-big.patch is equal to apply uClinux-dist-20070130-20080305.patch? Not equal. uClinux-dist patch has all on 2.6.24-uc0-big.patch and more. Regards Greg - 原始信件 寄件者: Greg Ungerer [EMAIL PROTECTED] 收件者: uClinux development list uclinux-dev@uclinux.org 寄件日期: 2008/3/18(星期二) 下午3:09

Re: [uClinux-dev] PAGE_OFFSET?, XIP .lds file?

2008-03-24 Thread Greg Ungerer
Hi Bob, rwarner wrote: rwarner wrote: rwarner wrote: Greg Ungerer wrote: Hi Bob, [EMAIL PROTECTED] (text) wrote: Gavin Lambert wrote: Quoth [EMAIL PROTECTED]: PAGE_OFFSET question: Looked through archives and grepped through code. It's still unclear to me how PAGE_OFFSET is getting

Re: [uClinux-dev] [PATCH / RFC 0/3] add kernel preemption support on coldfire

2008-03-27 Thread Greg Ungerer
(and I did not trigger the BUG_ON while testing). They all look ok to me. I will apply locally and send to Linus when 2.6.26 opens. Thanks Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED

[uClinux-dev] Re: [PATCH / RFC 2/3] m68knommu: add some missing section into the lds script.

2008-03-27 Thread Greg Ungerer
Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630

Re: [uClinux-dev] PAGE_OFFSET?, XIP .lds file?

2008-03-27 Thread Greg Ungerer
list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg

Re: [uClinux-dev] [PATCH] nios2: memcpy with stream-lined memory access

2008-03-27 Thread Greg Ungerer
, len); + + return dstpp; +} #endif -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

[uClinux-dev] Re: [PATCH / RFC 0/2] spinlocks fixup in fec / m68knommu driver

2008-03-28 Thread Greg Ungerer
(fec_enet_interrupt()) but fec_enet_rx() are grabbing the spinlock. Is this on purpose? No, it looks broken :-( Regards Greg -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing

[uClinux-dev] Re: [PATCH / RFC 2/2] fec: fixup spinlocks.

2008-03-28 Thread Greg Ungerer
*/ fecp = (volatile fec_t *) fec_hw[index]; + spin_lock_init(fep-lock); fep-index = index; fep-hwp = fecp; fep-netdev = dev; -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL

[uClinux-dev] Re: [PATCH / RFC 2/2] fec: fixup spinlocks.

2008-03-28 Thread Greg Ungerer
Hi Sebastion, Sebastian Siewior wrote: * Greg Ungerer | 2008-03-28 16:58:09 [+1000]: Hi Sebastion, Hi Greg, 4. Use the .*_irqsave variant in that part which may be called from IRQ or user mode. I couldn't see any changes here that switched to use *_irqsave? The only lock user that may

Re: [uClinux-dev] [PATCH / RFC 0/3] add kernel preemption support on coldfire

2008-03-28 Thread Greg Ungerer
Hi Sebastion, Sebastian Siewior wrote: * Greg Ungerer | 2008-03-28 15:13:11 [+1000]: Patch #3 adds kernel support for kernel preemption. I don't disable interrupts because there should be already disabled (and I did not trigger the BUG_ON while testing). They all look ok to me. I will apply

Re: [uClinux-dev] Using flashw - how to?

2008-04-01 Thread Greg Ungerer
This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing

Re: [uClinux-dev] Starting ths same program multiple times

2008-04-02 Thread Greg Ungerer
Hi Gavin, Gavin Lambert wrote: Quoth Greg Ungerer: Well in this sense there is no libraries. You lost any notion of them at the link stage. With no shared libraries all you have is the final binaries. (Yes each will contain some of code that was in the build library archives). That's my

[uClinux-dev] Re: [PATCH / RFC 0/2] spinlocks fixup in fec / m68knommu driver

2008-04-02 Thread Greg Ungerer
Sebastian Siewior wrote: Greg Ungerer wrote: Hi Sebastion, s/o/a :) Sorry :-) No, it looks broken :-( I'm going to post a cleanup patch and a locking fixup patch. The missing lock is more serious than I though in first place. Be aware there are other known problems with this driver

Re: [uClinux-dev] initramfs and bflt on at91sam9260

2008-04-02 Thread Greg Ungerer
. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7

Re: [uClinux-dev] Using flashw - how to?

2008-04-02 Thread Greg Ungerer
for the available arguments and formats, etc. If the command line partition setup can do everything you need then that is the way to go. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure

Re: [uClinux-dev] Debug information in vmlinux build printk output location.

2008-04-02 Thread Greg Ungerer
) but it may not have target command line support yet. You can always compile in a command line. Hope that helps. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing Corporation

[uClinux-dev] Re: [PATCH 1/5] fec: kill warnings

2008-04-03 Thread Greg Ungerer
net_device *dev; - int i, j, err; + int i, err; DECLARE_MAC_BUF(mac); printk(FEC ENET Version 0.2\n); -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing Corporation

[uClinux-dev] Re: [PATCH 5/5] m68knommu: dont allocate unused interrupts

2008-04-03 Thread Greg Ungerer
) -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630

[uClinux-dev] Re: [PATCH 0/5] fixup locking on m68knommu fec

2008-04-03 Thread Greg Ungerer
Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http

[uClinux-dev] Re: [PATCH 5/5] m68knommu: dont allocate unused interrupts

2008-04-03 Thread Greg Ungerer
Sebastian Siewior wrote: * Greg Ungerer | 2008-04-03 16:47:58 [+1000]: This is because we register enable way more interrupt sources than we actually handle. FEC_ENET_RXF (packet received), FEC_ENET_TXF (packet trasmitted) and FEC_ENET_MII (mii command done) are handled by the ISR. In my case

[uClinux-dev] Re: [PATCH 1/5] fec: kill warnings

2008-04-03 Thread Greg Ungerer
Sebastian Siewior wrote: * Greg Ungerer | 2008-04-03 16:30:48 [+1000]: Hi Sebastian, Sebastian Siewior wrote: linux-2.6-mk68/drivers/net/fec.c: In function 'fec_enet_module_init': linux-2.6-mk68/drivers/net/fec.c:2627: warning: unused variable 'j' linux-2.6-mk68/drivers/net/fec.c: At top

Re: [uClinux-dev] initramfs and bflt on at91sam9260

2008-04-03 Thread Greg Ungerer
/armnommu/config.arch // original endif That looks like a reasonable way to do it. Normally for a new board your would also create a vendor/board specific config directory (so a vendors/Atmel/at91sam9260 in your case). Regards Greg Greg Ungerer wrote: Hi Mike, Mike Sander wrote: I

Re: [uClinux-dev] Lattice port and others

2008-04-14 Thread Greg Ungerer
convince Andrew Moreton first. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Lattice port and others

2008-04-14 Thread Greg Ungerer
is microblaze. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] execute in place - yes or no?

2008-04-15 Thread Greg Ungerer
(in the filesystem) that means you might be able to avoid this. But you would still need 2 above. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE

Re: [uClinux-dev] execute in place - yes or no?

2008-04-15 Thread Greg Ungerer
this? There are a number of ways to setup the kernel and filesystem. Depends on what RAM and flash tradeoffs you want to make. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear

Re: [uClinux-dev] uClinux for the AT91SAM7X-familiy

2008-04-15 Thread Greg Ungerer
patches. The at91 support is nice and generic, and the AT91SAM7 parts should fit nicely into that. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company

Re: [uClinux-dev] execute in place - yes or no?

2008-04-17 Thread Greg Ungerer
for NO_SHARED_LIBS to see the changes involved. Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] Kernel 2.6.25

2008-04-23 Thread Greg Ungerer
and updating patches (kept in the uClinux-dist linux-2.6.x sources). In addition, the XIP portion of the kernel also appeared broken for the ARM7TDMI. Has it ever worked in the 2.6 series kernels? Regards Greg Greg Ungerer

Re: [uClinux-dev] Kernel 2.6.25

2008-04-23 Thread Greg Ungerer
() cache_alloc_refill() Yahoo !!! No i need to connect a console to my serial port and see if that is functioning. l8r - bob -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing Corporation

Re: [uClinux-dev] [PATCH] bump up default stack size for samba apps

2008-04-23 Thread Greg Ungerer
+ all: $(MAKE) -C source clean: Applied, thanks. Regards Greg -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825

Re: [uClinux-dev] [PATCH] nios2: fix ioremap nocache

2008-04-23 Thread Greg Ungerer
) { - return (void *)physaddr; + return (cacheflag == IOMAP_FULL_CACHING) ? (void *)(physaddr ~0x8000) : + (void *)(physaddr | 0x8000); } /* -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL

Re: [uClinux-dev] [PATCH] nios2: flush data cache with address matching

2008-04-23 Thread Greg Ungerer
) +{ + cache_invalidate_data(paddr, len); +} + +/* * dcache_push() semantics: Write back and dirty data cache and invalidate * the range. */ -- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED

Re: [uClinux-dev] getting error to create arm-linux toolchain

2008-04-24 Thread Greg Ungerer
Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD

<    1   2   3   4   5   6   7   8   9   10   >