Re: Xilinx License Acceptable for RTEMS?

2019-01-28 Thread Chris Johns
On 25/1/19 1:04 am, Sebastian Huber wrote: > > some Xilinx drivers use this license: > > /** > * > * Copyright (C) 2014 Xilinx, Inc.  All rights reserved. > * > * Permission is hereby granted, free of charge, to any perso

Re: RTEMS Executive vs. Kernel

2019-01-28 Thread Chris Johns
On 26/1/19 11:22 am, Joel Sherrill wrote: > > > On Fri, Jan 25, 2019, 5:15 PM Chris Johns wrote: > > On 26/1/19 9:43 am, Joel Sherrill wrote: > > We have a full shelf of old reports. A few would be good to have  > > mirrored at ftp.rtems.org

[PATCH v2 09/10] user: Add "Build Your Application"

2019-01-28 Thread Sebastian Huber
--- user/start/app.rst | 11 +++ user/start/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 user/start/app.rst diff --git a/user/start/app.rst b/user/start/app.rst new file mode 100644 index 000..fdf6bb7 --- /dev/null +++ b/user/start/app.rst @@ -0,0 +1,11 @@

[PATCH v2 06/10] user: Add "Bootstrap the RTEMS Sources"

2019-01-28 Thread Sebastian Huber
--- user/start/bootstrap.rst | 55 user/start/index.rst | 1 + 2 files changed, 56 insertions(+) create mode 100644 user/start/bootstrap.rst diff --git a/user/start/bootstrap.rst b/user/start/bootstrap.rst new file mode 100644 index 000..

[PATCH v2 08/10] user: Add "Test a Board Support Package (BSP)"

2019-01-28 Thread Sebastian Huber
--- user/start/bsp-test.rst | 66 + user/start/index.rst| 1 + user/testing/index.rst | 2 ++ 3 files changed, 69 insertions(+) create mode 100644 user/start/bsp-test.rst diff --git a/user/start/bsp-test.rst b/user/start/bsp-test.rst new fil

[PATCH v2 03/10] user: Rework Prefixes section

2019-01-28 Thread Sebastian Huber
Rename it to "Choose an Installation Prefix". Update #3675. --- user/hosts/posix.rst | 2 +- user/installation/project-sandboxing.rst | 2 +- user/start/index.rst | 2 +- user/start/prefixes.rst | 74 use

[PATCH v2 01/10] user: Rework "Host Computer Setup" section

2019-01-28 Thread Sebastian Huber
Rename it to "Prepare Your Host Computer". --- user/rsb/why-build-from-source.rst | 2 ++ user/start/host.rst| 22 -- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/user/rsb/why-build-from-source.rst b/user/rsb/why-build-from-source.rst index

[PATCH v2 00/10] Rework quick start in user manual

2019-01-28 Thread Sebastian Huber
This patch set reworks the quick start chapter in the user manual. You find a PDF with this patch set here: https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf It duplicates some information with the "Installation" chapter. The "Installation" chapter should be reworked to contain the details.

[PATCH v2 10/10] user: Remove obsolete content in quick start

2019-01-28 Thread Sebastian Huber
--- user/start/index.rst | 87 1 file changed, 87 deletions(-) diff --git a/user/start/index.rst b/user/start/index.rst index e7ce133..d5aa1be 100644 --- a/user/start/index.rst +++ b/user/start/index.rst @@ -24,90 +24,3 @@ applications on top o

[PATCH v2 02/10] user: Fix references to prefixes section

2019-01-28 Thread Sebastian Huber
--- user/hosts/macos.rst | 2 +- user/hosts/posix.rst | 2 +- user/installation/project-sandboxing.rst | 3 --- user/installation/releases.rst | 4 ++-- user/start/prefixes.rst | 5 +++-- 5 files changed, 7 insertions(+), 9 deletio

[PATCH v2 05/10] user: Add "Install the Tool Suite" section

2019-01-28 Thread Sebastian Huber
--- user/hardware/architectures.rst | 3 + user/start/index.rst| 1 + user/start/tools.rst| 126 3 files changed, 130 insertions(+) create mode 100644 user/start/tools.rst diff --git a/user/hardware/architectures.rst b/user/har

[PATCH v2 04/10] user: Add "Obtain the Sources" section

2019-01-28 Thread Sebastian Huber
--- user/start/index.rst | 1 + user/start/sources.rst | 51 ++ 2 files changed, 52 insertions(+) create mode 100644 user/start/sources.rst diff --git a/user/start/index.rst b/user/start/index.rst index 96388f2..d5f21e7 100644 --- a/user/start/i

[PATCH v2 07/10] user: Add "Build a Board Support Package (BSP)"

2019-01-28 Thread Sebastian Huber
--- user/start/bsp-build.rst | 146 +++ user/start/index.rst | 1 + 2 files changed, 147 insertions(+) create mode 100644 user/start/bsp-build.rst diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst new file mode 100644 index 000

Re: AW: Clone RTEMS Repositories via HTTPS?

2019-01-28 Thread Sebastian Huber
On 28/01/2019 12:35, Sebastian Huber wrote: Hello Jan, thanks for the observation. I expected to get some information that it is doing something, e.g. on Github I get: git clone https://github.com/RTEMS/rtems-libbsd Cloning into 'rtems-libbsd'... remote: Enumerating objects: 708, done. remote

Re: AW: Clone RTEMS Repositories via HTTPS?

2019-01-28 Thread Sebastian Huber
Hello Jan, thanks for the observation. I expected to get some information that it is doing something, e.g. on Github I get: git clone https://github.com/RTEMS/rtems-libbsd Cloning into 'rtems-libbsd'... remote: Enumerating objects: 708, done. remote: Counting objects: 100% (708/708), done. rem

AW: Clone RTEMS Repositories via HTTPS?

2019-01-28 Thread Jan.Sommer
Hi, I used to clone the repositories of git.rtems.org via https, because ssh is blocked outside of our intranet. I just tried again and it seems to work: /tmp> git clone https://git.rtems.org/rtems-tools/ Klone nach 'rtems-tools' ... /tmp> With the main rtems-repository cloning takes quite a l

Clone RTEMS Repositories via HTTPS?

2019-01-28 Thread Sebastian Huber
Hello, I rework currently the quick start chapter. I used the Github mirrors to clone the repositories: https://lists.rtems.org/pipermail/devel/2019-January/024580.html It is not unusual that the Git protocol is blocked by company firewalls. The git.rtems.org site offers no HTTPS Git clones

Re: [PATCH] Add low level event recording support

2019-01-28 Thread Sebastian Huber
Hello Chris, how do we want to proceed with this? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Dies

Re: Build Linux: PASSED 6/rtems-sparc on x86_64-linux-gnu

2019-01-28 Thread Sebastian Huber
On 28/01/2019 09:55, sebastian.hu...@embedded-brains.de wrote: languages="c" languages="$languages,c++" languages="$languages,ada" languages="$languages,fortran" This was a build with Ada and Fortran enabled on openSUSE 15.0. -- Sebastian Huber, embedded brains GmbH Address : Dorn