[PATCH] vprintf: Add handler that mutes all output.

2018-03-21 Thread Christian Mauderer
This adds a vprintf handler that can be used to suppress all outputs of the libbsd. --- rtemsbsd/include/rtems/bsd/bsd.h | 9 + rtemsbsd/rtems/rtems-kernel-vprintf.c | 10 ++ 2 files changed, 19 insertions(+) diff --git a/rtemsbsd/include/rtems/bsd/bsd.h b/rtemsbsd/include/r

file not recognized problem

2018-03-21 Thread talos
Hi When I tried to compile a project, it said that "sample.o: file not recognized: File truncated" What's the problem? Thanks!___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Improve coverage analysis toolset

2018-03-21 Thread Joel Sherrill
Glad you have tests running. Hopefully as Cillian suggested, you can fix the remaining issues to see coverage. We certainly need to get this merged if Chris is OK with it and it doesn't break anything else. I am reviewing proposals now. Seems to be a queue. :) --joel On Wed, Mar 21, 2018 at 4:4

Re: [PATCH v4] config.inc: Remove unused values.

2018-03-21 Thread Chris Johns
Looks good. Thank you. On 21/03/2018 19:23, Christian Mauderer wrote: > --- > config.inc | 11 --- > libbsd.txt | 22 +++--- > libbsd_waf.py| 3 --- > waf_generator.py | 3 --- > 4 files changed, 7 insertions(+), 32 deletions(-) > > diff --git a/config.i

Re: [ANNOUNCE] RTEMS 4.11.3 Release

2018-03-21 Thread Joel Sherrill
On Wed, Mar 21, 2018 at 1:47 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > The web site https://www.rtems.org/ needs an update. Latest release is > still 4.11.2 on this page. Done. Chris. Can you add this to your release procedure? Doesn't matter who does it, it just needs

Re: lm32 port?

2018-03-21 Thread Joel Sherrill
On Wed, Mar 21, 2018 at 9:43 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 21/03/18 15:40, Joel Sherrill wrote: > >> >> Is Nathan's intent to clean up the maintainers list or remove the lm32 >> port >> from GCC? >> > > I think this was a side-effect of > > https://gcc.gnu.o

Re: lm32 port?

2018-03-21 Thread Sebastian Huber
On 21/03/18 15:40, Joel Sherrill wrote: Is Nathan's intent to clean up the maintainers list or remove the lm32 port from GCC? I think this was a side-effect of https://gcc.gnu.org/ml/gcc-patches/2018-03/msg01090.html A GCC port without a reachable maintainer is dead from my point of view.

Re: lm32 port?

2018-03-21 Thread Joel Sherrill
My quick look through the lm32 BSPs didn't find any real changes since this: commit c5ba8ba72708f89ad37356a46e6cfe2a22794480 Author: Xiangfu Liu Date: Mon Jul 9 10:44:47 2012 +0200 bsps/lm32: PR2045: Add mic boost option Everything else looks to be you or I making sweeping mechanical chan

Fwd: lm32 port?

2018-03-21 Thread Sebastian Huber
FYI Forwarded Message Subject:lm32 port? Date: Wed, 21 Mar 2018 08:33:52 -0400 From: Nathan Sidwell To: GCC Patches CC: ralf.corsep...@rtems.org I got a bounce from: lm32 port Sebastien Bourdeauducq 2011 seems the most recent period of

Re: GSOC2018_Sirotia_Posix Compliance

2018-03-21 Thread Amaan Cheval
Hey Salil! I just noticed that the dates in your proposal seem to be wrong (and inconsistent between parts of itself; in the deliverables, coding begins on May 30, but in the schedule later, phase 1 starts on May 24, and so on). Remember to update them based on this year's GSoC timeline: https://

GSOC2018_Sirotia_Posix Compliance - Invitation to edit

