Re: [uClinux-dev] out-of-date libgmp / building for M5208

2015-12-09 Thread David McCullough
itch to automake you can add that option to a Kconfig in the libgmp directory, again, there are quite a few examples in the tree. some have their own Kconfig files: grep -l automake lib/*/makefile user/*/makefile ls lib/*/Kconfig user/*/Kconfig to find them all. Cheers,

Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-23 Thread David McCullough
ery-tools/sourcery-codebench/editions/lite-edition/ Maybe do some googling ;-) Cheers, Davidm > -Original Message- > From: David McCullough [mailto:david_mccullo...@mcafee.com] > Sent: Friday, July 20, 2012 10:23 AM > To: Pankaj DEV > Cc: uclinux-dev@uclinux.org >

Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-19 Thread David McCullough
6 > > To build the user application binary (FLAT), I downloaded the > following(latest) version of ELF2FLT package from > http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary > > 2011-04-04 > > David McCullough > <http://blackfin.uclinu

Re: [uClinux-dev] something is wrong

2012-04-26 Thread David McCullough
linux-dev > > > > > ___ > 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

Re: [uClinux-dev] [PATCH] ld-elf2flt: do not alias -v to --verbose

2011-04-03 Thread David McCullough
} else if (streqn(arg, "-m")) { > -- > 1.7.4.1 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@ucl

Re: [uClinux-dev] Shared libraries + CVS

2011-03-31 Thread David McCullough
ing used. Should be easy enoug to graft in what you had working/have found to get it back working again. Someone else would have to confirm because I haven't even looked sideways at this stuff forever, but I think shared lib support is/was broken in 2.6 ? Might be why it's go

Re: [uClinux-dev] Shared libraries + CVS

2011-03-31 Thread David McCullough
tting what had changed. It also hasn't been updates for a long time and could be turned off IMO, Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear http://www.mcafee.com http://www.uCdot.org _

Re: [uClinux-dev] Changing e-mail

2011-03-28 Thread David McCullough
Jivin Simon V Chamlian lays it down ... > > Hi, > > Is there a way to change my e-mail address? You can try here: https://mailman.uclinux.org/mailman/listinfo/uclinux-dev or just unsubscribe and resubscribe ;-) Cheers, Davidm -- David McCullough, david_mccullo..

Re: [uClinux-dev] elf2flt patch on mingw

2011-02-15 Thread David McCullough
&& S_ISDIR(buf.st_mode)) { > + bindir = concat(tmp, "/", NULL); > + } > } > > /* Typically ld-elf2flt is invoked as `ld` which means error > ___ > uClinux-dev mailing list > uClinux-d

Re: [uClinux-dev] [PATCH] elf2flt.ld: give .note.ABI-tag its own output section

2010-12-16 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Thursday, December 16, 2010 16:56:56 David McCullough wrote: > > > On Wednesday, December 15, 2010 20:40:14 David McCullough wrote: > > > > I thought that if it's not needed in the flat file, perhaps you should > > >

Re: [uClinux-dev] [PATCH] elf2flt.ld: give .note.ABI-tag its own output section

2010-12-16 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Wednesday, December 15, 2010 20:40:14 David McCullough wrote: > > I thought that if it's not needed in the flat file, perhaps you should > > have put it lower in the ld script like the .debug sections etc, that way > > it wi

Re: [uClinux-dev] [PATCH] elf2flt.ld: give .note.ABI-tag its own output section

2010-12-15 Thread David McCullough
ons etc, that way it will not get pushed into the text/data of the flat executable but should still be in the elf file for debugging etc ? Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear http://www.mcafee.com http://www.uCdo

Re: [uClinux-dev] Get RT73 driver to work on 2.4 or try to move to 2.6? ARM7 from Nuvoton

2010-10-20 Thread David McCullough
Jivin Sima Baymani lays it down ... > > > On Wed, Oct 20, 2010 at 12:46 PM, David McCullough > wrote: > > > > - the RT73 is a Ralink wifi-unit. According to Ralink, it "should" > work on Linux 2.4 and 2.6. Does that (generally) mean that Linux 2.4

Re: [uClinux-dev] Get RT73 driver to work on 2.4 or try to move to 2.6? ARM7 from Nuvoton

2010-10-20 Thread David McCullough
e vendor > patches > or fixes that would allow it to see the device you have plugged in. > > > > > > I have also downloaded usbutils (and libusb which seemed to be > needed?) but not yet tried to compile it into my kernel. I tried to figure >

Re: [uClinux-dev] Get RT73 driver to work on 2.4 or try to move to 2.6? ARM7 from Nuvoton

2010-10-20 Thread David McCullough
drivers on a CD or on its website > that you must compile for your kernel. Which is almost certainly the case here, at least in my experience with the rt73 driver :-) Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McA

Re: [uClinux-dev] Get RT73 driver to work on 2.4 or try to move to 2.6? ARM7 from Nuvoton

2010-10-19 Thread David McCullough
d to compile it into my kernel. I tried to figure out which > version to use for 2.4, but did not find any specifics, so I'm starting with > the latest. Any advice on that? No, not sure you need it, the proc entry is probably enough for now. Cheers, Davidm > > Thanks

Re: [uClinux-dev] Get RT73 driver to work on 2.4 or try to move to 2.6? ARM7 from Nuvoton

2010-10-14 Thread David McCullough
Jivin Sima Baymani lays it down ... > David, thanks a lot for your input. > > > On Thu, Oct 14, 2010 at 6:28 AM, David McCullough > wrote: > > > > Jivin Sima Baymani lays it down ... > > > Hi all, > > I've been l

Re: [uClinux-dev] Get RT73 driver to work on 2.4 or try to move to 2.6? ARM7 from Nuvoton

2010-10-13 Thread David McCullough
; Command: mount -t ramfs none /etc > Command: mount -t ramfs none /flash > Command: mount -t ramfs none /home > Command: mount -t ramfs none /tmp > Command: > Command: camera& > no support > [8] > Command: > Command: #need to wait for connection to get up before we try

Re: [uClinux-dev] [PATCH] ld-elf2flt.c: fix runtime relocatable support

2010-08-16 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Tue, Aug 17, 2010 at 12:26 AM, David McCullough wrote: > > Applied, > > damn; your new mcafee overlords making you fast or something ? :) Oops, sorry about that ;-) -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 7

Re: [uClinux-dev] [PATCH] ld-elf2flt.c: fix runtime relocatable support

2010-08-16 Thread David McCullough
ULL); > + objcopy = concat(bindir, TARGET_ALIAS "-objcopy", have_exe, NULL); > > if (stat(ldscriptpath, &buf) || !S_ISDIR(buf.st_mode)) > - ldscriptpath = concat(tooldir, "/../lib", NULL); > + ldscriptpath = concat(tooldir, &

Re: [uClinux-dev] Tips on checking that application can run on uClinux?

2010-06-26 Thread David McCullough
> avoid RAM being fragmented, etc. A little old, but most of what you need to know is here: http://www.linuxjournal.com/article/7221 And there is plenty more on the web to read if you need it :-) On blackfin you also get fdpic for binaries/executbales/libs, which give you even more op

Re: [uClinux-dev] [PATCH] flthdr: improve default print due to no args

2010-06-22 Thread David McCullough
argc; c++) { > ifile = argv[c]; > if (!ofile) > -- > 1.7.1 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message w

[uClinux-dev] Re: [PATCH 2/2 v2] FLAT: tweak default stack alignment

2010-06-01 Thread David McCullough
a larger > alignment value. Otherwise it'd default to pointer alignment. Arguably, > this is kind of hokey that the FLAT is semi-abusing defines it shouldn't. > > But let's ignore that and simply ignore min alignment values of 0. > > Signed-off-by: Mike Frysing

[uClinux-dev] Re: [PATCH 1/2 v2] FLAT: split the stack & data alignments

2010-06-01 Thread David McCullough
bring the kernel loader in line with the toolchain, but > it also fixes a swath of gcc tests which try to force larger alignment > values but randomly fail when the FLAT loader fails to deliver. > > Signed-off-by: Mike Frysinger Acked-by: David McCullough Cheers, Davidm >

[uClinux-dev] Re: [microblaze-uclinux] Re: [Uclinux-dist-devel] [PATCH 1/2 v2] FLAT: split the stack & data alignments

2010-06-01 Thread David McCullough
fail when the FLAT loader fails to deliver. > >> > >> Signed-off-by: Mike Frysinger > > > > Solve the problem on Microblaze: > > > > Tested-by: Michal Simek > > > > Who will add it to mainline? > > if we can get the misc nommu peeps to ag

Re: [uClinux-dev] run busybox's depmod.pl separately from the kernel

2010-05-30 Thread David McCullough
L) -C $(LINUXDIR) INSTALL_MOD_PATH=$(ROMFSDIR) > DEPMOD="true" modules_install; \ > + user/busybox/examples/depmod.pl -b $(ROMFSDIR)/lib/modules -F > $(LINUXDIR)/System.map; \ > rm -f $(ROMFSDIR)/lib/modules/*/build; \ > fi

