Re: [PATCH 1/1] Refactor class and main module per comments

2018-08-03 Thread Gedare Bloom
Hi Dannie, Please send this as a squashed patch showing only your original changes now, and provide with -v2 https://devel.rtems.org/wiki/Developer/Git/Users#CreatingaPatch At this point we will need to see what Chris thinks about the Python. I think it looks much better now. Gedare On Thu, Aug

Re: [PATCH v2] c-user: Update partition create documentation

2018-08-03 Thread Gedare Bloom
Thanks On Fri, Aug 3, 2018 at 1:57 AM, Sebastian Huber wrote: > Add an example. > > Close #3482. > --- > c-user/partition_manager.rst | 65 > > 1 file changed, 54 insertions(+), 11 deletions(-) > > diff --git a/c-user/partition_manager.rst b/c-user/p

SPARC BSP Build Failures

2018-08-03 Thread Joel Sherrill
Hi I have done two recent sweeps with rtems-bsp-builder and a number of odd SPARC BSP build failures occur. I haven't been able to reproduce them with by-hand builds. https://lists.rtems.org/pipermail/build/2018-August/000903.html This is the relevant part of the summary. Anyone got any ideas?

Re: SPARC BSP Build Failures

2018-08-03 Thread Sebastian Huber
Please use the latest master. - Joel Sherrill schrieb: > Hi > > I have done two recent sweeps with rtems-bsp-builder and a number of odd > SPARC BSP build failures occur. I haven't been able to reproduce them with > by-hand builds. > > https://lists.rtems.org/pipermail/build/2018-August/000

Re: SPARC BSP Build Failures

2018-08-03 Thread Joel Sherrill
OK. Weird that I couldn't reproduce this by hand though. Need to build new tools so this may take a while. --joel On Fri, Aug 3, 2018 at 9:41 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Please use the latest master. > > - Joel Sherrill schrieb: > > Hi > > > > I have

Version of FreeBSD for libbsd

2018-08-03 Thread Joel Sherrill
Hi libbsd.txt says this is based on FreeBSD 9.2 but I thought it had been updated past that. Also how could I have figured this out otherwise? If it matters, there are also man pages references to FreeBSD 9.2. And is the Changes up to date? It has a date of 2017? Thanks. --joel _

Re: Fwd: [PATCH] libgloss support for nios2 QEMU

2018-08-03 Thread Joel Sherrill
On Fri, Aug 3, 2018 at 1:52 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 03/08/18 00:10, Joel Sherrill wrote: > >> This looks like a solution for having a way to test the Nios II. >> > > There is support for Nios II in upstream Qemu since 2017. Yeah but it is easy to cob

[PATCH v2] Initial implemantation

2018-08-03 Thread Dannie Huang
From: Danxue Huang <36866155+dh0...@users.noreply.github.com> --- .gitignore | 3 ++ README.md | 2 + gen_rst_from_makedoc.py | 61 makedoc2rst.py | 99 + rst.py | 1

Re: [PATCH v2] Initial implemantation

2018-08-03 Thread Dannie Huang
Hi Chris and Dr. Joel, Here is the latest version based on various comments, what do think about it? Is there anything else you want to add or change? Best, Dannie On Fri, Aug 3, 2018 at 10:19 PM, Dannie Huang wrote: > From: Danxue Huang <36866155+dh0...@users.noreply.github.com> > > --- > .g