[ptxdist] [PATCH] host-xl-tools: version bump 1.1.0 - 1.1.1

2013-11-30 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- rules/host-xl-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-xl-tools.make b/rules/host-xl-tools.make index 3cf652b..efca7d0 100644 --- a/rules/host-xl-tools.make +++ b/rules/host-xl-tools.make @@ -16,8

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.08.0 released

2013-08-17 Thread Stephan Linz
the mailinglist, so the released changes are quite small. Michael has done some gstreamer update before he left on holidays. Nice feature from Stephan Linz, ptxdist supports now download from svn:// URLs, Thanks a lot. but who uses svn anyways? :) Hm, there are many companies that stick to SVN

[ptxdist] [PATCH 1/2] ptxd_make_get: fix typo: .zup - .zip

2013-08-08 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- scripts/lib/ptxd_make_get.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh index f8722a6..8507dd5 100644 --- a/scripts/lib/ptxd_make_get.sh +++ b/scripts/lib

[ptxdist] OSELAS.Toolchain() rpatches and behaviors

2013-08-08 Thread Stephan Linz
me when I'm wrong): As far as I know the OSELAS.Toolchain() will not support multi-lib compilation for glibc. Has anyone ever worked on such expansion? I need the multi-lib support (mainly for eglibc) for the MicroBlaze toolchain. -- Best regards, Stephan Linz

Re: [ptxdist] [PATCH 1/1] add new packet x-load

2012-06-12 Thread Stephan Linz
Stephan Linz l...@li-pro.net Am Freitag, 6. August 2010, um 09:20:17 schrieb Marc Kleine-Budde: ---snip-- tnx, pushed to master. but, crap, it doesn't work :(...see inline comments: --snip

Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
Am Mittwoch, den 18.04.2012, 10:11 +0200 schrieb Michael Olbrich: On Tue, Apr 17, 2012 at 09:01:05PM +0200, Stephan Linz wrote: Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's why we need

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
-by: Stephan Linz l...@li-pro.net --- platforms/kernel.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 01b31d3..93606f0 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -3,6 +3,7 @@ menuconfig KERNEL default y

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
-by: Stephan Linz l...@li-pro.net --- platforms/kernel.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 01b31d3..6673d2d 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -2,7 +2,7 @@ menuconfig KERNEL bool

Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
... please ignore this e-mail -- was the wrong git command line, grrr. br, Stephan Am Mittwoch, den 18.04.2012, 20:28 +0200 schrieb Stephan Linz: Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's

[ptxdist] [PATCH] microblaze: support Linux 3.x in Xilinx BSP scripts

2012-04-15 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- scripts/lib/ptxd_make_xilinx_bsp.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/ptxd_make_xilinx_bsp.sh b/scripts/lib/ptxd_make_xilinx_bsp.sh index 3594d0a..117f531 100644 --- a/scripts/lib

[ptxdist] [PATCH 1/2] host-xl-tools: version bump 1.0.1 - 1.1.0

2012-02-10 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- rules/host-xl-tools.make |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-xl-tools.make b/rules/host-xl-tools.make index bda3f75..3cf652b 100644 --- a/rules/host-xl-tools.make +++ b/rules/host-xl-tools.make

[ptxdist] [PATCH] [Machine.make] keep r31 reserved on Microblaze

2011-12-03 Thread Stephan Linz
The Microblaze register r31 holds current-give me pointer to task, generated code should never refer to it. In common cases that is not a problem. For debugging purposes it is better to keep unused. Signed-off-by: Stephan Linz l...@li-pro.net --- rules/pre/Machine.make |6 -- 1 files

[ptxdist] [PATCH] add Stephan Linz to CREDITS

2011-12-03 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- CREDITS |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/CREDITS b/CREDITS index 8872632..f09b673 100644 --- a/CREDITS +++ b/CREDITS @@ -142,6 +142,12 @@ N: Claudio Leonel E: c...@elaxys.com.br D: Developer +N

[ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration V3

2011-04-30 Thread Stephan Linz
Hi at all, The next few emails contain the patch set, based on OSELAS.Toolchain() git hash: c04b19711ff71296e2a319317edc3fb32c203e85 I've changed the series.atmel to series as discussed ... br, Stephan -- Viele Grüße, Stephan Linz

[ptxdist] [PATCH OSELAS.Toolchain(): 1/3] [ptxconfigs] add new AVR toolchain

2011-04-30 Thread Stephan Linz
OSELAS.Toolchain() patch sets for binutils-2.20.1 and gcc-4.4.3 to use the new configuration! Signed-off-by: Stephan Linz l...@li-pro.net --- ..._gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig | 95 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 ptxconfigs/avr

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration V2

2011-04-28 Thread Stephan Linz
Am Donnerstag, 28. April 2011, um 11:28:07 schrieb Michael Olbrich: Hi, On Wed, Apr 27, 2011 at 09:51:30PM +0200, Stephan Linz wrote: Referring to the last discussion about canonical patch format (http://www.mail-archive.com/ptxdist@pengutronix.de/msg04167.html) I want to recommit the new

Re: [ptxdist] RHEL/CentOS 5.X

2011-04-28 Thread Stephan Linz
Hi Marc, yes, it looks good to me. I've evaluate your patch with several arm toolchain configurations and it works on Ubuntu 9.04. I think you can push your patch to upstream. br, Stephan Am Freitag, 1. April 2011, um 21:46:01 schrieb Marc Kleine-Budde: On 03/29/2011 05:23 PM, Stephan Linz

[ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration V2

2011-04-27 Thread Stephan Linz
and will be moderated. Wait for moderation by Pengutronix. -- Viele Grüße, Stephan Linz __ MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR

[ptxdist] [PATCH 1/3] [ptxconfigs] add new AVR toolchain

2011-04-27 Thread Stephan Linz
OSELAS.Toolchain() patch sets for binutils-2.20.1 and gcc-4.4.3 to use the new configuration! Signed-off-by: Stephan Linz l...@li-pro.net --- ..._gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig | 95 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 ptxconfigs/avr

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-14 Thread Stephan Linz
Am Donnerstag, 14. April 2011, um 10:42:35 schrieb Juergen Beisert: Michael Olbrich wrote: On Wed, Apr 13, 2011 at 09:09:03PM +0200, Stephan Linz wrote: Am Mittwoch, 13. April 2011, um 09:01:47 schrieb Marc Kleine-Budde: On 04/13/2011 12:07 AM, Michael Olbrich wrote: Hi

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-13 Thread Stephan Linz
Am Mittwoch, 13. April 2011, um 09:01:47 schrieb Marc Kleine-Budde: On 04/13/2011 12:07 AM, Michael Olbrich wrote: Hi, On Sat, Apr 09, 2011 at 11:41:57PM +0200, Stephan Linz wrote: Remove the unusually autoconf option '--enable-multilib'. With beginning of avr-libc version 1.7.x it is'n

[ptxdist] [ANNOUNCE] OSELAS.Toolchain(): new AVR configuration

2011-04-09 Thread Stephan Linz
... -- Viele Grüße, Stephan Linz __ MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: http://cdk4avr.sourceforge.net/ CDK4NIOS: http

[ptxdist] [PATCH 1/4] [ptxconfigs] add new AVR toolchain based on c't-Bot

2011-04-09 Thread Stephan Linz
-by: Stephan Linz l...@li-pro.net --- ..._gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig | 95 1 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 ptxconfigs/avr/avr_gcc-4.4.3_libc-1.7.1_binutils-2.20.1.ptxconfig diff --git a/ptxconfigs/avr/avr_gcc-4.4.3_libc

Re: [ptxdist] Your message to ptxdist awaits moderator approval

2011-04-09 Thread Stephan Linz
. The reason it is being held: Message body is too big: 233826 bytes with a limit of 100 KB Either the message will get posted to the list, or you will receive notification of the moderator's decision. -- Viele Grüße, Stephan Linz

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-30 Thread Stephan Linz
Am Mittwoch, 30. März 2011, um 08:15:11 schrieb Alexander Dahl: Am 29.03.2011 17:23, schrieb Stephan Linz: How did you fixed the CFI problem for CentOS? I've the same problem with other old systems (ex. Ubuntu 9.04 LTS). Ubuntu 8.04 LTS or Ubuntu 9.04? (There's no 9.04 LTS.) 9.04 -- right

Re: [ptxdist] RHEL/CentOS 5.X

2011-03-30 Thread Stephan Linz
Am Dienstag, 29. März 2011, um 23:14:37 schrieb Erwin Rol: Hey Stephan, On 29-3-2011 17:23, Stephan Linz wrote: Am Dienstag, 15. März 2011, um 13:06:06 schrieb Erwin Rol: Hi Erwin, How did you fixed the CFI problem for CentOS? I've the same problem with other old systems (ex. Ubuntu

[ptxdist] [PATCH 1/3] V3: add Xilinx MicroBlaze architecture

2011-03-29 Thread Stephan Linz
Kernel 2.6 configuration) * xilinx.dts (Linux Kernel 2.6 configuration) * config.mk (U-Boot configuration) * xparameters.h (U-Boot configuration) Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/architecture.in|9 ++ platforms/kernel.in

Re: [ptxdist] [PATCH 1/3] V2: add Xilinx MicroBlaze architecture

2011-03-28 Thread Stephan Linz
a simple Image with embedded DTB +endif Maybe some kernel expert can comment on this? mkl: what do you think? + Keep it simple - remove the ifdef. OK, I'll do it. -- Viele Grüße, Stephan Linz __ MB-Ref: http

Re: [ptxdist] [PATCH 3/3] [image_xlblob] add new image generator

2011-03-28 Thread Stephan Linz
Hi Michael, I'll remove the wasted ifdef expressions and white spaces. Best Regards, Stephan Am Sonntag, 27. März 2011, um 16:34:44 schrieb Michael Olbrich: On Tue, Mar 15, 2011 at 06:59:31PM +0100, Stephan Linz wrote: Generate a PIC executable blob tagged for XL-Boot that copies a image

Re: [ptxdist] [PATCH 1/3] V2: add Xilinx MicroBlaze architecture

2011-03-28 Thread Stephan Linz
on a MicroBlaze extension for OSELAS.Toolchain(). Where can I post my results? Here on this list? On Tue, Mar 15, 2011 at 06:59:29PM +0100, Stephan Linz wrote: --snip-- diff --git a/platforms/kernel.in b/platforms/kernel.in index 476bdde..0d8702e 100644 --- a/platforms/kernel.in +++ b/platforms

[ptxdist] [PATCH 2/3] [host-xl-tools] add new host package

2011-03-15 Thread Stephan Linz
are parts of MB-Ref. See: http://gitorious.org/mbref/xl-tools or: http://www.li-pro.de/xilinx_mb/xl-tools/start Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/hosttools.in |1 + rules/host-xl-tools.in | 13 + rules/host-xl-tools.make | 45

[ptxdist] [PATCH 1/3] V2: add Xilinx MicroBlaze architecture

2011-03-15 Thread Stephan Linz
Kernel 2.6 configuration) * xilinx.dts (Linux Kernel 2.6 configuration) * config.mk (U-Boot configuration) * xparameters.h (U-Boot configuration) Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/architecture.in|9 ++ platforms/kernel.in

