Re: [uClinux-dev] linux-2.6.26-uc0 M5329EVB patch 1/6

2009-01-12 Thread Greg Ungerer
rnels. Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Austral

Re: [uClinux-dev] linux-2.6.26-uc0 M5329EVB patch 2/6

2009-01-12 Thread Greg Ungerer
clean up. Do you want to send it to me as 2 changes, or do you want me to go ahead and do it? I'll add your "Signed-off-by" to if thats ok? Regards Greg -------- Greg Ungerer -- Principal Engineer

Re: [uClinux-dev] linux-2.6.26-uc0 M5329EVB patch 3/6

2009-01-12 Thread Greg Ungerer
o set it in the CPU specific config.c Or did I miss something here? Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435

Re: [uClinux-dev] linux-2.6.26-uc0 M5329EVB patch 6/6

2009-01-12 Thread Greg Ungerer
tristate "Map driver for WindRiver PowerQUICC II MPC82xx board" depends on (SBC82xx || SBC8560) I do have that code in my source tree. The patch for it was in-advertantly dropped out of the linux-2.6.26-uc0 patch file. Regards Greg --

Re: [uClinux-dev] [PATCH][m68knommu] nommu bad allocation

2009-01-12 Thread Greg Ungerer
bad allocation error message. This could also be applied to mm/nommu.c in the 2.6 kernel. Seems like a reasonable change, I have committed it. Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@sn

Re: [uClinux-dev] subversion folders in uClinux/dist/patches

2009-01-13 Thread Greg Ungerer
emoved now. Check with the latest uClinux-dist-20080808-20090112.patch if you want. Regards Greg Greg Ungerer schrieb: Hi Bernd, Bernd Büttner wrote: The uClinux-dist-20080808-xxx patch-files contain files under a subversion management folder. These folders start with ".svn" and a

Re: [uClinux-dev] Possible bug? proc-arm6,7.S and AT91FR40162

2009-01-13 Thread Greg Ungerer
was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company

Re: [uClinux-dev] Possible bug? proc-arm6,7.S and AT91FR40162

2009-01-13 Thread Greg Ungerer
he better fix. I have commited that change to the older 2.4.x code. Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE:

Re: [uClinux-dev] what is the difference setup_irq() and request_irq()

2009-01-13 Thread Greg Ungerer
Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630

Re: [uClinux-dev] How to alloc cache inhibited buffer on a Coldfire 547X?

2009-01-13 Thread Greg Ungerer
an.uclinux.org/mailman/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX:

Re: [uClinux-dev] uclinux 2.6 and 5272C3 eval board help

2009-01-14 Thread Greg Ungerer
ost.localdomain) (gcc version 4.1.1) #4 Wed Jan 14 14:38:03 EST 2009 uClinux/COLDFIRE(m5272) COLDFIRE port done by Greg Ungerer, g...@snapgear.com <mailto:g...@snapgear.com> Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne Built 1 zonelists in Zone order, mobility gr

Re: [uClinux-dev] linux-2.6.26-uc0 M5329EVB patch 2/6

2009-01-14 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: Greg Ungerer wrote: Hi Matt, Matt Waddel wrote: This patch removes a lot of the unused code in the 532x config.c file. The only real change is to disable all the interrupts on start up. Looks good. I would like to commit it has 2 changes though. One to fix

Re: [uClinux-dev] linux-2.6.26-uc0 M5329EVB patch 3/6

2009-01-14 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: Greg Ungerer wrote: Matt Waddel wrote: This patch fixes the M5329 timer interrupt assignment. > --- linux-2.6.x.orig/arch/m68knommu/platform/coldfire/timers.c 2008-07-13 15:51:29.0 -0600 +++ linux-2.6.x/arch/m68knommu/platform/coldfire/timer

Re: [uClinux-dev] DMA Coldfire fix - uClinux-2.6.26-uc0

2009-01-14 Thread Greg Ungerer
zones_size[ZONE_DMA] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT; free_area_init(zones_size); } } Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com

