Re: [uClinux-dev] linux-2.6.22-uc0 patch set released

2007-07-17 Thread Greg Ungerer
Hi Doug, Doug Kehn wrote: --- Greg Ungerer wrote: And by popular request here is a big patch that will bring a stock 2.6.22 kernel up to a uClinux-dist 2.6.x level kernel: http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.22-uc0-big.patch.gz iptables fails to compile after

Re: [uClinux-dev] Coldfire and cache flush

2007-07-18 Thread Greg Ungerer
is merely a stub - it doesn't actually do anything. It could be fixed :-) (See function sys_cacheflush() in linux-2.4.x/arch/m68knommu/kernel/sys_m68k.c( Regards Greg -------- Greg Ungerer -- Chief Software Dude

Re: [uClinux-dev] Networking problems

2007-07-19 Thread Greg Ungerer
ols/arm-linux/arm-linux-tools-20061213.tar.gz 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] uClinux on EP9315A???

2007-07-19 Thread Greg Ungerer
linux patches? Why would you want to? Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanl

Re: [uClinux-dev] Networking problems

2007-07-19 Thread Greg Ungerer
s Greg On 7/19/07, *Greg Ungerer* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi Jesus, You don't like the answers you got on the arm.linux.kernel mainling list for this same question :-) Jesus Lopez wrote: > I must write some code for a c

Re: [uClinux-dev] [patch] Add new user package 'haserl'

2007-07-19 Thread Greg Ungerer
next uClinux-dist release. Thanks Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] processor Id for SAMSUNG S3C44B0X

2007-07-19 Thread Greg Ungerer
.19. http://lkml.org/lkml/2006/4/4/281. Even if that was applied, does it fix this driver? Is there a similar patch for 2.6.19 kernel which comes with uClinux-dist-20070130.tar.gz I am not aware of one. Regards Greg ------

Re: [uClinux-dev] Build uClinux Fails w/ ELF tools 20061214

2007-07-23 Thread Greg Ungerer
an/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] BSP for Savant CPU card

2007-07-23 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

Re: [uClinux-dev] uClinux error jffs2 "cannot find -lz"

2007-07-24 Thread Greg Ungerer
jeffers/projects/uClinux-cdl/lib' ___ uClinux-dev mailing 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/optio

Re: [uClinux-dev] [PATCH] BSP for Savant CPU card

2007-07-24 Thread Greg Ungerer
egards Greg ---- 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

Re: [uClinux-dev] Re: [PATCH] Coldfire QSPI Encoded CS

2007-07-24 Thread Greg Ungerer
Greg 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] coldfire 5235 using 3 built in UARTS

2007-07-24 Thread Greg Ungerer
x/Documentation/CodingStyle. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongab

Re: [uClinux-dev] [PATCH] coldfire 5235 using 3 built in UARTS

2007-07-25 Thread Greg Ungerer
Hi Wolfgang, Wolfgang Mües wrote: Hello Greg, On Mittwoch, 25. Juli 2007, Greg Ungerer wrote: And one style issue. Comments in the kernel should not be c89/c++ style, don't use "//". See linux-2.6.x/Documentation/CodingStyle. I had a look: Chapter 7: Co

Re: [uClinux-dev] uClinux-dist-20070130 location

2007-07-25 Thread Greg Ungerer
allow you access to this page " Something does look to be broken. I have notified the sysadmins. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Comput

Re: [uClinux-dev] [PATCH] BSP for Savant CPU card

2007-07-25 Thread Greg Ungerer
Interrupt number for EPORT3 */ #defineMCFINT_EPF44/* Interrupt number for EPORT4 */ Wilson On Jul 25, 2007, at 12:00 PM, [EMAIL PROTECTED] wrote: -- Message: 3 Date: Wed, 25 Jul 2007 14:19:36 +1000 From: Greg Ungerer <[EMAIL PROTECTED]

Re: [uClinux-dev] write peripheral user

2007-07-26 Thread Greg Ungerer
. For example many of the ColdFire CPU's can trap on accesses to certain address regions when running in user mode. Typically it can be disabled though. Regards Greg ---- Greg Ungerer -- Chief Software Dude EMAIL:

Re: [uClinux-dev] [PATCH] Fix segmentation fault in elf2flt on amd64

