[PATCH 2/4] make: Remove obsolete AC_SUBST()

2018-06-14 Thread Sebastian Huber
--- c/src/make/configure.ac | 4 1 file changed, 4 deletions(-) diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac index 4b22b7e34d..9de68a40d7 100644 --- a/c/src/make/configure.ac +++ b/c/src/make/configure.ac @@ -66,11 +66,7 @@ RTEMS_CHECK_NETWORKING(RTEMS_BSP) RTEMS_CHECK_POS

[PATCH 1/4] make: Remove CFLAGS_DEBUG_OPTIMIZE_V

2018-06-14 Thread Sebastian Huber
Do not document CFLAGS_DEBUG_OPTIMIZE_V, since this flag is not used. --- c/src/make/README | 4 1 file changed, 4 deletions(-) diff --git a/c/src/make/README b/c/src/make/README index 64589698ce..e2b96d9928 100644 --- a/c/src/make/README +++ b/c/src/make/README @@ -328,10 +328,6 @@

[PATCH 4/4] tools: Remove install-if-change program

2018-06-14 Thread Sebastian Huber
The last installed tool in RTEMS repository is the install-if-change script. It is not used to build/install BSPs. This script does the same as the standard "install" program with an additional feature to install variants via the -V command line option. This script is used by the standard Makefi

[PATCH 3/4] bsp/beatnik: Remove CFLAGS_DEBUG_V

2018-06-14 Thread Sebastian Huber
This was the only BSP setting this flag. --- bsps/powerpc/beatnik/config/beatnik.cfg | 4 1 file changed, 4 deletions(-) diff --git a/bsps/powerpc/beatnik/config/beatnik.cfg b/bsps/powerpc/beatnik/config/beatnik.cfg index 05bea383bf..7df626afe9 100644 --- a/bsps/powerpc/beatnik/config/beatn

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Chris Johns
On 15/06/2018 14:44, Amaan Cheval wrote: > You can't return to loader.efi from the kernel, from what I can tell. > loader.efi executes the ELF kernel through a trampoline: > https://github.com/freebsd/freebsd/blob/433bd38e3a0349f9f89f9d54594172c75b002b74/stand/efi/loader/arch/amd64/elf64_freebsd.c#

Re: [PATCH] RISC-V: Add custom RTEMS multilibs

2018-06-14 Thread Sebastian Huber
I checked in this to GCC patch: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=261619 I will back port it to GCC 7 and 8 next Friday and update the RSB to use the latest GCC 8 branch for RISC-V. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germa

[PATCH] tools: Remove duplicate doxy-filter

2018-06-14 Thread Sebastian Huber
This is a duplicate of cpukit/doxy-filter and not used. --- tools/build/Makefile.am | 2 -- tools/build/doxy-filter | 20 2 files changed, 22 deletions(-) delete mode 100755 tools/build/doxy-filter diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index e9fdd26

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Amaan Cheval
You can't return to loader.efi from the kernel, from what I can tell. loader.efi executes the ELF kernel through a trampoline: https://github.com/freebsd/freebsd/blob/433bd38e3a0349f9f89f9d54594172c75b002b74/stand/efi/loader/arch/amd64/elf64_freebsd.c#L197-L200 Defined here: https://github.com/fre

Re: [PATCH] coverage : Add support to run coverage in supported bsp without extra options

2018-06-14 Thread Chris Johns
On 14/06/2018 03:12, Gedare Bloom wrote: > On Wed, Jun 13, 2018 at 12:23 PM, Vijay Kumar Banerjee > wrote: >> On Wed, 13 Jun 2018, 21:39 Gedare Bloom, wrote: >>> On Wed, Jun 13, 2018 at 11:58 AM, Vijay Kumar Banerjee >>> wrote: On 13 June 2018 at 10:29, Gedare Bloom wrote: > On Thu, Ju

Re: [PATCH v7 2/2] Adding Trace Documentation

2018-06-14 Thread Chris Johns
On 15/06/2018 00:21, Vidushi Vashishth wrote: > The latest trace documentation images patch is version 5. Thank you, this looks good. I will push the patches in a couple days if there are no objections. Chris ___ devel mailing list devel@rtems.org http:

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Chris Johns
On 15/06/2018 03:25, Amaan Cheval wrote: > > For shutdown and whatnot, I imagine I'll need to get our ACPI support > out there too, so that may be on the backburner for a little bit. > What happens if you return to loader.efi? Does it return to the EFI OS? Chris ___

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Amaan Cheval
Gotcha. We can leave an #error directive in what we merge initially too, like we did for the i386 SMP support. On Thu, Jun 14, 2018, 11:55 PM Gedare Bloom wrote: > On Thu, Jun 14, 2018 at 1:25 PM, Amaan Cheval > wrote: > > Sounds good! > > > > For shutdown and whatnot, I imagine I'll need to ge

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Gedare Bloom
On Thu, Jun 14, 2018 at 1:25 PM, Amaan Cheval wrote: > Sounds good! > > For shutdown and whatnot, I imagine I'll need to get our ACPI support > out there too, so that may be on the backburner for a little bit. > > Maybe this should be a new thread, but; what is the minimal BSP we > will be willing

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Amaan Cheval
Sounds good! For shutdown and whatnot, I imagine I'll need to get our ACPI support out there too, so that may be on the backburner for a little bit. Maybe this should be a new thread, but; what is the minimal BSP we will be willing to merge upstream? I'm thinking that this process of booting, ini

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Joel Sherrill
On Thu, Jun 14, 2018, 6:08 PM Amaan Cheval wrote: > Thanks for your input, everyone! I appreciate it! :) > > On Thu, Jun 14, 2018 at 11:25 AM, Chris Johns wrote: > > On 14/06/2018 05:33, Joel Sherrill wrote: > >> On Wed, Jun 13, 2018, 6:57 PM Amaan Cheval >> > wro

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Amaan Cheval
Thanks for your input, everyone! I appreciate it! :) On Thu, Jun 14, 2018 at 11:25 AM, Chris Johns wrote: > On 14/06/2018 05:33, Joel Sherrill wrote: >> On Wed, Jun 13, 2018, 6:57 PM Amaan Cheval > > wrote: >> >> On Wed, Jun 13, 2018 at 9:35 PM, Gedare Bloom >