Re: [uClinux-dev] wildfire 5282 - cannot use mii-tool or ethtool

2009-01-14 Thread Greg Ungerer
. Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woo

Re: [uClinux-dev] subversion folders in uClinux/dist/patches

2009-01-16 Thread Greg Ungerer
make the patch from) doesn't have them anymore. Regards Greg Greg Ungerer schrieb: Hi Bernd, Bernd Büttner wrote: sorry for the delay, had some other things to do. I tested the 20081030 patch. There are still some '.svn' entries in the user/clamav tree. I extracted them wi

[uClinux-dev] Re: [PATCH] m68k,m68knommu: merge header files

2009-01-16 Thread Greg Ungerer
Hi Geert, Geert Uytterhoeven wrote: On Fri, 16 Jan 2009, Greg Ungerer wrote: Sam Ravnborg wrote: From 5a8b9717a399679c4753e596ea864b02a1197025 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 13 Dec 2008 21:23:08 +0100 Subject: [PATCH] m68k,m68knommu: merge header files Merge header

[uClinux-dev] Re: [PATCH] m68k,m68knommu: merge header files

2009-01-16 Thread Greg Ungerer
re of that. Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX

Re: [uClinux-dev] eDMA support for M5329 - uClinux-2.6.26-uc0

2009-01-18 Thread Greg Ungerer
-- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com

Re: [uClinux-dev] Problem with the ColdFire mcf5407 2.6.25 kernel

2009-01-19 Thread Greg Ungerer
cache.h and include/asm-m68knommu/cacheflush.h. There has been a few small changes for some of the ColdFire CPU's in this area. Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.co

Re: [uClinux-dev] [PATCH] Using shadow passwords in Tinylogin with ftpd

2009-01-19 Thread Greg Ungerer
his is the appropriate way to fix it. Applied to uClinux-dist. Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825

[uClinux-dev] [git pull] m68k and m68knommu merge of includes

2009-01-20 Thread Greg Ungerer
Hi Linus, Please consider pulling this merge of the m68k and m68knommu include files. It comepletely moves include/asm-m68k to arch/m68k/include as part of the process, and ultimately results in both m68k and m68knommu arch code using the same set of includes. More cleanup can follow, but this is

[uClinux-dev] Re: [git pull] m68k and m68knommu merge of includes

2009-01-21 Thread Greg Ungerer
Hi Harvey, Harvey Harrison wrote: On Wed, 2009-01-21 at 10:58 +1000, Greg Ungerer wrote: Hi Linus, Please consider pulling this merge of the m68k and m68knommu include files. It comepletely moves include/asm-m68k to arch/m68k/include as part of the process, and ultimately results in both m68k

Re: [uClinux-dev] Mount romfs without MTD?

2009-01-21 Thread Greg Ungerer
n raw flash then MTD is the logical choice. If its in RAM then either ramdisk or MTD would make sense. Regards Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Co

Re: [uClinux-dev] newest possible kernel version for trunk of uClinux-dist?

2009-01-21 Thread Greg Ungerer
y are about the best really... Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Au

Re: [uClinux-dev] Mount romfs without MTD?

2009-01-22 Thread Greg Ungerer
s? Yes, the actual address of _ebss. (This is the reason that uclinux.c map driver exits, to automate the _ebss starting address). Regards Greg If not what should I specify for this command line? Thanks very much in advance! Regards Greg Ungerer a écrit : Hi Stephane, Stephane Lambert w

Re: [uClinux-dev] newest possible kernel version for trunk of uClinux-dist?

