RE: [PATCH v1 0/6] [libbsd] Fix e1000 driver for i386 in master and 5

2020-09-08 Thread Jan.Sommer
Hi Chris, > -Original Message- > From: Chris Johns > Sent: Friday, August 14, 2020 11:43 PM > To: Sommer, Jan ; devel@rtems.org > Subject: Re: [PATCH v1 0/6] [libbsd] Fix e1000 driver for i386 in master and 5 > > On 15/8/20 5:57 am, Jan Sommer wrote: > > Hello, > > > > I finally got arou

Re: [PATCH v2] rtems: Add rtems_task_create_from_config()

2020-09-08 Thread Sebastian Huber
On 09/09/2020 07:56, Chris Johns wrote: On 9/9/20 3:14 pm, Sebastian Huber wrote: On 09/09/2020 03:37, Chris Johns wrote: On 9/9/20 8:43 am, Joel Sherrill wrote: On Wed, Sep 2, 2020 at 11:09 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: +/** + * @brief Retur

Re: [PATCH v2] rtems: Add rtems_task_create_from_config()

2020-09-08 Thread Chris Johns
On 9/9/20 3:14 pm, Sebastian Huber wrote: > On 09/09/2020 03:37, Chris Johns wrote: >> On 9/9/20 8:43 am, Joel Sherrill wrote: >>> On Wed, Sep 2, 2020 at 11:09 AM Sebastian Huber >>> >> > >>> wrote: >>> +/** >>> + * @brief Returns the recommended

Re: [PATCH v2] rtems: Add rtems_task_create_from_config()

2020-09-08 Thread Sebastian Huber
On 09/09/2020 03:37, Chris Johns wrote: On 9/9/20 8:43 am, Joel Sherrill wrote: On Wed, Sep 2, 2020 at 11:09 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: +/** + * @brief Returns the recommended task storage area size for the specified size + *   and task

Re: pc386 BSP documentation.

2020-09-08 Thread Chris Johns
On 8/9/20 12:51 pm, Chris Johns wrote: > On 8/9/20 5:57 am, Karel Gardas wrote: >> >> attached is a patch adding some pc386 BSP documentation. >> >> Review, comments, suggestions and/or commit of it are/is highly appreciated. >> > > This is a really good and welcome contribution so thank you. > >

Re: BSP Test Results

2020-09-08 Thread Chris Johns
On 9/9/20 3:13 am, Gedare Bloom wrote: > On Sun, Sep 6, 2020 at 8:55 PM Chris Johns wrote: >> An example using Joel's recent test run (thanks Joel :)). The sparc/leon2 >> results show no regressions: >> >> Summary >> === >> >> Passed:580 >> Failed: 0 >> User Input: 6 >> E

Re: BSP Test Results

2020-09-08 Thread Chris Johns
On 9/9/20 8:50 am, Joel Sherrill wrote: > On Mon, Sep 7, 2020 at 12:44 AM Chris Johns > wrote: > On 7/9/20 2:16 pm, Joel Sherrill wrote: > > On Sun, Sep 6, 2020, 9:55 PM Chris Johns > >

Re: [PATCH v2] rtems: Add rtems_task_create_from_config()

2020-09-08 Thread Chris Johns
On 9/9/20 8:43 am, Joel Sherrill wrote: > On Wed, Sep 2, 2020 at 11:09 AM Sebastian Huber > > > wrote: > +/** > + * @brief Returns the recommended task storage area size for the > specified size > + *   and task attributes. > + * > +

Re: BSP Test Results

2020-09-08 Thread Joel Sherrill
On Mon, Sep 7, 2020 at 12:44 AM Chris Johns wrote: > On 7/9/20 2:16 pm, Joel Sherrill wrote: > > > > > > On Sun, Sep 6, 2020, 9:55 PM Chris Johns > > wrote: > > > > Hello, > > > > I would like to discuss BSP Test results early in the release cycle > in the hope >

Re: [PATCH v2] rtems: Add rtems_task_create_from_config()

2020-09-08 Thread Joel Sherrill
On Wed, Sep 2, 2020 at 11:09 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > In contrast to rtems_task_create() this function creates a task with a > user-provided task storage area. The new create function uses a > configuration structure instead of individual parameters. > > A

Re: [PATCH v2] rtems: Add rtems_task_create_from_config()

2020-09-08 Thread Joel Sherrill
This has gotten to be a long-ish side discussion. I havecomments on the patch and will reply to the original email for that. On Thu, Sep 3, 2020 at 10:17 PM Chris Johns wrote: > On 3/9/20 10:08 pm, Sebastian Huber wrote: > > > > On 03/09/2020 04:08, Chris Johns wrote: > >> On 3/9/20 2:09 am, S

Re: BSP Test Results

2020-09-08 Thread Gedare Bloom
On Sun, Sep 6, 2020 at 8:55 PM Chris Johns wrote: > > Hello, > > I would like to discuss BSP Test results early in the release cycle in the > hope > we avoid the last minute issues we encountered with RTEMS 5 and the "expected" > failure state ticket. > > I would like to update this section ... >

Re: dl06 fails to build for RISC-V (griscv bsp)

2020-09-08 Thread Hesham Almatary
On Mon, 7 Sep 2020 at 09:01, Jiri Gaisler wrote: > > > On 9/7/20 10:44 AM, Hesham Almatary wrote: > > I have only made sure rap builds when I added libdl support for > > RISC-V. But I haven't tested it on run-time, only ELF objects. It's > > likely to have been failing in run-time all along. Also,

[PATCH] tester: Add support for test-too-long

2020-09-08 Thread chrisj
From: Chris Johns - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period. --- tester/rt/config.py | 45 + tester/rt/exe.py| 172 tester/rt/gdb.py| 11