[uClinux-dev] Re: [PATCH] FLAT: fix unmap len in load error path

2010-05-27 Thread David McCullough
Jivin Mike Frysinger lays it down ... > The data chunk is mmaped with 'len' which remains unchanged, so use that > when unmapping in the error path rather than trying to recalculate (and > incorrectly so) the value used originally. > > Signed-off-by: Mike Frysinger A

Re: [uClinux-dev] [PATCH] ld-elf2flt: tweak verbose output

2010-05-11 Thread David McCullough
} > fprintf(stderr, "\t%s > %s\n", name_in, name_out); > } > -- > 1.7.1 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev &

Re: [uClinux-dev] Creating a new arch

2010-04-12 Thread David McCullough
clude $(ROOTDIR)/vendors/config/i386/config.arch ... You may need to tweak vendors/config/i386/config.arch to get the settings right for x86_64 builds though. Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear ht

Re: [uClinux-dev] Creating a new arch

2010-04-08 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Friday 09 April 2010 00:36:38 David McCullough wrote: > > Jivin Ben Kloosterman lays it down ... > > > Fork is the big question mark , speaking of which why didn't uclib > > > support fork and instead of copy on wr

Re: [uClinux-dev] Creating a new arch

2010-04-08 Thread David McCullough
d instead of copy on write ( like early unix fork) just change fork > to copy on fork or are the API differences to big ? You can't just copy on fork (unless it's a truly big copyin/out on every context switch). Pretty sure this has been beaten to death in the uClinux-dev archives somewhere