2009-01-22 Thread Greg Ungerer
ux__ in userland for this. (Which isn't perfect either, if you use a standard gnu linux configured gcc for compiling uCLinux systems you need to manually define it too). Regards Greg -------- Greg Ungerer -- Principa

Re: [uClinux-dev] eDMA support for M5329 - uClinux-2.6.26-uc0

2009-01-22 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: Greg Ungerer wrote: Matt Waddel wrote: The attached patch adds support for the enhanced DMA (eDMA) driver found in many Coldfire platforms. This patch only provides support for the M5329 platform. The driver also contains a simple test program that can be used to

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-25 Thread Greg Ungerer
port. Does that mean kernel without mmu supporting cannot run a.out binary file? Yes, that is right. Seeya Gerg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-28 Thread Greg Ungerer
cally use the GDB/ARMulator target. Build it "as is" and run it on the Skyeye emulator. Use that as a starting point. Regards Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear,

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-28 Thread Greg Ungerer
's help. I am sure others could pop up and give instructions on compilers and other tools they use. But I use the uClinux-dist with arm-linux tool (from uclinux.org link) to build working arm uclinux systems. Regards Greg ----

Re: [uClinux-dev] Nintendo GBA Supported?!?! When was this added to the ARM series?

2009-01-28 Thread Greg Ungerer
follow what you are saying here? Look in the any recent uClinux-dist. There is a Nintendo/GBA target. And the kernel code to support all its basic devices is in the linux-2.0.x sources in the uClinux-dist. Regards Greg ------

Re: [uClinux-dev] build uclinux successfully but get cpu unknow exception

2009-01-28 Thread Greg Ungerer
ared libraries). Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-28 Thread Greg Ungerer
Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD,

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-29 Thread Greg Ungerer
Hi Loody, loody wrote: 2009/1/29 Greg Ungerer : Hi Loody, loody wrote: Why is only supporting FLAT a problem for you? (It is not entirely true to say uClinux only supports FLAT, some uClinux architectures support fdelf-pic). Sorry for using the word, ONLY. Tears will make the screen blur

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-30 Thread Greg Ungerer
_|_||_|_| |_|\|\_/\_/ | | |_| GDB/ARMulator support by For further information check: http://www.uclinux.org/ Execution Finished, Exiting Sash command shell (version 1.1.1) /> 13. from the command line I run "hello": /> hello hello world /> All seems to w

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-01 Thread Greg Ungerer
mode 100644 arch/m68k/include/asm/unaligned_no.h delete mode 100644 arch/m68k/include/asm/unistd_mm.h delete mode 100644 arch/m68k/include/asm/unistd_no.h Greg Ungerer -- Principal EngineerEMAIL: g

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-02-01 Thread Greg Ungerer
based MTD setup. Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX:

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-02 Thread Greg Ungerer
Hi Geert, Geert Uytterhoeven wrote: On Sun, 1 Feb 2009, Greg Ungerer wrote: Geert Uytterhoeven wrote: m68k: use mmu scatterlist.h for non-mmu setups as well A small cleanup: Thanks, I'll put that in the git tree as well. Regards Greg From bb3640a02d427175006f8d0c49311bf7a22

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-02 Thread Greg Ungerer
Hi Geert, Geert Uytterhoeven wrote: On Sun, 1 Feb 2009, Greg Ungerer wrote: m68k: use non-mmu version of unaligned.h for all m68k And another one. The rest looks OK. I applied that to the m68knommu git tree too. Thanks Greg From f94c9409356de883fd343cc7c0f25dd955bcad42 Mon Sep

Re: [uClinux-dev] MCF5271EVB: console=ttyS2,115200 does not work

2009-02-03 Thread Greg Ungerer
Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com

Re: [uClinux-dev] Stack overflow in the readdir

2009-02-04 Thread Greg Ungerer
queue of patches to apply to the uClinux-dist. I was hoping to get some wider confirmation of it working as expected... Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGe

Re: [uClinux-dev] Re: Fix support for console port other than ttyS0 on mcf.c

2009-02-04 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] Re: Fix support for console port other than ttyS0 on mcf.c

2009-02-05 Thread Greg Ungerer
/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Austral

Re: [uClinux-dev] some quesiton about uclinux and Kgdb on arm arch

2009-02-13 Thread Greg Ungerer
gards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloon

Re: [uClinux-dev] howto generate Kconfig files from Config.in for busybox