2007-07-31 Thread Greg Ungerer
ofile) { ofile = malloc(strlen(fname) + 5 + 1); /* 5 to add suffix */ +if (ofile == NULL) { + perror("malloc"); + exit(1); +} strcpy(ofile, fname); strcat(ofile, ".bflt"); } --

Re: [uClinux-dev] The fatal errors about ucLinux-2.6.22

2007-08-01 Thread Greg Ungerer
0800 00757fb0 a010 > > > 7f80: 7960f000 fff1a000 77206c6f 007954c4 0079ffa0 ffe0 > 00757fb0 > > 7fa0: 00013b84 00013b8c 4013 fff1a000 0079ebf5 00795340 > 007960de > > 7fc0: 007954ac 0079ffb8 ff8600b7

Re: [uClinux-dev] insmod fails with kernel 2.6.22 on coldfire M5272

2007-08-02 Thread Greg Ungerer
ge 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 Corpo

Re: [uClinux-dev] Another questions about linux crash.

2007-08-02 Thread Greg Ungerer
ist 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 -- Chief Softw

Re: [uClinux-dev] Mysql compilation - Need help

2007-08-06 Thread Greg Ungerer
ns -fno-rtti -rdynamic -o mysql mysql.o readline.o sql_string.o completion_hash.o -lreadline -lncurses ../libmysql/.libs/libmysqlclient.a -L/XScale/MTSI-XSCL01/SourceCode/snapgear/lib -lcrypt -lnsl -lm /usr/local/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld: skipping inco

Re: [uClinux-dev] change ram size on m5329evb

2007-08-06 Thread Greg Ungerer
gards Greg ---- 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.Sn

Re: [uClinux-dev] Accessing MCF5329 registers directly from user space of 2.6 kernel (uClinux-dist-20060803).

2007-08-06 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] Unbalanced enable for IRQ 67 WARNING when switch to 2.6.22 from 2.6.19

2007-08-06 Thread Greg Ungerer
send the dump output? Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St

Re: [uClinux-dev] insmod fails with kernel 2.6.22 on coldfire M5272

2007-08-06 Thread Greg Ungerer
ou want to keep this patch for future. Harry On 8/2/07, *Greg Ungerer * <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi Harry, Harry Gunnarsson wrote: > Actually, I did use the -uc0-big patch. A bug in the initial email I > sent out... >

Re: [uClinux-dev] RE: Accessing MCF5329 registers directly from user space of 2.6 kernel (uClinux-dist-20060803).

2007-08-07 Thread Greg Ungerer
Hi Ted, Ted Victorio wrote: The failed behavior is bad data; all registers (e.g. GPIO) will read 0x. The test value of MCF_SCM_MPR was 0x7666 Can you show the code that you used to access registers? Regards Greg Greg Ungerer gerg at snapgear.com wrote: > What is the fai

Re: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-08-08 Thread Greg Ungerer
zero values near the start of the GOT that I never figured out but I thought I'd dealt with the relocations properly. Cheers, Davidm -- -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED]

Re: [uClinux-dev] Dnsmasq v1.x application

2007-08-08 Thread Greg Ungerer
asq, I haven't looked at the code myself. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61

Re: [uClinux-dev] Shared library issues on m68knommu and gcc 4.1.1

2007-08-09 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: Hi Greg, Greg Ungerer wrote: Hi Jate, Jate Sujjavanich wrote: What did you have to change? Anything not fixed in the latest uClinux-dist patches? When I tried the only thing that struck me as odd (and that I had to fix) was the location of the compilers limits.h

[uClinux-dev] new test release of uClinux-dist

2007-08-09 Thread Greg Ungerer
to fix them :-) Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] 5208EVB m68k-uclinux/elf-gcc code size difference

2007-08-13 Thread Greg Ungerer
t 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 Ungere

Re: [uClinux-dev] NAND Flash M5329EVB patch

2007-08-13 Thread Greg Ungerer
inux-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 Ung

Re: [uClinux-dev] [PATCH] Update dnsmasq package to v1.18

2007-08-15 Thread Greg Ungerer
ux.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] netflash can't open /dev/mtd1 RW if root=/dev/rom1?

2007-08-19 Thread Greg Ungerer
sage 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 Corporation

Re: [uClinux-dev] coldfire 5208evb won't compile after applying patch 20070521