Re: [uClinux-dev] Creating a new arch

2010-04-08 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Thursday 08 April 2010 21:58:27 David McCullough wrote: > > You may be able to learn something about performance possibilities by > > looking at the ARM example here. > > > > http://opensrc.sec.samsung.com/document.html

Re: [uClinux-dev] Creating a new arch

2010-04-08 Thread David McCullough
the ARM example here. http://opensrc.sec.samsung.com/document.html uClinux+mono pain will probably depend on mono more than anything. * how much does it fork() (and is it vfork safe) * reliance on loadable modules and shared libraries. * stack usage (to some extent)

Re: [uClinux-dev] tail and m68k-elf-tools archive

2010-03-28 Thread David McCullough
re else and do: PATH="~/bin:$PATH" export PATH sh m68k-linux-.... Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear http://www.mcafee.com http://www.uCdot.org #!/bin/sh exec tail `echo "$@&

Re: [uClinux-dev] bzero and bcopy in 20100315 with uClibc on i386

2010-03-24 Thread David McCullough
sure the default to calls to memcpy/memset/memmove as needed, Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear http://www.mcafee.com http://www.uCdot.org ___ uClinux-de

Re: [uClinux-dev] How to setup $PATH of uClinux ?

2010-02-04 Thread David McCullough
d add the extra path info to it. Cheers, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear http://www.mcafee.com http://www.uCdot.org ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://

