GSoC'19 - Basic Support for Trace Compass(ticket: #3696)

2019-04-09 Thread Ravindra Kumar Meena
Hi, I have uploaded my final proposal PDF for GSoC'19. I have tried to incorporate all the comments made. Thanks for being such a wonderful community! I enjoyed every bit of the application period. Regards, -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute

Re: rtems-libbsd build error

2019-04-09 Thread Vijay Kumar Banerjee
Hi, I have imported and ported the the drivers in 2 pairs(import and port) of commits for each one. Please have a look at this branch https://github.com/thelunatic/rtems-libbsd/commits/tda19988 I have also tried running the media01.exe and have seen it running fine without throwing any exceptions

Changes in Proposal - GSoC 2019 POSIX Compliance Project

2019-04-09 Thread Vaibhav Gupta
Hello, I have made the changes in my proposal, as suggested and recommended by mentors and developers. In my proposal, I mentioned about my participation in one of the National Level Technical Competition under the heading "Related Research and Work Experience", the finals of which was yet to be

Re: [PATCHv3 2/2] bsps/riscv: HTIF - Use 32-bit HTIF syscalls on RV32

2019-04-09 Thread Sebastian Huber
On 09/04/2019 11:23, Hesham Almatary wrote: HTIF devices are not supported on RV32, so proxy a write system call This syncs HTIF Console with riscv-pk (proxy kernel) to use 32-bit HTIF syscalls on RV32 instead of 64-bit commands that are not atomic. --- bsps/riscv/riscv/console/htif.c | 59 +++

Re: [PATCHv3 1/2] bsps/riscv: UART - Read reg-shift from DTB to properly set/get registers

2019-04-09 Thread Sebastian Huber
On 09/04/2019 11:23, Hesham Almatary wrote: + if (val) { +reg_shift = fdt32_to_cpu(val[0]); + } else {   reg_shift = 0; } Ok, with this change. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax

[PATCHv3 2/2] bsps/riscv: HTIF - Use 32-bit HTIF syscalls on RV32

2019-04-09 Thread Hesham Almatary
HTIF devices are not supported on RV32, so proxy a write system call This syncs HTIF Console with riscv-pk (proxy kernel) to use 32-bit HTIF syscalls on RV32 instead of 64-bit commands that are not atomic. --- bsps/riscv/riscv/console/htif.c | 59 + 1 file changed,

[PATCHv3 1/2] bsps/riscv: UART - Read reg-shift from DTB to properly set/get registers

2019-04-09 Thread Hesham Almatary
--- bsps/riscv/riscv/console/console-config.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bsps/riscv/riscv/console/console-config.c b/bsps/riscv/riscv/console/console-config.c index 464b4b0e26..5226285272 100644 --- a/bsps/riscv/riscv/console/console-confi

Re: Doxygen @param and [in], [out] or [in,out]?

2019-04-09 Thread Sebastian Huber
On 05/04/2019 09:44, Sebastian Huber wrote: On 13/03/2019 07:55, Sebastian Huber wrote: On 28/02/2019 15:52, Sebastian Huber wrote: Hello, we agreed to use @param for function parameter documentation: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices Do

[PATCH v2] libdebugger: Fix for ARMv7-M with -O0 optimization

2019-04-09 Thread chrisj
From: Chris Johns --- cpukit/libdebugger/rtems-debugger-arm.c| 24 ++ cpukit/libdebugger/rtems-debugger-server.c | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/cpukit/libdebugger/rtems-debugger-arm.c b/cpukit/libdebugger/rtems-debugger-arm.c ind

[PATCH 4/5] posix: Avoid workspace for queued signals

2019-04-09 Thread Sebastian Huber
--- cpukit/include/rtems/confdefs.h | 4 cpukit/include/rtems/posix/psignal.h | 2 ++ cpukit/posix/src/psignal.c | 26 +- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h

[PATCH 2/5] posix: _Configuration_POSIX_Maximum_queued_signals

2019-04-09 Thread Sebastian Huber
Rename to use proper namespace. --- cpukit/include/rtems/confdefs.h | 2 +- cpukit/include/rtems/posix/psignal.h | 2 +- cpukit/posix/src/psignal.c | 2 +- cpukit/posix/src/psignalconfig.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpukit/include/rtem

[PATCH] c-user: Obsolete Go configuration options

2019-04-09 Thread Sebastian Huber
Update #2832. --- c-user/configuring_a_system.rst | 102 +--- 1 file changed, 21 insertions(+), 81 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index 0384d06..c7a8808 100644 --- a/c-user/configuring_a_system.rst ++

[PATCH 5/5] posix: Avoid fatal error in Shm object create

2019-04-09 Thread Sebastian Huber
--- cpukit/posix/src/shmwkspace.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/posix/src/shmwkspace.c b/cpukit/posix/src/shmwkspace.c index 94456e2c5c..038edc51d1 100644 --- a/cpukit/posix/src/shmwkspace.c +++ b/cpukit/posix/src/shmwkspace.c @@ -24,7 +24,11 @@ in

[PATCH 3/5] posix: _Configuration_POSIX_Minimum_stack_size

2019-04-09 Thread Sebastian Huber
Rename to use proper namespace. --- cpukit/include/rtems/confdefs.h | 2 +- cpukit/include/rtems/posix/pthread.h | 2 +- cpukit/include/rtems/posix/pthreadimpl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rte

[PATCH 1/5] config: Obsolete Go configuration options

2019-04-09 Thread Sebastian Huber
Update #2832. --- cpukit/include/rtems/confdefs.h | 59 + 1 file changed, 13 insertions(+), 46 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index 89b47050d6..64e7458384 100644 --- a/cpukit/include/rtems/confdef