2018-03-21 Thread Salil Sirotia (via Google Docs)
I've shared an item with you: GSOC2018_Sirotia_Posix Compliance https://docs.google.com/document/d/15aUQShwRzIOQQoNAGV9jjeJ1Q2CHLcv_icamEqrTORE/edit?usp=sharing&invite=CML4klk&ts=5ab231d5 It's not an attachment -- it's stored online. To open this item, just click the link above. Hello develo

GSOC2018_Sirotia_Posix Compliance

2018-03-21 Thread Salil Sirotia (via Google Docs)
I've shared an item with you: GSOC2018_Sirotia_Posix Compliance https://docs.google.com/document/d/15aUQShwRzIOQQoNAGV9jjeJ1Q2CHLcv_icamEqrTORE/edit?usp=sharing&ts=5ab23139 It's not an attachment -- it's stored online. To open this item, just click the link above. Hello Developers This is th

Re: Improve coverage analysis toolset

2018-03-21 Thread Vijay Kumar Banerjee
Sir , I have done the changes in the proposal , based on the comments in the google doc , please review it and suggest any further changes if required Thank you , -- vijay P.S : the previous version is in parentheses , I will remove them after you review the changes . On 18 March 2018 at 16:05,

[PATCH v4] config.inc: Remove unused values.

2018-03-21 Thread Christian Mauderer
--- config.inc | 11 --- libbsd.txt | 22 +++--- libbsd_waf.py| 3 --- waf_generator.py | 3 --- 4 files changed, 7 insertions(+), 32 deletions(-) diff --git a/config.inc b/config.inc index 3432a5fc..6727a3d3 100644 --- a/config.inc +++ b/config.inc @@ -1

Re: [PATCH v3] config.inc: Remove unused values.

2018-03-21 Thread Christian Mauderer
Just noted that I forget to add the new lines. So v3 is the same like v2. I'll re-send a v4. Sorry for the confusion. Am 21.03.2018 um 08:56 schrieb Christian Mauderer: > --- > config.inc | 11 --- > libbsd.txt | 20 +--- > libbsd_waf.py| 3 --- > waf_gene

[PATCH v3] config.inc: Remove unused values.

2018-03-21 Thread Christian Mauderer
--- config.inc | 11 --- libbsd.txt | 20 +--- libbsd_waf.py| 3 --- waf_generator.py | 3 --- 4 files changed, 5 insertions(+), 32 deletions(-) diff --git a/config.inc b/config.inc index 3432a5fc..6727a3d3 100644 --- a/config.inc +++ b/config.inc @@ -1,1

[PATCH 1/3] bsp/pc386: Move libcpu content to bsps

2018-03-21 Thread Sebastian Huber
This patch is a part of the BSP source reorganization. Update #3285. --- .../i386 => bsps/i386/pc386/start}/cpuModel.S | 0 .../i386 => bsps/i386/pc386/start}/displayCpu.c| 0 .../libcpu/i386 => bsps/i386/pc386/start}/idtr.S | 0 .../libcpu/i386 => bsps/i386/pc386/start}/page.c |

[PATCH 3/3] bsp/powerpc: Move libcpu timer to bsps

2018-03-21 Thread Sebastian Huber
Use only one timer driver variant based on the standard PowerPC time base. This patch is a part of the BSP source reorganization. Update #3285. --- .../timer.c => bsps/powerpc/shared/ppc-dec-timer.c | 0 bsps/powerpc/ss555/dev/timer.c | 104 - c/src/lib/

[PATCH 2/3] bsps/powerpc: Remove bsp_timer_internal_clock

2018-03-21 Thread Sebastian Huber
The only consumer of this variable was the ppc403 clock driver used by the * haleakala, * virtex, and * virtex4 BSPs which set bsp_timer_internal_clock unconditionally to true. Update #3285. --- bsps/powerpc/virtex/include/bsp.h | 3 --- bsps/powerpc/virtex4/include/bsp.h