Re: [uClinux-dev] [PATCH 1/2] elf2flt: allow people to always process text relocs even if pic_with_got

2010-02-03 Thread David McCullough
Jivin Mike Frysinger lays it down ... > ping ... Applied, sorry about the delay :-) Thanks, Davidm -- David McCullough, david_mccullo...@mcafee.com, Ph:+61 734352815 McAfee - SnapGear http://www.mcafee.com http://www.uCdot.

Re: [uClinux-dev] [PATCH] debug: add a gcc-2 compat tweak

2010-01-21 Thread David McCullough
.6 > > ___ > 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/mail

Re: [uClinux-dev] [PATCH] NOMMU: use copy_*_user_page() in access_process_vm()

2009-11-24 Thread David McCullough
db. > So switch the nommu code over to do the same. > > Signed-off-by: Jie Zhang > Signed-off-by: Mike Frysinger Acked-by: David McCullough Cheers, Davidm > --- > mm/nommu.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/mm/nom

Re: [uClinux-dev] [PATCH] ld-elf2flt: fix option order when invoking children

2009-11-10 Thread David McCullough
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 > > -- David McCullough, david_mccul

Re: [uClinux-dev] help-me about uclinux dist

2009-11-03 Thread David McCullough
Jivin thiago lays it down ... > I'm beginner with embedded systems and uclinux dist, and I'm need add > new vendor (amd geode) in uclinux source. Have a look at the vendors/Soekris/net4801 target, thats a geode board. Cheers, Davidm -- David McCullough, david_mccullo...@sec

[uClinux-dev] Re: [PATCH v3] NOMMU: fix malloc performance by adding uninitialized flag

2009-10-13 Thread David McCullough
obtains uninitialised > memory for the brk and stack region. > > Signed-off-by: Jie Zhang > Signed-off-by: Robin Getz > Signed-off-by: Mike Frysinger > Signed-off-by: David Howells > Acked-by: Paul Mundt Acked-by: David McCullough Cheers, Davidm > v3 >

Re: [uClinux-dev] multiple arch with MMU/noMMU

2009-09-04 Thread David McCullough
orporate objectives: 1) It's far more obvious that this is the source that we use in our products. 2) It gives us some branding :-) Cheers, Davidm -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.comhttp:/

Re: [uClinux-dev] multiple arch with MMU/noMMU

2009-09-04 Thread David McCullough
here when you get stuck and someone will help you out, perhaps then you can write some doc for us ;-) ;-) Cheers, Davidm -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.comhttp://www.uCdot.org _

Re: [uClinux-dev] [PATCH] fix elf2flt dep generation in out-of-tree builds

2009-08-30 Thread David McCullough
___ > 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 > > > -- David McCullough, david_mc

Re: [uClinux-dev] build problem with sshd in the 2.4 kernel