2009-02-13 Thread Greg Ungerer
to the people who work on a particular processor. What is the cause a reunion is not planned ? Anyone is welcome to send patches to this list for uClinux-dist at any time... (But of course they may or may not end up being included after consideration). Regards Greg -----

Re: [uClinux-dev] Reboot

2009-02-15 Thread Greg Ungerer
Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD

Re: [uClinux-dev] No messages on console (m68knommu)

2009-02-25 Thread Greg Ungerer
Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630

Re: [uClinux-dev] dm9000 with Coldfire MCF5307

2009-02-26 Thread Greg Ungerer
esent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company

Re: [uClinux-dev] No messages on console (m68knommu)

2009-02-27 Thread Greg Ungerer
hone: (630) 754-2305 Email: jmo...@moreycorp.com *Greg Ungerer * Sent by: uclinux-dev-boun...@uclinux.org 02/25/2009 09:10 PM Please respond to uClinux development list To uClinux development list cc Subject Re: [uClinux-dev] No messages on console (m68knommu

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-02-27 Thread Greg Ungerer
n and the newer. Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 410

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-02-27 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: On Fri, Feb 27, 2009 at 11:57:47PM +1000, Greg Ungerer wrote: As a data point I regularly use a gcc-4.2.4 with binutils 2.18 for m68knommu development, and that works fine. I haven't tried a gcc-4.3 yet. gcc-4.3 is the one that changed the ABI of c

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-03-02 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: On Sat, Feb 28, 2009 at 10:24:00AM +1000, Greg Ungerer wrote: Send the disassemblies to this list. Someone might be able to spot a problem. OK, slightly large but here goes. I have compiled with gcc 4.1.1 + uclibc 0.9.27 which works and with gcc 4.3.2

Re: [uClinux-dev] [PATCH] Coldfire: M5271: fec.c: Added conditional compile to initialize MDIO lines.

2009-03-02 Thread Greg Ungerer
; +} +#endif } static void __inline__ fec_set_mii(struct net_device *dev, struct fec_enet_private *fep) -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company

Re: [uClinux-dev] [PATCH] Coldfire: M5271: fec.c: Added conditional compile to initialize MDIO lines.

2009-03-03 Thread Greg Ungerer
Hi Steven, Steven King wrote: On Monday, March 02, 2009 11:07:04 Greg Ungerer wrote: Hi Richard, Richard Retanubun wrote: From 0bad7aa337cf16bed99f5f71613e587f61068dde Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Mon, 9 Feb 2009 10:41:48 -0500 Subject: [PATCH] Fixed GPIO pin

Re: [uClinux-dev] mcfcache patch

2009-03-03 Thread Greg Ungerer
ulated value as required for initial setup, and when invalidating/flushing caches). Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE:

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-03-03 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: On Tue, Mar 03, 2009 at 12:10:56PM -0500, Lennart Sorensen wrote: On Tue, Mar 03, 2009 at 11:59:41AM +1000, Greg Ungerer wrote: Couple of things I notice off-hand. The _start code looks completely different for the 2 cases. How did you configure uClibc for

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-03-03 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: On Tue, Mar 03, 2009 at 11:59:41AM +1000, Greg Ungerer wrote: Couple of things I notice off-hand. The _start code looks completely different for the 2 cases. How did you configure uClibc for the gcc-4.3.2 case? What .config file did you use? Compare the

Re: [uClinux-dev] [PATCH] m68knommu: fixing FEC irq caused crashing

2009-03-03 Thread Greg Ungerer
x-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-03-05 Thread Greg Ungerer
owns it. Well, this list is the place to discuses elf2flt, and the master has always been at cvs.uclinux.org. Regards Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee

Re: [uClinux-dev] Does anyone have m68knommu running with current uClibc and gcc 4.3?

2009-03-05 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: On Wed, Mar 04, 2009 at 04:45:28PM +1000, Greg Ungerer wrote: Given that the initial compile of put.o seems correct it is hard to see how this is an assembler of compiler issues. You are disassembly the final .gdb file, and that would pretty much rule out

Re: [uClinux-dev] uclibc, traget m68knommu