2007-08-20 Thread Greg Ungerer
yone has a clue what went wrong? This is fixed in the most recent patch. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] SnapGear -- a Secure Computing Company PHONE:

Re: [uClinux-dev] __clear_user link error

2007-08-21 Thread Greg Ungerer
e 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 Stanl

Re: [uClinux-dev] Patch for OpenCores MAC driver

2007-08-21 Thread Greg Ungerer
ets (which it has been known to do). - Added optional compile-time specifying of the MDC divisor. Enjoy. I hope to see this in the next release. :) Looks ok as far as I can tell. I committed it. Thanks. Regards Greg ---- Gr

Re: [uClinux-dev] RE: Accessing MCF5329 registers directly from user space of 2.6 kernel (uClinux-dist-20060803).

2007-08-21 Thread Greg Ungerer
inition of this? Regards Greg } Thanks again for your help. Greg Ungerer gerg at snapgear.com wrote: Can you show the code that you used to access registers? Regards Greg Ted Victorio wrote: The failed behavior is bad data; all registers (e.g. GPIO)

Re: [uClinux-dev] disabling a serial port - how to number?

2007-08-22 Thread Greg Ungerer
ist 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] Regarding Snapgear Software Release Notes

2007-08-22 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

Re: [uClinux-dev] [PATCH] m68k(nommu): Add missing syscalls

2007-08-22 Thread Greg Ungerer
ptions/uclinux-dev -- ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX:

Re: [uClinux-dev] Using LTIB with the logic loader

2007-08-26 Thread Greg Ungerer
ation in some global variables and then handle that in setup_arch() later on. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3

Re: [uClinux-dev] Support for ncurses?

2007-08-27 Thread Greg Ungerer
#x27;editline' (http://www.thrysoee.dk/editline/) and 'libtecla' (http://www.astro.caltech.edu/~mcs/tecla/index.html). Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Se

Re: [uClinux-dev] __NR_restart_syscall

2007-08-27 Thread Greg Ungerer
handling looks like it should work the same as for m68k. I'll fix... Thanks Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +6

Re: [uClinux-dev] problem with romfs system after applying the new patch (uClinux-dist-20070130-20070820.patch.gz)

2007-08-27 Thread Greg Ungerer
patch: Linux version 2.6.19-uc1 ([EMAIL PROTECTED]) (gcc version 4.1.1) #21 Fri Aug 3 12:54:30 CEST 2007 uClinux/COLDFIRE(m520x) COLDFIRE port done by Greg Ungerer, [EMAIL PROTECTED] ... uclinux[mtd]: RAM probe address=0x40145d70 size=0x128000 Creating 1 MTD partitions on "RAM":

Re: [uClinux-dev] PERL

2007-08-28 Thread Greg Ungerer
*** [ perl ] Error 2 * Waiting for unfinished jobs ... I recently did some fixes to get perl compiling and working. Get the latest test release from: http://www.uclinux.org/pub/uClinux/dist/ Regards Greg ---- Gr

Re: [uClinux-dev] PERL

2007-08-28 Thread Greg Ungerer
know how to compile perl for ARM ixp425 arch. Thanks. On 8/28/07, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi Mihir, Mihir Sevak wrote: Hello everyone, I am working with snapgear 3.4 version and I want to build PERL binary for arm ixp425 arch. I am getting folloing error : * No r

Re: [uClinux-dev] netflash, anybody experience wtih flashing from a local file?

2007-09-24 Thread Greg Ungerer
d a file), while you are erasing/writing it to flash. Ofcourse the mounted cramfs is not going to know that everything is changing under it. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECT

Re: AW: [uClinux-dev] netflash, anybody experience wtih flashing froma local file?

2007-09-24 Thread Greg Ungerer
ECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Greg Ungerer Gesendet: Dienstag, 25. September 2007 02:41 An: uClinux development list Betreff: Re: [uClinux-dev] netflash, anybody experience wtih flashing froma local file? Hi Siegfried, Siegfried Müller wrote: Does anybody have experience with net

Re: [uClinux-dev] Need help about to build uClinux.

2007-09-24 Thread Greg Ungerer
uClinux-dev mailing 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 -- ----

Re: [uClinux-dev] PERL