2009-08-11 Thread David McCullough
dirs] Error 2 > make[2]: Leaving directory `/home/uClinux-dist/user/ssh' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/uClinux-dist/user' > make: *** [subdirs] Error 1 > ___ > uClinux-dev mailing list > uClinux

Re: [uClinux-dev] [PATCH]: make output results of 'tcpblast' more correct

2009-07-14 Thread David McCullough
a bit to apply it, sorry :-) Thanks, Davidm -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.comhttp://www.uCdot.org ___ uClinux-dev mailing list uClinux-dev@uclinux.org ht

Re: [uClinux-dev] [PATCH 6/7] ld-elf2flt: convert to C

2009-07-14 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Sun, Jul 12, 2009 at 20:01, David McCullough wrote: > > Jivin David McCullough lays it down ... > >> > at any rate, in the process of fixing my inverted logic, it looks like > >> > some were left behind.  you'll w

Re: [uClinux-dev] [PATCH 6/7] ld-elf2flt: convert to C

2009-07-14 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Sun, Jul 12, 2009 at 20:01, David McCullough wrote: > > Jivin David McCullough lays it down ... > >> > at any rate, in the process of fixing my inverted logic, it looks like > >> > some were left behind.  you'll w

Re: [uClinux-dev] [PATCH 6/7] ld-elf2flt: convert to C

2009-07-12 Thread David McCullough
Jivin David McCullough lays it down ... ... > > at any rate, in the process of fixing my inverted logic, it looks like > > some were left behind. you'll want to drop the AC_SUBST() right after > > the AC_ARG_ENABLE(): > > +AC_SUBST(use_ld_elf2flt_script) > >

Re: [uClinux-dev] [PATCH 6/7] ld-elf2flt: convert to C

2009-07-08 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Wednesday 08 July 2009 20:56:20 David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > > > On Tue, Jul 7, 2009 at 06:43, David McCullough wrote: > > > > Jivin Mike Frysinger lays it down ... >

Re: [uClinux-dev] [PATCH 6/7] ld-elf2flt: convert to C

2009-07-08 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Tue, Jul 7, 2009 at 06:43, David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > >> Due to shell portability issues (which is to say shell scripts are not > >> portable -- think Windows), convert elf2flt to C c

Re: [uClinux-dev] Stack size relation to memory use

2009-07-08 Thread David McCullough
letely missing something else? Sounds like you are using a power-of-2 allocator in your kernel. Take all your sizes, add them together then round up to the next power-of-2 to get the minimum size you will allocate. Though that doesn't quite add up in this case though, but it will get

Re: [uClinux-dev] [PATCH 6/7] ld-elf2flt: convert to C

2009-07-07 Thread David McCullough
elf2flt.in I merged dropped patch 4 and made some changes to patch 6 and fixed a logic error with the configure use_ld_elf2flt_script logic so that it is not inverted. Try this patch against current CVS and see if it's ok for you, Cheers, Davidm -- David McCullough, david_mccullo...@secur

Re: [uClinux-dev] [PATCH 7/7] ld-elf2flt.sh: handle more strip/verbose options

2009-07-06 Thread David McCullough
quot;y" > ;; > > -- > 1.6.3.3 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev

Re: [uClinux-dev] [PATCH 5/7] unify portability handling and errors

2009-07-06 Thread David McCullough
e > +#include > +#include > +#include > +#include > + > +#include "libiberty.h" > + > +#include "stubs.h" > + > #ifndef HAVE_DCGETTEXT > -const char *dcgettext (const char *domain, const char *msg, int category) > +const char *dcgettext(const char

Re: [uClinux-dev] [PATCH 3/7] generate dependency info automatically

2009-07-06 Thread David McCullough
1.6.3.3 > > ___ > 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

Re: [uClinux-dev] [PATCH 2/7] cleanup build flag handling

2009-07-06 Thread David McCullough
@ > -- > 1.6.3.3 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.or

Re: [uClinux-dev] [PATCH 1/7] add more common files to gitignore

2009-07-06 Thread David McCullough
__ > 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] [PATCH] mkconfig: allow people to control default vendor

2009-07-06 Thread David McCullough
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 > -- David McCullough, david_mccullo.

Re: [uClinux-dev] parallel compiles

2009-07-06 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Wednesday 06 February 2008, David McCullough wrote: > > > is there a reason for forcing -j1 in sub-packages ? we've dropped the > > > -j1 in {lib,user}/Makefile for the DIRS target and generally had great > > >

Re: [uClinux-dev] [Fwd: convert ld-elf2flt to C program]

2009-07-05 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Monday 06 July 2009 00:24:46 David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > On Wednesday 20 February 2008 19:22:38 David McCullough wrote: > > > > If someone wants to have a go at reducing the code

Re: [uClinux-dev] [patch] all Kconfig files in vendors/ subdir

2009-07-05 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Monday 06 July 2009 00:42:08 David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > > > On Sunday 05 July 2009 22:01:02 David McCullough wrote: > > > > Jivin Mike Frysinger lays it down ... > &g

Re: [uClinux-dev] [patch] pull in stdint.h for flat.h

2009-07-05 Thread David McCullough
ne FLAT_VERSION0x0004L > > ___ > 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

Re: [uClinux-dev] [patch] all Kconfig files in vendors/ subdir

2009-07-05 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Sunday 05 July 2009 22:01:02 David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > this patch allows for per-arch/board/vendor Kconfig files (and thus > > > options) by generating vendors/Kconfig based on `fin

