Re: [GSoC] RTEMS Tester Improvements

2017-03-21 Thread Chris Johns
On 22/03/2017 03:46, Tanu Hari Dixit wrote: Thank you so much Chris for the elaborate answers. I have a clearer idea of the project now. Thank you Gedare for the tip, it definitely comes in handy. I'm sorry for the late reply. I have more questions and I will be grateful if the devs can help me

Re: timeouts and failure

2017-03-21 Thread Chris Johns
On 21/03/2017 18:06, Tanu Hari Dixit wrote: Also, how can we change the number of cores operational? I found the --timeout option but none regarding the cores. Have a look at the `--jobs` option (try --help). The option is the same as the RSB and has its name. Maybe not the best name in

答复: 答复: 回复: GSOC 2017 Beagleboard BSP projects

2017-03-21 Thread 赵 思晨
Hi Gedara Bloom, Hi all: Ok, that's sound good. So i need rephrase my proposal about the 802.11 protocol, right? Best Regards Sichen Zhao 发自 Outlook 发件人: ged...@gwmail.gwu.edu 代表 Gedare Bloom

Re: Large number of failures on leon3

2017-03-21 Thread Joel Sherrill
On Tue, Mar 21, 2017 at 5:17 AM, Jiri Gaisler wrote: > The culprit seems to be the CASA instruction. The leon3 bsp is built to > always need this instruction, regardless if SMP is enabled or not. The sis > simulator does not support CASA at the moment, hence the failures. The >

[PATCH v3 4/5] Updated tools to use dedicated input and output baud rates in termios structure

