Re: [GSOC] Weekly report

2018-05-15 Thread Vidushi Vashishth
Oh okay, will keep that in mind from the next time! On Tue, May 15, 2018 at 6:31 PM, Gedare Bloom wrote: > Minor nit: please put a short description of your project in the title > (e.g., "tracing") just to avoid overly plain and possibly confusing > titles if multiple students

Re: [PATCH 2/2] sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.h

2018-05-15 Thread Joel Sherrill
On Tue, May 15, 2018 at 7:59 AM, Gedare Bloom wrote: > I have no problem with it, but it must be tested :) Just a > compile-only check is fine. > Awesome! I will test the patch. I did this on a machine without sparc64 tools just to see if I could find an answer. --joel > >

RE: Move to bsps finished?

2018-05-15 Thread Jan.Sommer
> -Original Message- > From: Amaan Cheval [mailto:amaan.che...@gmail.com] > Sent: Tuesday, May 15, 2018 2:46 PM > To: Sommer, Jan > Cc: RTEMS > Subject: Re: Move to bsps finished? > > Hey Jan! > > The ticket tracking the BSP reorganization seems to have been closed > once the docs were

Re: [GSOC] Weekly report

2018-05-15 Thread Gedare Bloom
Minor nit: please put a short description of your project in the title (e.g., "tracing") just to avoid overly plain and possibly confusing titles if multiple students start to do this. Thanks for the update! On Mon, May 14, 2018 at 9:12 PM, Vidushi Vashishth wrote: > Hi! > >

Re: [PATCH 2/2] sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.h

2018-05-15 Thread Gedare Bloom
I have no problem with it, but it must be tested :) Just a compile-only check is fine. On Mon, May 14, 2018 at 4:33 PM, Joel Sherrill wrote: > I haven't tested this but what do you think of this? > > > -RTEMS_BSPOPTS_SET([US3],[usiii],[1]) > -RTEMS_BSPOPTS_SET([US3],[*],[]) >

Re: Move to bsps finished?

2018-05-15 Thread Sebastian Huber
Hello Jan, the source and header file moves in the BSP area are done. We may still move some selected files around. The build files still have to move, but this is a matter of months. - Am 15. Mai 2018 um 14:45 schrieb Amaan Cheval amaan.che...@gmail.com: > Hey Jan! > > The ticket

Move to bsps finished?

2018-05-15 Thread Jan.Sommer
Hello, I just wanted to ask if the reorganization of the BSP source code is more or less finished? Then this might be a good point for us to pull the changes into our local copies to be close to the development branch again otherwise it might be easier to wait a bit longer. Best regards,

[PATCH 0/1] posixtimer01 test questions and patch

2018-05-15 Thread Martin Erik Werner
When running the testsuites/psxtests/psxtimer01/ tests on our or1k board, I've noticed a common 10ms (one clock tick) time difference when measuring the re-armed time value in task A and C, which causes the posixtimer01 test to report failure: (...) if (sigwait(,_sig) == -1) { perror ("Error in

[PATCH 1/1] Fix and extend error message in posix timer test

2018-05-15 Thread Martin Erik Werner
_Timespec_Equal_to() does not set errno, hence avoid using perror(), instead use fprintf() to stderr, and extend the error message to provide information about what the error is (measured timer value after re-arming is not equal to the configured interval), and how large of a difference was

Re: x86_64 port and BSP (GSoC 2018)

2018-05-15 Thread Amaan Cheval
On Mon, May 14, 2018 at 9:37 PM, Joel Sherrill wrote: > > > On Mon, May 14, 2018 at 10:20 AM, Gedare Bloom wrote: >> >> On Mon, May 14, 2018 at 9:30 AM, Sebastian Huber >> wrote: >> > On 14/05/18 15:20, Amaan Cheval wrote: >>