Re: [uClinux-dev] [patch] detect ledman support in dhcpcd-new via kernel .config

2009-07-05 Thread David McCullough
ndif > ___ > 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

Re: [uClinux-dev] [patch] all Kconfig files in vendors/ subdir

2009-07-05 Thread David McCullough
> ___ > 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 u

[uClinux-dev] Re: [PATCH] FLAT: use IS_ERR_VALUE() helper macro

2009-07-01 Thread David McCullough
Jivin Mike Frysinger lays it down ... > There is a common macro now for testing mixed pointer/errno values, so use > that rather than handling the casts ourself. > > Signed-off-by: Mike Frysinger Acked-by: David McCullough Cheers, Davidm > --- > fs/bi

Re: [uClinux-dev] uClinux compilation probleam on ubuntu

2009-06-22 Thread David McCullough
27; > | \ > > sed "s:^:$ROMFSDIR/bin/:" | env -i /bin/xargs > /bin/rm -f; \ > > fi > > cp busybox /usr/local/src/uClinux-dist/romfs/bin/busybox > > cp: cannot stat `busybox': No such file or directory > > make[2]

Re: [uClinux-dev] [PATCH] elf2flt: rename Blackfin relocs

2009-06-04 Thread David McCullough
YTE4_DATA) { > bfd_putl32 (sym_addr, sectionp + > q->address); > } > #else /* ! TARGET_arm && ! TARGET_e1 && ! TARGET_bfin */ > -- > 1.6.3.1 >

Re: [uClinux-dev] [PATCH] ld-elf2flt: make sure to cleanup tmp linker script

2009-06-01 Thread David McCullough
> > -- > 1.6.3.1 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@u

Re: [uClinux-dev] problem with netflash

2009-05-28 Thread David McCullough
.pos, prog->block[i].data); > > a->write_func(a, prog->block[i].pos, prog->block[i].length, > prog->block[i].data); > > schedule(); > } > > #ifdef CONFIG_UCLINUX > if (prog->reset) > HARD_RESET_NOW(); > #endif > retu

Re: [uClinux-dev] Unable to compile uclinux-dist, arm-linux-gcc: Command not found

2009-05-28 Thread David McCullough
nd > make[2]: *** [arch/arm/kernel/asm-offsets.s] Error 127 > make[1]: *** [prepare0] Error 2 > make[1]: Leaving directory `/home/peter/uclinux/uClinux-dist/linux-2.6.x' > make: *** [linux] Error 1 > - > > > > > > > > ___ > uClinux

Re: [uClinux-dev] IXP420 with IPSec and OCF without HW crypto

2009-05-27 Thread David McCullough
if > modprobe cryptosoft > else # IXP425 > modprobe ixp4xx > fi > [...] > > > The only difference is the loading of HW vs. SW module. > > Regards > Thomas > > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.