[ptxdist] [PATCH 3/3] [image_xlblob] add new image generator

2011-03-14 Thread Stephan Linz
Generate a PIC executable blob tagged for XL-Boot that copies a image from FLASH to its linked address in RAM and executes it. Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/image_xlblob.in| 42 rules/post/image_xlblob.make | 73

[ptxdist] [PATCH 1/3] add Xilinx MicroBlaze architecture

2011-03-14 Thread Stephan Linz
Kernel 2.6 configuration) * xilinx.dts (Linux Kernel 2.6 configuration) * config.mk (U-Boot configuration) * xparameters.h (U-Boot configuration) Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/architecture.in|9 ++ platforms/kernel.in

[ptxdist] [squashfs3.4] wrong patch set

2010-08-31 Thread Stephan Linz
change to squashfs4.0 -- all OK (because the patch for 4.0 is OK :-) -- Viele Grüße, Stephan Linz __ OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: http://cdk4avr.sourceforge.net

[ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
is used to boot the board with. Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/x-load.in | 51 +++ rules/x-load.make | 94 +++ 2 files changed, 145 insertions(+), 0 deletions(-) create mode 100644 platforms/x

[ptxdist] [PATCH 1/1] [inetd] disable FTP upload commands

2010-08-05 Thread Stephan Linz
As long as all kinds of FTP upload commands are optional in busybox we should avoid to set this feature as default. Signed-off-by: Stephan Linz l...@li-pro.net --- generic/etc/inetd.conf.d/ftpd |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/generic/etc/inetd.conf.d

[ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
is used to boot the board with. Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/x-load.in | 51 +++ rules/x-load.make | 94 +++ 2 files changed, 145 insertions(+), 0 deletions(-) create mode 100644 platforms/x

[ptxdist] [PATCH 1/1] add new packet x-load

2010-08-05 Thread Stephan Linz
is used to boot the board with. Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/x-load.in | 51 ++ rules/x-load.make | 85 +++ 2 files changed, 136 insertions(+), 0 deletions(-) create mode 100644 platforms

Re: [ptxdist] [PATCH 1/3] add new packet x-load

2010-08-04 Thread Stephan Linz
a platform specific source tree inside of particular BSPs. The source code handling is affected negatively, since TI develop its own project: http://git.omapzoom.com/?p=repo/x-loader.git;a=summary What can/should we do? Marc -- Viele Grüße, Stephan Linz

Re: [ptxdist] [PATCH 2/3] [inetd] handle ftpd service

2010-08-04 Thread Stephan Linz
Am Dienstag, 3. August 2010, um 23:58:31 schrieb Marc Kleine-Budde: Stephan Linz wrote: Signed-off-by: Stephan Linz l...@li-pro.net --- generic/etc/inetd.conf.d/ftpd |1 + rules/busybox.in | 11 +++ rules/busybox.make|4 3 files changed

[ptxdist] [PATCH 1/1] [u-boot] install srec and/or elf images

2010-08-04 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/u-boot.in | 14 ++ rules/u-boot.make |8 +++- 2 files changed, 21 insertions(+), 1 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 64d4d03..383a228 100644 --- a/platforms/u-boot.in +++ b

[ptxdist] The following changes since commit d0b1b8608dfa4aa9bae18b2bb798b4b19580e181:

2010-08-03 Thread Stephan Linz
are available in the git repository at: git://gitorious.org/oselas/ptxdist.git for-mkl Stephan Linz (4): [ptxdist] add new packet x-load [inetd] handle ftpd service [u-boot] install srec and/or elf images Merge branch 'devel/2010.08.0-slz' into for-mkl generic/etc

[ptxdist] [PATCH 1/3] add new packet x-load

2010-08-03 Thread Stephan Linz
is used to boot the board with. Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/x-load.in | 60 ++ rules/x-load.make | 89 +++ 2 files changed, 149 insertions(+), 0 deletions(-) create mode 100644

[ptxdist] [PATCH 2/3] [inetd] handle ftpd service

2010-08-03 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- generic/etc/inetd.conf.d/ftpd |1 + rules/busybox.in | 11 +++ rules/busybox.make|4 3 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 generic/etc/inetd.conf.d/ftpd diff --git

[ptxdist] [PATCH 3/3] [u-boot] install srec and/or elf images

2010-08-03 Thread Stephan Linz
Signed-off-by: Stephan Linz l...@li-pro.net --- platforms/u-boot.in | 16 rules/u-boot.make | 12 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 64d4d03..38552a9 100644 --- a/platforms/u-boot.in