2007-09-24 Thread Greg Ungerer
appreciated. Please send the compile output upto where it hangs. Regards Greg On 8/28/07, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi Mihir, Mihir Sevak wrote: As greg suggested to use the latest uClinux distribution No, I said the latest _test_ release. The current 20070

[uClinux-dev] Re: [PATCH] Implement mmap on the m532xfb

2007-09-24 Thread Greg Ungerer
ks. Regards Greg ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61

Re: [uClinux-dev] HELP!!! What does "BINFMT_FLAT: reloc outside program" mean!

2007-09-25 Thread Greg Ungerer
lace to discover which reloc types are needed by each architecture. I don't know if that would make the binaries larger. Or just ditch bFLT and make FDPIC work on all the architectures, that would be nice :-) A much better solution :-) Regards Greg -------

Re: [uClinux-dev] How to install multiple versions of Snapgear toolchain?

2007-10-03 Thread Greg Ungerer
bscribe 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 S

Re: [uClinux-dev] Building 2.4 and 2.6 based distro with glibc from the same Snapgear package

2007-10-03 Thread Greg Ungerer
quot;, and it didn't work because the binaries were hard coded to look for header files in the absolute directory /usr/local/arm-linux/include. Ideally you want to use the 3.4.4 toolchain for all. The older 3.3.2 is known to be buggy on some code. Update your 2.4 source if you can. Regards

Re: [uClinux-dev] Upgrading to newer bridge-utils

2007-10-11 Thread Greg Ungerer
just merge it (hopefully replacing the old one all together). Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 28

Re: [uClinux-dev] Enable the 3rd UART port on 5329EVB

2007-10-14 Thread Greg Ungerer
ks, Allen Yang -------- 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, Austra

Re: [uClinux-dev]error in make uClinux-Samsung

2007-10-14 Thread Greg Ungerer
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 -- Chief Softw

Re: [uClinux-dev] got signal 1!

2007-10-19 Thread Greg Ungerer
"Got Signal 1"? What is the possible probem? What is the workload? What programs are running? What IO is going on? What kernel version? What dist version? What toolchain did you use? Regards Greg ---- Greg Ungerer

Re: [uClinux-dev] 2.4.x to 2.6.x flat loader changes

2007-10-18 Thread Greg Ungerer
seem to be a real problem area with newer tool chains though... Regards Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888

Re: [uClinux-dev] Sporadic hang on opening /dev/console

2007-10-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, FAX:

Re: [uClinux-dev] Re: Repository for 2.6.x

2007-10-22 Thread Greg Ungerer
to get to the point where linux-2.6.20-uc0.patch.gz will apply cleanly? Apply it to a standard 2.6.20. Most people probably use the "big" patch if they are building with uClinux-dist. Regards Greg Greg Ung

Re: [uClinux-dev] problem memory region on arm boot

2007-10-28 Thread Greg Ungerer
t code are you using? Or is it something else? Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley

Re: [uClinux-dev] cache fault in coldfire 5282 design

2007-10-28 Thread Greg Ungerer
ot only the instruction cache. For this 'flush_icache' is defined. Yes, it should be flushing everything. The cache code is less than ideal for most ColdFire members. It needs a good cleanup. Regards Greg Greg Unge

Re: [uClinux-dev] latest list of nios2 fixes/cleanups

2007-10-28 Thread Greg Ungerer
the better, which is why i'm posting so frequently. no sense dragging this out, but if folks think i'm abusing the mandate of the mailing list, i'll respect that and take the discussion elsewhere. I'd say this is _exactly_ what this mailing list is for :-) Keep post

Re: [uClinux-dev] Porting Linux programs to uClinux and other

2007-10-29 Thread Greg Ungerer
Greg 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:

Re: [uClinux-dev] A "Segmentation fault" as below when "make menuconfig" after patched with uClinux-dist-20070130-20071101.patch.gz

2007-11-07 Thread Greg Ungerer
-dev mailing 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 -- ---

Re: [uClinux-dev] Errors when compile uClinux with CodeSourcery tool chains

2007-11-11 Thread Greg Ungerer
ve) to point at the right compiler prefix, and add the appropriate install directory to my path. Regards Greg ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing Corporation

Re: [uClinux-dev] netstat: Not Built

2007-11-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, 4102, Australia

[uClinux-dev] Re: [PATCH] m68knomu: remove dead config symbols from m68knomu code