Re: [uClinux-dev] Re: [PATCH 2/2] mtd/maps: uclinux: support Blackfin systems

2009-05-26 Thread David McCullough
will not be > available to you. On the other hand, if it doesn't need to ever really be > a module, converting it to a bool ought to be workable. There are no > in-tree users that enable this as a module anyways. Based on how it relocates the rootfs, I don't believe a modu

Re: [uClinux-dev] [PATCH] elf2flt: fix Blackfin bug with H/L relocs

2009-05-24 Thread David McCullough
section_vma + > q->address)) > bad_relocs++; > if (a->flags & SEC_CODE) > text_has_relocs = 1; > -- > 1.6.3.1 > >

Re: [uClinux-dev] [PATCH] allow the prop dir to not exist

2009-05-24 Thread David McCullough
__ > 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] [PATCH] allow people to declare a user/Makefile.local file

2009-05-24 Thread David McCullough
b/user/Makefile > @@ -438,6 +438,8 @@ dir_$(CONFIG_USER_ZEBRA_ZEBRA_ZEBRA)+= zebra > > dir_y += games > > +-include Makefile.local > + > all: config > $(MAKE) -j$(HOST_NCPU) $(sort $(dir_y) $(dir_v) $(dir_p)) || exit $$? Applied, Thanks, Davidm -- David McC

Re: [uClinux-dev] [PATCH] add .gitignore

2009-05-21 Thread David McCullough
> This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev > -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.com

Re: [uClinux-dev] [PATCH] flthdr: control the Blackfin L1 stack flag

2009-05-21 Thread David McCullough
break; > case 'K': ktrace = -1; break; > + case 'u': l1stack = 1; break; > + case 'U': l1stack = -1; break; > case 'o': ofile = optarg; break; >

Re: [uClinux-dev] [patch ] elf2flt MicroBlaze update

2009-05-19 Thread David McCullough
Jivin John Williams lays it down ... > On Tue, May 19, 2009 at 8:32 AM, David McCullough > wrote: > > > > Jivin John Williams lays it down ... > >> Attached is a patch that updates elf2flt support for microblaze: > >> > >>  * Handling for new rel

Re: [uClinux-dev] [patch ] elf2flt MicroBlaze update

2009-05-18 Thread David McCullough
mem+6)) = > (sym_addr >> 16) & 0x; > /* We've done all the work, so continue > to next reloc instead of break */ > continue; > __

Re: [uClinux-dev] [PATCH] fix emit relocs/ctor-dtor options

2009-05-18 Thread David McCullough
x.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 > -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapg

Re: [uClinux-dev] [PATCH] elf2flt: always include elf/bfin.h

2009-05-17 Thread David McCullough
mailman/listinfo/uclinux-dev > This message was resent by uclinux-dev@uclinux.org > To unsubscribe see: > http://mailman.uclinux.org/mailman/options/uclinux-dev > -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.com

Re: [uClinux-dev] [PATCH] elf2flt: only define get_gp_value for nios2

2009-05-06 Thread David McCullough
1.6.2.5 > > ___ > 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/

Re: [uClinux-dev] [PATCH] elf2flt: update Blackfin port

2009-05-06 Thread David McCullough
, sectionp + > q->address); > + } > +#else /* ! TARGET_arm && ! TARGET_e1 && ! TARGET_bfin */ > > switch (q->howto->type) { > #ifdef TARGET_v850 > @@ -1657,19 +1593,6 @@ DIS29_RELOCATION: >

Re: [uClinux-dev] [PATCH] elf2flt: only print "No relocations" when in verbose mode

2009-05-06 Thread David McCullough
ling 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 > -- David McCullough, david_mccullo...

Re: [uClinux-dev] [PATCH] elf2flt: make code 64-bit clean