2009-03-05 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] [PATCH] put all the benchmarks in the same place and sort them

2009-03-05 Thread Greg Ungerer
USER_NBENCH_NBENCH bool "nbench benchmark" +config USER_WHETSTONE_WHETSTONE + bool "whetstone benchmark" + comment "LIRC" -- ---- Greg Ungerer -- Principal EngineerEMAIL:

Re: [uClinux-dev] Licensing issues for files in the snapgear distribution

2009-03-09 Thread Greg Ungerer
man.uclinux.org/mailman/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St,

Re: [uClinux-dev] nfsmount.c, compilation broken for m68knommu

2009-03-09 Thread Greg Ungerer
an/options/uclinux-dev -- ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX:

Re: [uClinux-dev] Licensing issues for files inthesnapgear distribution

2009-03-11 Thread Greg Ungerer
ome files is because they diffed our sources with the original tinytcl (dos) release. They only complain about new files. Thanks again, - Arnon -Original Message- From: uclinux-dev-boun...@uclinux.org [mailto:uclinux-dev-boun...@uclinux.org] On Behalf Of Greg Ungerer Sent: Tuesday

Re: [uClinux-dev] Licensing issues forfiles inthesnapgear distribution

2009-03-12 Thread Greg Ungerer
x-dev-boun...@uclinux.org [mailto:uclinux-dev-boun...@uclinux.org] On Behalf Of Greg Ungerer Sent: Thursday, March 12, 2009 02:16 To: uClinux development list Subject: Re: [uClinux-dev] Licensing issues forfiles inthesnapgear distribution Hi Arnon, Arnon Meydav wrote: Hi Greg/Steve, One final questi

Re: [uClinux-dev] [PATCH] fix typo in oggplay usage

2009-03-17 Thread Greg Ungerer
"[-d ] [-w ] [-c ]" "[-l [-t]] [-p ]ogg-files...\n\n" "\t\t-hthis help\n" "\t\t-vverbose stdout output\n" -- ------

Re: [uClinux-dev] [PATCH] rename ogg123 to oggplay

2009-03-17 Thread Greg Ungerer
+= openswan dir_$(CONFIG_USER_OPENVPN_OPENVPN) += openvpn -- ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 34

Re: [uClinux-dev] Re: Latest Patch Set now on SourceForge

2009-03-17 Thread Greg Ungerer
Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGea

Re: [uClinux-dev] [PATCH] cleanup oggplay Makefile

2009-03-17 Thread Greg Ungerer
BS_$@)) - -oggenc.o: oggenc.c - $(CC) $(CFLAGS) -c $< -o $@ -I$(DIRS) -Wall -Werror -$(DIRS): - make -C $@ +Tremor/libvorbisidec.a: + $(MAKE) -C Tremor romfs: $(ROMFSINST) /bin/$(EXEC) -- ---- Greg U

Re: [uClinux-dev] [PATCH] add basic no-mmu support to oggplay

2009-03-17 Thread Greg Ungerer
ep(slptime); -- ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloon

[uClinux-dev] Re: [RFC 01/14] Coldfire generic GPIO (m68knommu)

2009-03-18 Thread Greg Ungerer
= MCFSIM_PADDR, + .podr = MCFSIM_PADAT, + .ppdr = MCFSIM_PADAT, + }, +#elif defined(CONFIG_M520x) ... -- Greg Ungerer -- Principal Engineer

Re: [uClinux-dev] as: unrecognized option '-EL'