2007-11-13 Thread Greg Ungerer
Jiri Olsa wrote: remove dead config symbols from m68knommu code Signed-off-by: Jiri Olsa <[EMAIL PROTECTED]> Acked-by: Greg Ungerer <[EMAIL PROTECTED]> --- arch/m68knommu/kernel/setup.c|3 --- include/asm-m68knommu/mcfne.h| 27 ---

Re: [uClinux-dev] [PATCH] haserl's "clean" isn't cleaning enough

2007-11-15 Thread Greg Ungerer
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 -- Chie

[uClinux-dev] Re: [PATCH] m68knommu: Removing config variable BDM_DISABLE

2007-11-18 Thread Greg Ungerer
FIG_BDM_DISABLE/ is the more correct fix. Regards Greg -- -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St,

Re: [uClinux-dev] Is there dma support in coldfire m532x?

2007-11-20 Thread Greg Ungerer
Greg Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloon

Re: [uClinux-dev] (stupid) question concerning uClinux environment

2007-11-20 Thread Greg Ungerer
v 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 Corporatio

Re: [uClinux-dev] user apps and SourceryG++

2007-11-20 Thread Greg Ungerer
linux-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: [EMAIL PROTECTED] Secure Comput

Re: [uClinux-dev] small build bugs in uClinux-dist-20071107

2007-11-20 Thread Greg Ungerer
eone posted the changes needed last spring)? If it doesn't break other targets. Can you send a pointer to the changes posted, I don't recall it. Regards Greg -------- Greg Ungerer -- Chief Software Dude EMAIL

[uClinux-dev] Re: [PATCH] nios2: hwselect not needed to make headers_install

2007-11-20 Thread Greg Ungerer
andocs + htmldocs mandocs headers_install -include $(HARDWARE_MK) build_targets = $(filter-out $(pardoned_targets), $(MAKECMDGOALS)) -- ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PRO

[uClinux-dev] Re: [PATCH] nios2: update vendor configs

2007-11-20 Thread Greg Ungerer
CONFIG_LANG_JAPANESE is not set -# CONFIG_LANG_DEBUG is not set - -# -# SnapGear Device Settings -# -CONFIG_SIZE_VAR_PART=0 -CONFIG_SIZE_CONFIG_PART=0 -CONFIG_SIZE_SYSLOG_MAXSIZE=16 - -# # Core Applications # CONFIG_USER_INIT_INIT=y -- -

[uClinux-dev] Re: [PATCH] isp1362: skip clock ready check

2007-11-20 Thread Greg Ungerer
ret = -ENODEV; } - return ret; + return 0; // SKIP ret; } static void isp1362_hc_stop(struct usb_hcd *hcd) -- -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Compu

[uClinux-dev] Re: [PATCH] nios2: relocate linux/usb_isp1362.h to linux/usb/isp1362.h

2007-11-20 Thread Greg Ungerer
IRQ na_usb_irq -- -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloonga

Re: [uClinux-dev] small build bugs in uClinux-dist-20071107

2007-11-20 Thread Greg Ungerer
lease, and some issues still need to be resolved. Maybe the above correction for the script execute permission can help someone else. I have put fixes in place for those scripts. Regards Greg Greg Ungerer -- Chief Sof

Re: [uClinux-dev] Interrupt latency on M5272

2007-11-21 Thread Greg Ungerer
driver in the linux-2.4.x/drivers/char/m5249audio.c. It bypasses the linux interrupt handling, and uses its own assembler version of an interrupt routine (specifically to get low latency). Regards Greg -------- Greg Ungerer -- Chief

Re: [uClinux-dev] user apps and SourceryG++

2007-11-21 Thread Greg Ungerer
release. Regards Greg On 11/20/07, *Greg Ungerer* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi Harry, Harry Gunnarsson wrote: > Regarding the second question. > > I believe David & Greg replied on this in a similar email thread