2009-05-06 Thread David McCullough
text, text_len, text_vma, data, data_len, data_vma, > - rel_bfd); > + reloc = (uint32_t *) > +output_relocs(abs_bfd, symbol_table, number_of_symbols, &reloc_len, > + text, text_len, text_vma, data, data_len, data_vma, rel_bfd); >

Re: [uClinux-dev] [PATCH] elf2flt.ld: control CTOR/DTOR symbols

2009-05-06 Thread David McCullough
# provide a default linker script, we usually need one > [ -z "$LDSCRIPT" ] && LDSCRIPT="${LDSCRIPTPATH}/elf2flt.ld" > -- > 1.6.2.5 > > ___ > uClinux-dev mailing list > uCli

Re: [uClinux-dev] [PATCH] ld-elf2flt: allow -shared to be used

2009-05-06 Thread David McCullough
-z "$SHARED_ID" ] > + then > + echo "-shared used without passing a shared library ID" > + exit 1 > + fi > + fi > if [ "$FINAL" = "yes" ] > then > [ "$VERBOSE" = "

Re: [uClinux-dev] [PATCH] elf2flt: handle no bss better

2009-05-06 Thread David McCullough
p://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 > -- David McCullough, david_mccullo...@securecomput

Re: [uClinux-dev] [PATCH] elf2flt.ld: need to keep .gcc_except_table.* too

2009-05-06 Thread David McCullough
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 > -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgea

Re: [uClinux-dev] [PATCH 4/4] elf2flt: allow arches to specify ABI symbol prefixes

2009-05-06 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Wednesday 06 May 2009 20:04:39 David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > Some arches (like the Blackfin architecture) have an ABI where all > > > symbols get a symbol prefix. In our case, it

Re: [uClinux-dev] [PATCH 4/4] elf2flt: allow arches to specify ABI symbol prefixes

2009-05-06 Thread David McCullough
@ then > then > # Non application modules enter via main not > _start > #SEDOP="$SEDOP -e 's/ENTRY (_start)/ENTRY > (main)/'" > - SEDOP="$SEDOP -e > s/

Re: [uClinux-dev] [PATCH 3/4] elf2flt.ld: update debugging section names

2009-05-06 Thread David McCullough
uncnames) } > + .debug_typenames 0 : { *(.debug_typenames) } > + .debug_varnames 0 : { *(.debug_varnames) } > } > -- > 1.6.2.5 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev >

Re: [uClinux-dev] [PATCH 2/4] elf2flt.ld: discard .note.GNU-stack

2009-05-06 Thread David McCullough
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 > -- David McCullough, david_mccullo...@securecomputing.com, Ph

Re: [uClinux-dev] [PATCH 1/4] elf2flt.ld: cleanup spurious whitespace

2009-05-06 Thread David McCullough
10) ; > _edata = . ; > > .bss : { > -- > 1.6.2.5 > > ___ > uClinux-dev mailing list > uClinux-dev@uclinux.org > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev > This message was resent by uc

Re: [uClinux-dev] torrent client

2009-04-22 Thread David McCullough
Jivin Jamie Lokier lays it down ... > David McCullough wrote: > > > I read enough of a rumour that Python doesn't run on MMU-less uClinux > > > that I didn't bother to try. > > > > > > I guess it might work on MMU-less architectures with FDPIC-

Re: [uClinux-dev] torrent client

2009-04-22 Thread David McCullough
ew. For example, bash, perl. If the scripting supports backgrounded execution and/or process control I figure it's even more likely to be broken for !MMU. As usual, search the code for fork, if it does much more than the acceptable fork/exec, expect to have fun making it work ;-) Cheers, Da

Re: [uClinux-dev] Re: MMU trade-off

2009-03-30 Thread David McCullough
.sec.samsung.com/document.html Always good to have some real numbers ;-) Cheers, Davidm -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee - SnapGear http://www.snapgear.comhttp://www.uCdot.org ___ uClinu

  1   2   3   4   5   >