Re: mx6ulevk BSP was: Re: [PATCH] arm: mx6ulevk: Initial BSP support for i.MX 6UltraLite EVK board.

2016-08-08 Thread Peng Fan
; future? > Sorry for late reply. No update (:, busy on other things. I would like to support low end i.MX6 processors using RTEMS, but i do not have much time on this. I am happy to see, if you would like to upstream or reuse the code or else. Regards, Peng. > > wkr, > > Thomas. >

Re: [PATCH] arm: mx6ulevk: Initial BSP support for i.MX 6UltraLite EVK board.

2016-04-19 Thread Peng Fan
Thanks Joel and Gedare for the comments. For "Did you "clone and own" anything from another BSP? " If you are asking me to add the copyright back, I'll check to avoid discarding the copyrights. Thanks, Peng. 2016-04-19 23:47 GMT+08:00 Joel Sherrill : > > > On Tue, Apr 19, 2016 at 10:41 AM, Geda

Re: [PATCH] arm: mx6ulevk: Initial BSP support for i.MX 6UltraLite EVK board.

2016-04-19 Thread Peng Fan
Hi Sebastian 2016-04-19 17:31 GMT+08:00 Sebastian Huber < sebastian.hu...@embedded-brains.de>: > > > On 19/04/16 11:11, Peng Fan wrote: > >> +const console_fns imx_uart_fns = { >> >+ .deviceProbe = libchip_serial_default_probe, >> >

Re: [PATCH] arm: mx6ulevk: Initial BSP support for i.MX 6UltraLite EVK board.

2016-04-19 Thread Peng Fan
Hi Gedare, Joel, Kindly ask, Do you any comments on this patch? Thanks, Peng. On Thu, Apr 14, 2016 at 05:49:43PM +0800, Peng Fan wrote: >Initial BSP support for i.MX 6UltraLite EVK board. >Add uart driver >Add gpt driver to service tick function > >The i.MX 6UltraLite is a h

[PATCH] arm: mx6ulevk: Initial BSP support for i.MX 6UltraLite EVK board.

2016-04-14 Thread Peng Fan
cc6b074 --- /dev/null +++ b/c/src/lib/libbsp/arm/mx6ulevk/console/console-config.c @@ -0,0 +1,82 @@ +/* + * Copyright (c) 2016 Peng Fan + * + * Copyright (c) 2013 embedded brains GmbH. All rights reserved. + * + * embedded brains GmbH + * Dornierstr. 4 + * 82178 Puchheim + * Germany + * + * + *

Re: [PATCH] cpukit: pppd: fix compile warning

2016-04-12 Thread Peng Fan
Hi, On Tue, Apr 05, 2016 at 10:23:00AM -0400, Gedare Bloom wrote: >This should be fine. I don't know, does pppd have an active maintainer? Just kindly ping, will this be merged? > >On Tue, Apr 5, 2016 at 8:45 AM, Peng Fan wrote: >> rcsid is defined, but not used. So disc

[examples-v2 V2] fat_ramdisk: define POSIX keys number

2016-04-12 Thread Peng Fan
define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) " --- V2: Addressed Gedare's comments: Discard signed off filesystem/fat_ramdisk/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filesystem/fat_ramdisk/init.c b/filesystem/fat_ramdisk/in

Re: [examples-v2 1/2] Compile filesystem testcase

2016-04-08 Thread Peng Fan
ou can remove --signed-off-by > > do you know if the filesystem testcases are compiled correctly when > using the rtems_waf approach to building examples-v2? > > On Fri, Apr 8, 2016 at 4:33 AM, Peng Fan wrote: > > Support compiling filesystem testcases. > > If not, f

[examples-v2 2/2] fat_ramdisk: define POSIX keys number

2016-04-08 Thread Peng Fan
define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) " Signed-off-by: Peng Fan --- filesystem/fat_ramdisk/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filesystem/fat_ramdisk/init.c b/filesystem/fat_ramdisk/init.c index 2fff70

[examples-v2 1/2] Compile filesystem testcase

2016-04-08 Thread Peng Fan
Support compiling filesystem testcases. If not, filesystem testcases will not be compiled. Signed-off-by: Peng Fan --- Makefile| 2 +- filesystem/Makefile | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 filesystem/Makefile diff --git a/Makefile b

[PATCH] cpukit: pppd: fix compile warning

2016-04-05 Thread Peng Fan
rcsid is defined, but not used. So discard it. Signed-off-by: Peng Fan --- cpukit/pppd/auth.c | 4 cpukit/pppd/ccp.c | 4 cpukit/pppd/chap.c | 4 cpukit/pppd/demand.c| 4 cpukit/pppd/fsm.c | 4 cpukit/pppd/ipcp.c | 4 cpukit/pppd

rtems-tools: Fix libpath failed for rtems-ld

2014-11-07 Thread Peng Fan
Hi, we should not clear input parameter 'se' in rld::split, otherwise paths passed using '--lib-path' to rtems-ld will be cleared if standlibs are used. Regards, Peng. 0001-Not-clear-input-parameter-se-in-rld-split.patch Description: Binary data ___ d

RTL arm load failed

2014-11-02 Thread Peng Fan
Hi, qemu-system-arm -no-reboot -net none -nographic -M realview-pbx-a9 -m 256M -kernel `find . -name dl01.exe` -s -S *** BEGIN OF TEST libdl (RTL) Loader 1 *** load: /dl-o1.o rtl: unsupported section: 15: type=1879048195 flags=00 handle: 0x212b10 has unresolved externals dl-o1.o can not be corre

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-09-08 Thread Peng Fan
Hi Chris, 2014-09-08 14:16 GMT+08:00 Chris Johns : > On 18/08/2014 12:17 am, Peng Fan wrote: > >> >> 2014-08-16 10:51 GMT+08:00 Chris Johns > <mailto:chr...@rtems.org>>: >> On 15/08/2014 7:37 pm, Peng Fan wrote: >> On 08/15/2014 04:15 PM,

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-17 Thread Peng Fan
2014-08-16 10:51 GMT+08:00 Chris Johns : > On 15/08/2014 7:37 pm, Peng Fan wrote: > >> >> On 08/15/2014 04:15 PM, Chris Johns wrote: >> >>> On 14/08/2014 11:21 am, Peng Fan wrote: >>> >>>> Hi, >>>> >>>> I have a two

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-15 Thread Peng Fan
On 08/15/2014 04:15 PM, Chris Johns wrote: On 14/08/2014 11:21 am, Peng Fan wrote: Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Johns mailto:chr...@rtems.org>>: On 11/08/2014 12:24 am, Peng Fan wrote: 1. Fix getopt_long usage

Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-13 Thread Peng Fan
Hi, I have a two days travel, so this reply is late. 2014-08-12 10:56 GMT+08:00 Chris Johns : > On 11/08/2014 12:24 am, Peng Fan wrote: > >> >> 1. Fix getopt_long usage in rtl host. some shorthand options are not >> hanlded correctly, this patch fixes it. >> &

[PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-10 Thread Peng Fan
Hi, 1. Fix getopt_long usage in rtl host. some shorthand options are not hanlded correctly, this patch fixes it. 2. Add a new option '--mach-flags'/'-m' to rtems-ld. This optarg of this option will be passed to xx-rtemsxx-gcc, it will be used the search lib dirs. Detailed msg is in the commit log

Re: Python RAP and Reloc related for RTL

2014-08-06 Thread Peng Fan
2014-08-05 12:23 GMT+08:00 Chris Johns : > On 4/08/2014 12:18 am, Peng Fan wrote: > >> Hi, >> >> Create this new thread to talk about this topic and the reloc related. >> >> 1. >> As you suggested, I have compiled toolchain for arm using option >> `

Python RAP and Reloc related for RTL

2014-08-03 Thread Peng Fan
Hi, Create this new thread to talk about this topic and the reloc related. 1. As you suggested, I have compiled toolchain for arm using option `-mlong-calls` on arm realview qemu platform, and now the python.rap file can be correctly loaded and python interpreter can run the xxx.py in startup lik

Re: Pass multiple same options to rtems_linkflags

2014-07-28 Thread Peng Fan
2014-07-28 21:32 GMT+08:00 Chris Johns : > On 28/07/2014 11:22 pm, Peng Fan wrote: > >> Hi, >> >> >> 2014-07-28 9:13 GMT+08:00 Chris Johns > <mailto:chr...@rtems.org>>: >> >> >> On 28/07/2014 12:01 am, Peng Fan wrote: >> &g

Re: Pass multiple same options to rtems_linkflags

2014-07-28 Thread Peng Fan
Hi, 2014-07-28 9:13 GMT+08:00 Chris Johns : > On 28/07/2014 12:01 am, Peng Fan wrote: > >> Sorry. The patch is in the attachment. Missed it just now. >> > > The patch looks fine and it is nice solution. Maybe the RTL parts should > be merged into the git://git.rte

Re: Pass multiple same options to rtems_linkflags

2014-07-27 Thread Peng Fan
Sorry. The patch is in the attachment. Missed it just now. 2014-07-27 22:00 GMT+08:00 Peng Fan : > Hi, > > > 2014-07-26 9:28 GMT+08:00 Chris Johns : > > On 26/07/2014 12:25 am, Peng Fan wrote: >> >>> Hi Chris, >>> >>> I build a rap file usin

Re: Pass multiple same options to rtems_linkflags

2014-07-27 Thread Peng Fan
Hi, 2014-07-26 9:28 GMT+08:00 Chris Johns : > On 26/07/2014 12:25 am, Peng Fan wrote: > >> Hi Chris, >> >> I build a rap file using such a command : >> rtems-ld --lib-path >> /opt/rtems-4.11/arm-rtems4.11/realview_pbx_a9_qemu/lib --lib m --lib >> r

[PATCH] RTL: Remove duplicated objects before writing to rap file for rtl-host

2014-07-24 Thread Peng Fan
Hi, This patch fixes that before merging the objects to a rap file, first remove duplicated object files. When using STL unique, first should call STL sort method. Regards, Peng. 0001-std-list-should-be-sorted-before-unique.patch Description: Binary data

[PATCH] Fix RTL archive file load

2014-07-14 Thread Peng Fan
Hi, When the first time executing such a command "dlo libxx.ra:yy.rap" or "dlo libxx.a:yy.o", RTL complains "no format loader found". when executing the command the second time, the archive files can be loaded correctly. It is because cache flush uses `file_size = -1` while file_size is unsigned t

[PATCH] Fix RTL colon problem

2014-07-05 Thread Peng Fan
Hi, When loading an object file which is in an archive file using such a command "dlo tmp.ra:xx.rap", it shows file not found. This patch fix it. Regards, Peng. 0001-Fix-colon-problem.patch Description: Binary data ___ devel mailing list devel@rtems.o