[uClinux-dev] Re: [PATCH 1/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
Hi Alte, Atle Nissestad wrote: This series of patches (along with the patches from Thomas Chou) brings the nios2nommu arch up-to-date for the current kernel. The 1st patch is rather large, but I hope its OK ... I would prefer if it was broken down a bit more. Logically the driver patches shou

[uClinux-dev] Re: [PATCH 1/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
should be separate. I commited the nios2 specific parts for now. Thanks Greg Signed-off-by: Atle Nissestad <[EMAIL PROTECTED]> -- ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Com

[uClinux-dev] Re: [PATCH 2/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
individual port power switching (1) -.power_switching_mode = 0, -.reset = NULL /* isp116x_reset */, .delay = isp116x_delay, }; -- -------- Greg Ungerer -- Chi

[uClinux-dev] Re: [PATCH 3/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
144 + /* 144 __NR_msync obsolete */ #define __NR_readv 145 #define __NR_writev146 #define __NR_getsid147 -- ---- Greg Ungerer -- Chief Software Dude EMAIL:

[uClinux-dev] Re: [PATCH 4/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || SOC_AU1X00 || BFIN || NIOS2 help This is a driver for SMC's 91x series of Ethernet chipsets, including the SMC91C94 and the SMC91C111. Say Y if you want it --

[uClinux-dev] Re: [PATCH 5/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
extern void pcibios_fixup_irqs(void); extern int pciauto_assign_resources(int busno, struct pci_channel *hose); #endif -static inline void pcibios_add_platform_entries(struct pci_dev *dev) -{ -} - #endif /* __KERNEL__ */ /* generic pci stuff */ -- -

[uClinux-dev] Re: [PATCH 6/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
E) { @@ -205,8 +205,7 @@ void free_initrd_mem(unsigned long start, unsigned long end) } #endif -void -free_initmem() +void free_initmem(void) { #ifdef CONFIG_RAMKERNEL unsigned long addr; -- ---- Greg Ungerer -- Chief Software

[uClinux-dev] Re: [PATCH 7/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
#ifdef __KERNEL__ -#define NR_syscalls322 #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR -- ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing Corpo

[uClinux-dev] Re: [PATCH 8/9] nios2: Updates for kernel 2.6.23

2007-11-21 Thread Greg Ungerer
+ }) + #endif /* _NIOS2NOMMU_SYSTEM_H */ -- -------- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St,

Re: [uClinux-dev] Interrupt latency on M5272

2007-11-22 Thread Greg Ungerer
(and you cannot use linux primitives in it - you are bypassing all kernel locking). Regards Greg On Nov 21, 2007 4:04 PM, Greg Ungerer <[EMAIL PROTECTED]> wrote: Hi Harry, Harry Gunnarsson wrote: Hi everybody, I am running uClinux on a custom board with the following configuration

Re: [uClinux-dev] Building uClinux kernel (2.6.19) for S3C4510b from scratch.

2007-11-25 Thread Greg Ungerer
nux.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] small build bugs in uClinux-dist-20071107

2007-11-28 Thread Greg Ungerer
ybox mount for a better general purpose mount. Regards Greg ---- Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing CorporationPHONE: +61 7 3435 2888 825 Stanley St,

Re: [uClinux-dev] Section mismatch in uClinux 20071107 patch

2007-11-29 Thread Greg Ungerer
l start up assembler code - .init.text will definately be present (not freed yet). It is in the .text section so I can keep it at the start address of the kernel code (not somewhere in the middle of the kernel image). Regards Greg -----

Re: [uClinux-dev] small build bugs in uClinux-dist-20071107

2007-11-29 Thread Greg Ungerer
Hi Lance, Lance Spaulding wrote: Greg Ungerer wrote: Lance Spaulding wrote: I was looking at the changes in the 20071107 patch and noticed the following in vendors/config/arm/config.arch: ifneq ($(shell which arm-linux-20070808-gcc),) ifeq ($(UCLINUX_BUILD_BOOT),1) CROSS_COMPILE = arm-linux

Re: [uClinux-dev] problems with serial port on MCF5373 (MCF532x) - or yet another stupid programming fault by me?

2007-11-29 Thread Greg Ungerer
x-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 -- Chief Software Dude EMAIL: [EMAIL PROTECTED]

Re: [uClinux-dev] Building uClinux kernel (2.6.19) for S3C4510b from scratch.

2007-11-29 Thread Greg Ungerer
CONFIG_CRYPTO_CAST5 is not set # CONFIG_CRYPTO_CAST6 is not set # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_ARC4 is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_ANUBIS is not set # CONFIG_CRYPTO_DEFLATE is not set # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_CRC32C i

<    4   5   6   7   8   9   10   11   12   13   >