2017-03-21 Thread Kevin Kirspel
--- tools/cpu/sh/sci.c | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/tools/cpu/sh/sci.c b/tools/cpu/sh/sci.c index a092bce..2b68612 100644 --- a/tools/cpu/sh/sci.c +++ b/tools/cpu/sh/sci.c @@ -43,10 +43,15 @@ static unsigned int bitrate [] = {

[PATCH v3 5/5] Updated termios testsuites to use dedicated input and output baud rates in termios structure

2017-03-21 Thread Kevin Kirspel
--- testsuites/libtests/termios/init.c | 341 + testsuites/libtests/termios01/init.c | 143 +++-- testsuites/libtests/termios01/termios01.scn| 270 testsuites/libtests/termios01/termios_testdriver.c | 6 +-

[PATCH v3 1/5] Adding modified FREEBSD headers to sync RTEMS termios with FREEBSD

2017-03-21 Thread Kevin Kirspel
--- cpukit/libcsupport/include/sys/_termios.h| 264 +++ cpukit/libcsupport/include/sys/ttydefaults.h | 111 +++ cpukit/libcsupport/src/cfmakesane.c | 66 +++ 3 files changed, 441 insertions(+) create mode 100644

[PATCH v3 2/5] Modify termios to support dedicated input and output baud rates for termios structure

2017-03-21 Thread Kevin Kirspel
--- cpukit/libcsupport/Makefile.am | 2 +- cpukit/libcsupport/include/rtems/termiostypes.h | 8 +- cpukit/libcsupport/include/sys/ioccom.h | 11 - cpukit/libcsupport/include/sys/termios.h| 280 +++- cpukit/libcsupport/include/sys/ttycom.h

[PATCH v3 3/5] Updated BSPs to use dedicated input and output baud rates in termios structure

2017-03-21 Thread Kevin Kirspel
--- c/src/lib/libbsp/arm/csb336/console/uart.c | 2 +- c/src/lib/libbsp/arm/lpc32xx/console/hsu.c | 2 +- c/src/lib/libbsp/i386/shared/comm/tty_drv.c| 2 +- .../libbsp/lm32/shared/milkymist_console/console.c | 2 +- c/src/lib/libbsp/m68k/av5282/console/console.c |

Re: timeouts and failure

2017-03-21 Thread Tanu Hari Dixit
Hello Chris, All, Regarding the ticket https://devel.rtems.org/ticket/2946 for the test spcontext01 do we need to add a tag in a new .tcfg file ? If so what would be the name of the tcfg file? Also, can you please help me investigate why 5 more test fail? Thanks, Tanu Hari Dixit. On Tue, Mar

RE: [PATCH 1/5] Adding modified FREEBSD headers to sync RTEMS termios with FREEBSD

2017-03-21 Thread Kirspel, Kevin
I have compiled all BSPs for the following toolsets: arm, bfin, sh, i386, m68k, lm32, powerpc, and sparc All BSPs for these toolsets build without error. I had to fix some arm and sh code so I will send version 3 of the patch soon. These toolsets were chosen due to the fact that a BSP within

Re: [PATCH] modify punitvara's works on BBB i2c, and now can read the eeprom info.

2017-03-21 Thread Gedare Bloom
On Tue, Mar 21, 2017 at 12:12 AM, Ben Gras wrote: > Dear all, > > SZ, great initiative. Gedare and Sebastian have commented. > > For my part, can I just check - the implementation is supposed to be > generic to i2c devices, correct? > > If so, can you explain what

Re: 答复: 回复: GSOC 2017 Beagleboard BSP projects

2017-03-21 Thread Gedare Bloom
On Tue, Mar 21, 2017 at 9:51 AM, 赵 思晨 wrote: > Hello Christian Mauderer: > > I think there are still some misunderstanding: > > > I want to add the hardware independent parts of WLAN (IEEE802.11 standard), > cause i think the USB driver and WLAN protocol is necessary for

[PATCH] 4.11: ARM: Optimize IEEE-754 sqrt implementation

2017-03-21 Thread Sebastian Huber
Update #2948. --- rtems/config/4.11/rtems-arm.bset| 2 +- .../rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg | 17 + 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644

答复: 回复: GSOC 2017 Beagleboard BSP projects

2017-03-21 Thread 赵 思晨
Hello Christian Mauderer: I think there are still some misunderstanding: I want to add the hardware independent parts of WLAN (IEEE802.11 standard), cause i think the USB driver and WLAN protocol is necessary for the USB wireless network card. And i think you mean i only wanna add the USB

Re: 回复: GSOC 2017 Beagleboard BSP projects

2017-03-21 Thread Christian Mauderer
Hello Sichen Zhao, Am 21.03.2017 um 12:22 schrieb 赵思晨: > Hi Christian Mauderer: > 1.There is no WLAN chip on BBB, so my need USB dongle. So the USB driver > is important and is my main goal of GOSC BBB BSP project. OK. It's fine if that is your focus. > 2.I don't think there is a potential

答复: GSOC 2017 Beagleboard BSP projects

2017-03-21 Thread 赵 思晨
Hi all, Hi Christian Mauderer: 1.There is no WLAN chip on BBB, so my need USB dongle. So the USB driver is important and is my main goal of GOSC BBB BSP project. 2.I don't think there is a potential conflict in my proposal: I think Project Deliverables is a deadline to check , and the work

Re: Large number of failures on leon3

2017-03-21 Thread Jiri Gaisler
The culprit seems to be the CASA instruction. The leon3 bsp is built to always need this instruction, regardless if SMP is enabled or not. The sis simulator does not support CASA at the moment, hence the failures. The erc32 and leon2 bsp does not use CASA since the hardware does not support it. If

Re: GSOC 2017 Beagleboard BSP projects

2017-03-21 Thread Christian Mauderer
Am 21.03.2017 um 00:45 schrieb Joel Sherrill: > > > On Sun, Mar 19, 2017 at 4:38 PM, Christian Mauderer > > wrote: > > - Ursprüngliche Mail - > > Von: "赵 思晨"

Re: timeouts and failure

2017-03-21 Thread Tanu Hari Dixit
> I noticed you have 17 tests more than I do enabled. How did you configure? ../../rtems/configure --target=sparc-rtems4.12 --enable-tests --enable-rtemsbsp=erc32 --prefix=/home/thd/development/rtems/install_path_erc32_alltest_new I used Joel's configuration, that is: ../../rtems/configure