Re: [PATCH v7 2/2] Adding Trace Documentation

2018-06-14 Thread Vidushi Vashishth
The latest trace documentation images patch is version 5. Thanks On Thu, Jun 14, 2018 at 7:47 PM, Vidushi Vashishth wrote: > - Updates #3454 > - This commit adds Tracing Framework Chapter in the RTEMS User Manual > - It comprises of subchapters on RTEMS Trace Linker, Capture Engine, Trace > g

[PATCH v7 2/2] Adding Trace Documentation

2018-06-14 Thread Vidushi Vashishth
- Updates #3454 - This commit adds Tracing Framework Chapter in the RTEMS User Manual - It comprises of subchapters on RTEMS Trace Linker, Capture Engine, Trace generation techniques explaining trace generation using Trace Buffering and Printk generators and sample demonstrations. --- user/ind

[PATCH] tools: Remove packhex

2018-06-14 Thread Sebastian Huber
All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, the this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should con

Re: [PATCH] Fix --show-commands.

2018-06-14 Thread Christian Mauderer
Am 14.06.2018 um 09:43 schrieb Sebastian Huber: > On 14/06/18 09:40, Chris Johns wrote: >> On 14/6/18 5:34 pm, Christian Mauderer wrote: >>> Am 14.06.2018 um 09:31 schrieb Chris Johns: On 14/6/18 4:27 pm, Sebastian Huber wrote: > Hello, > > On 13/06/18 13:27, Christian Mauderer wro

Re: [GSoC - x86_64] Using FreeBSD's UEFI loader for RTEMS static binaries

2018-06-14 Thread Chris Johns
On 14/6/18 4:33 pm, jan.som...@dlr.de wrote: > >> -Original Message- >> From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Chris Johns >> Sent: Thursday, June 14, 2018 7:56 AM >> To: j...@rtems.org; Amaan Cheval >> Cc: RTEMS >> Subject: Re: [GSoC - x86_64] Using FreeBSD's UEFI loa

Re: [PATCH] Fix --show-commands.

2018-06-14 Thread Sebastian Huber
On 14/06/18 09:40, Chris Johns wrote: On 14/6/18 5:34 pm, Christian Mauderer wrote: Am 14.06.2018 um 09:31 schrieb Chris Johns: On 14/6/18 4:27 pm, Sebastian Huber wrote: Hello, On 13/06/18 13:27, Christian Mauderer wrote: OK. I'll have a look at all repos in the next few days where the subm

Re: [PATCH] Fix --show-commands.

2018-06-14 Thread Chris Johns
On 14/6/18 5:34 pm, Christian Mauderer wrote: > Am 14.06.2018 um 09:31 schrieb Chris Johns: >> On 14/6/18 4:27 pm, Sebastian Huber wrote: >>> Hello, >>> >>> On 13/06/18 13:27, Christian Mauderer wrote: OK. I'll have a look at all repos in the next few days where the submodule is used and

Re: [PATCH] Fix --show-commands.

2018-06-14 Thread Sebastian Huber
On 14/06/18 09:31, Chris Johns wrote: On 14/6/18 4:27 pm, Sebastian Huber wrote: Hello, On 13/06/18 13:27, Christian Mauderer wrote: OK. I'll have a look at all repos in the next few days where the submodule is used and change the URL. I'll post a message to the mailing lists as soon as it is

Re: [PATCH] Fix --show-commands.

2018-06-14 Thread Christian Mauderer
Am 14.06.2018 um 09:31 schrieb Chris Johns: > On 14/6/18 4:27 pm, Sebastian Huber wrote: >> Hello, >> >> On 13/06/18 13:27, Christian Mauderer wrote: >>> OK. I'll have a look at all repos in the next few days where the >>> submodule is used and change the URL. I'll post a message to the mailing >>>

Re: [PATCH] Fix --show-commands.

2018-06-14 Thread Chris Johns
On 14/6/18 4:27 pm, Sebastian Huber wrote: > Hello, > > On 13/06/18 13:27, Christian Mauderer wrote: >> OK. I'll have a look at all repos in the next few days where the >> submodule is used and change the URL. I'll post a message to the mailing >> lists as soon as it is done to inform the user tha