Re: Design Tools for RTEMS Qualification Toolchain

2019-03-27 Thread Sebastian Huber
Hello José, since the RTEMS software architecture, detailed design and implementation exists already we don't need a design tool. We need documentation tools for the software architecture and detailed design. I would simply use what we have and this is Doxygen + Graphviz + MSC + PlantUML. F

libbsd: Add openssl tool

2019-03-27 Thread Christian Mauderer
Hello, I've added a port of the openssl tool together with a test for `openssl speed` (benchmark) and `openssl req` (generating server certificates). Unfortunately the openssl tool is quite big so that I can't send the patches to the mailing list. You can find them on a bin-openssl branch here:

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-27 Thread Ravindra Kumar Meena
Hi Sebastian, I have already submitted the proposal. Phase 1 of my proposal is to generate trace data(LTTng). So I tried this example to figure out the way for generating trace data(LTTng) https://lttng.org/docs/v2.10/#doc-tracing-your-own-user-application Maybe we could try out the same. I would

RE: Design Tools for RTEMS Qualification Toolchain

2019-03-27 Thread Jose Valdez
Hello Joel, From the statement of work of the RTEMS Qualification, we have that: “The Software Design Document (SDD) has to cover ECSS-E-ST-40C clauses 5.4.3.1.a, 5.4.3.2.a, 5.4.3.3.a, 5.4.3.4.a, 5.4.3.5.a, 5.4.3.6.c, 5.5.2.1.a, 5.5.2.1.b, 5.5.2.1.c, 5.5.2.2.a, 5.5.2.3.a, 5.5.2.4.a, 5.5.2.5.a,

RTEMS on ARMv8

2019-03-27 Thread Jeff Kubascik
Hello, I am interested in porting RTEMS to run as a Xen guest on our distro for the Xilinx Zynq UltraScale+ MPSoC. The MPSoC has an ARM Cortex-A53 processor, which is based on the ARMv8 architecture. I have noticed that RTEMS already runs on a few Zynq 7000 boards. However, those are using the Co

Re: [PATCH] Fully disabled seemingly unsupported zynq_uart_set_attributes handler

2019-03-27 Thread Joel Sherrill
On Wed, Mar 27, 2019 at 1:10 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/03/2019 15:17, Lou Woods wrote: > > From: Lou Woods > > > > --- > > bsps/arm/xilinx-zynq/console/zynq-uart.c | 16 +++- > > 1 file changed, 11 insertions(+), 5 deletions(-) > > > >

Re: [PATCH] Disable zynq_uart_set_attributes that prevents console input

2019-03-27 Thread Joel Sherrill
On Wed, Mar 27, 2019 at 1:07 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/03/2019 15:17, Lou Woods wrote: > > From: Lou Woods > > > > This patch fully disables the zynq_uart_set_attributes handler that had > > previously been commented out, but was returning false. This

Re: [PATCH] Fully disabled seemingly unsupported zynq_uart_set_attributes handler

2019-03-27 Thread Chris Johns
On 28/3/19 5:28 am, Joel Sherrill wrote: > On Wed, Mar 27, 2019 at 1:10 AM Sebastian Huber > > > wrote: > On 26/03/2019 15:17, Lou Woods wrote: > > From: Lou Woods > > > > --- > >   bsps/arm/xilinx-zynq/console/zynq-uart.c | 16 ++

Re: Design Tools for RTEMS Qualification Toolchain

2019-03-27 Thread Joel Sherrill
Scott. mentioned you below. Time for you to speak up. :) On Wed, Mar 27, 2019 at 1:08 PM Jose Valdez wrote: > Hello Joel, > > > > From the statement of work of the RTEMS Qualification, we have that: > > > > “The Software Design Document (SDD) has to cover ECSS-E-ST-40C clauses > 5.4.3.1.a, 5.4.3

Re: libbsd: Add openssl tool

2019-03-27 Thread Chris Johns
On 27/3/19 9:11 pm, Christian Mauderer wrote: > Hello, > > I've added a port of the openssl tool together with a test for `openssl > speed` (benchmark) and `openssl req` (generating server certificates). > > Unfortunately the openssl tool is quite big so that I can't send the > patches to the mai

[PATCH] README.txt: Fix typo

2019-03-27 Thread Jacob Shin
--- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 3679d1d..74393a4 100644 --- a/README.txt +++ b/README.txt @@ -45,7 +45,7 @@ NOTE: RedHat Enterprise Linux (RHEL) and Fedora should be the same as CentOS. Images -- -All images

[PATCH] user: Fix typo by changing sudu to sudo

2019-03-27 Thread Jacob Shin
--- user/hosts/posix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 044b8bd..24e811f 100644 --- a/user/hosts/posix.rst +++ b/user/hosts/posix.rst @@ -126,7 +126,7 @@ Xubuntu. A minimal installation was used and the followin

Re: libbsd: Add openssl tool

2019-03-27 Thread Christian Mauderer
Am 27.03.19 um 20:40 schrieb Chris Johns: > On 27/3/19 9:11 pm, Christian Mauderer wrote: >> Hello, >> >> I've added a port of the openssl tool together with a test for `openssl >> speed` (benchmark) and `openssl req` (generating server certificates). >> >> Unfortunately the openssl tool is quite b

Re: [PATCH] Fully disabled seemingly unsupported zynq_uart_set_attributes handler

2019-03-27 Thread Sebastian Huber
On 27/03/2019 20:26, Chris Johns wrote: On 28/3/19 5:28 am, Joel Sherrill wrote: On Wed, Mar 27, 2019 at 1:10 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 26/03/2019 15:17, Lou Woods wrote: > From: Lou Woods > > --- >   bsps/arm/xilinx-zynq/c