2009-03-19 Thread Greg Ungerer
ory `/home/danny/downloads/uClinux-dist-20080808/linux-2.6.x' make: *** [linux] Error 1 -- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE: +61 7 343

Re: [uClinux-dev] serial uart problems with mcf5407

2009-03-19 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] uClinux on Coldfire - errors when building the user source tree (gdb)

2009-03-19 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] serial uart problems with mcf5407

2009-03-22 Thread Greg Ungerer
mcf5407, I will try to figure out what happens. Yours sincerely, Oleksii Kuchuk 2009/3/20 Greg Ungerer : Hi Oleksii, I didn't convert that code very carefully when I did this :-) The old code use 8bit access, this is a 32bit write. To do the same it should be: writeb(MCFSIM_ICR_LEVEL6 |

Re: [uClinux-dev] as: unrecognized option '-EL'

2009-03-23 Thread Greg Ungerer
Hi Danny, Danny Li wrote: Greg Ungerer wrote: Danny Li wrote: I got "as: unrecognized option '-EL'" when build uClinux-dist-20080808 with uClinux-dist-20080808-20090312.patch. I did make menuconfig and selected Atmel AT91 processor and all others unmodified. What shou

Re: [uClinux-dev] serial uart problems with mcf5407

2009-03-24 Thread Greg Ungerer
v@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company PHONE:

Re: [uClinux-dev] MMU trade-off

2009-03-29 Thread Greg Ungerer
as resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear, a McAfee Company

[uClinux-dev] Re: [PATCH] m68k, m68knommu: Wire up preadv and pwritev

2009-04-09 Thread Greg Ungerer
Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven Acked-by: Greg Ungerer --- arch/m68k/include/asm/unistd.h |4 +++- arch/m68k/kernel/entry.S |2 ++ arch/m68knommu/kernel/syscalltable.S |2 ++ 3 files changed, 7 insertions(+), 1 deletions(-) diff

Re: [uClinux-dev] Re: Questions about compile user/xxxx

2009-04-21 Thread Greg Ungerer
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 -- Principal Engineer

Re: [uClinux-dev] Re: fec driver question

2009-04-29 Thread Greg Ungerer
gh... :-( Yes, that's part of our job :) Profiling the kernel is relatively easy, would be a good place to start. Regards Greg Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapG

Re: [uClinux-dev] Moving to new kernel distro

2009-05-12 Thread Greg Ungerer
on't have one of those either... :-) Regards Greg -------- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear Group, McAfee PHONE: +61 7 3435 2888 825 Stanley St,

Re: [uClinux-dev] as: unrecognized option '-EL'

2009-05-12 Thread Greg Ungerer
ing/using the wrong "as". I can only guess that it is calling the host system as, and not arm-linux-as. Not sure why that would be the case here. Regards Greg Greg Ungerer -- Principal EngineerEMAIL: g.

Re: [uClinux-dev] HOW-TO compile linux to run directly from flash?

2009-05-12 Thread Greg Ungerer
. Has someone done it successfully on a coldfire platform? I did this a few years back with a 2.4.x kernel on ColdFire 5249 board. It worked nicely in the end. Just a little bit of messing around to get everything in the right place (and built for the right place). Regards

Re: [uClinux-dev] kmem_cache_init() bug on bootup

2009-05-12 Thread Greg Ungerer
) (gcc version 4.3.2 (Sourcery G++ Lite 4.3-45) ) #60 Thu Apr 16 15:09:49 PDT 2009 uClinux/COLDFIRE(m547x) COLDFIRE port done by Greg Ungerer, g...@snapgear.com Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne KERNEL -> TEXT

Re: [uClinux-dev] Toolchain problem with latest update patch

2009-05-13 Thread Greg Ungerer
pile with gcc-4.2.4. (The newer versions of gcc are very pedantic, and will fail and warn in things that older versions of gcc didn't). It is possible to install multiple toolchain versions at once. It requires a little effort. Regards Greg -----

Re: [uClinux-dev] atomic_set_mask/atomic_clear_mask

2009-05-13 Thread Greg Ungerer
ctives, so could please someone tell me if I'm correct. Bernd ___ 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://m

Re: [uClinux-dev] kmem_cache_init() bug on bootup

2009-05-13 Thread Greg Ungerer
Hi Dave, Dave Meador wrote: Greg Ungerer wrote: Dave Meador wrote: I am stuck on a bug at bootup in kmem_cache_init(). Trying to tweak the uClinux-20080808 w/ 20090312 patch to boot on a 547x coldfire board. Upon attempt to "Init caches for array cache kmem_list3" the kernel p

Re: [uClinux-dev] Moving to new kernel distro

2009-05-20 Thread Greg Ungerer
n the newer kernel versions extended support for mice, keyboards and other misc bits. -- Michael Durrant Arcturus Networks Inc. Greg Ungerer wrote: Hi Roger, Roger Thornblad wrote: We have been working with a 2.0.x series kernel on a MCF5307 processor for a very long time now. We are looking

Re: [uClinux-dev] Moving to new kernel distro

2009-05-20 Thread Greg Ungerer
9_devices)); return 0; } ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear Group, McAfee PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7

[uClinux-dev] new uClinux-dist patch

2009-05-20 Thread Greg Ungerer
ng to improve it a little more. Regards Greg ---- Greg Ungerer -- Principal EngineerEMAIL: g...@snapgear.com SnapGear Group, McAfee PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Wo

Re: [uClinux-dev] Re: errors when linking without XIP

2009-05-20 Thread Greg Ungerer
SABLE_SHARED_LIBS := 1 # LOPT := -O2 # library is alway 02 # UOPT := -Os # user apps are always Os ######## Any ideas what's wrong? -Erwin -- Greg Ungerer -- Pr

Re: [uClinux-dev] Re: errors when linking without XIP

2009-05-21 Thread Greg Ungerer
asy to apply. I committed it to the elf2flt CVS. Thanks Greg Am Donnerstag, den 21.05.2009, 16:57 +1000 schrieb Greg Ungerer: Hi Erwin, Erwin Authried wrote: Hi, I have solved the "reloc type R_ARM_PC24 unsupported in this context" error by modifying elf2flt.c: -Erwin ...

Re: [uClinux-dev] new uClinux-dist patch

2009-05-21 Thread Greg Ungerer
Hi Lennart, Lennart Sorensen wrote: On Thu, May 21, 2009 at 04:53:33PM +1000, Greg Ungerer wrote: I have started an upload of a new uClinux-dist patch, at: http://www.uclinux.org/pub/uClinux/dist/patches/uClinux-dist-20080808-20090520.patch.gz It won't all be there for probably abo

Re: [uClinux-dev] new uClinux-dist patch

2009-06-09 Thread Greg Ungerer
st wondering if there is a reason for that (or is it just that no one has gotten around to uploading the new patches to Sourceforge?). Basically yes, that is right. I pinged Jim to copy them over, but got no response. Regards Greg On Thu, May 21, 2009 at 2:53 AM, Greg Ungerer wrote: Hi All,

Re: [uClinux-dev] new uClinux-dist patch

2009-06-09 Thread Greg Ungerer
Hi Alexander, Alexander Stein wrote: Am Donnerstag, 21. Mai 2009 08:53:33 schrieb Greg Ungerer: I have started an upload of a new uClinux-dist patch, at: http://www.uclinux.org/pub/uClinux/dist/patches/uClinux-dist-20080808-20090 520.patch.gz It won't all be there for probably about 24

Re: [uClinux-dev] [PATCH 1/2] mtd/maps: uclinux: fix building when partition support is disabled

2009-06-09 Thread Greg Ungerer
Mike Frysinger wrote: From: Timofei Bondarenko The uClinux map driver doesn't even use partitions, so we shouldn't require it in order to work properly. Signed-off-by: Timofei Bondarenko Signed-off-by: Mike Frysinger Signed-off-by: Sonic Zhang CC: Greg Ungerer Acked-by: Gr

[uClinux-dev] Re: [PATCH 2/3] mtd/maps: uclinux: mark local stuff static

2009-06-09 Thread Greg Ungerer
Mike Frysinger wrote: The uclinux_ram_mtdinfo, uclinux_romfs, and uclinux_point symbols do not need to be visible outside of this module, so mark them static. Signed-off-by: Mike Frysinger CC: Greg Ungerer Acked-by: Greg Ungerer CC: uclinux-dev@uclinux.org CC: linux

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