Re: powerpc/mpc5643l_dpu: psxconfig01 too large

2019-03-01 Thread Chris Johns
On 1/3/19 7:34 pm, Sebastian Huber wrote: > On 01/03/2019 00:10, Joel Sherrill wrote: >> >> >> On Thu, Feb 28, 2019, 5:03 PM Chris Johns > > wrote: >> >>     On 1/3/19 10:00 am, Joel Sherrill wrote: >>     > On Thu, Feb 28, 2019, 4:50 PM Chris Johns >    

[PATCH] Increase stack size for crypt01 for SHA512

2019-03-01 Thread Kinsey Moore
SHA512_Transform will blow out the stack on register-poor architectures with a small minimum stack size due to large locals and plentiful temporaries pushed on to the stack. Increase the stack size to 32K for this test. closes #3711 --- testsuites/libtests/crypt01/init.c | 4 +++- 1 file changed,

[PATCH] cpukit/arm: Correct register definition

2019-03-01 Thread Jonathan Brandmeyer
The register definition for the CP15 PMCR (performance monitor control register) has the bits for X (export enable) and D (clock divider enable) backwards. Correct them according to ARMv7-A/R Architecture Reference Manual, Rev C, Section B4.1.117. Consequences: On an implementation that starts of

[PATCH] shell: Correct argument order of `mfill`

2019-03-01 Thread Jonathan Brandmeyer
--- cpukit/libmisc/shell/main_mfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/main_mfill.c b/cpukit/libmisc/shell/main_mfill.c index d8e2fcf74c..47a55d3a2f 100644 --- a/cpukit/libmisc/shell/main_mfill.c +++ b/cpukit/libmisc/shell/main_mfill.c @@ -6

Re: Interest/Intent to port OpenSSH?

2019-03-01 Thread Christian Mauderer
Am 01.03.19 um 17:01 schrieb Gedare Bloom: > > > On Fri, Mar 1, 2019 at 10:52 AM Joel Sherrill > wrote: > > > > On Fri, Mar 1, 2019 at 2:57 AM Sebastian Huber > > wrote: > > Hello Gedare, > > we e

Re: Interest/Intent to port OpenSSH?

2019-03-01 Thread Gedare Bloom
On Fri, Mar 1, 2019 at 10:52 AM Joel Sherrill wrote: > > > On Fri, Mar 1, 2019 at 2:57 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> Hello Gedare, >> >> we evaluated porting of OpenSSH some time ago. Something to consider is >> also Dropbear SSH: >> >> https://matt.ucc.as

Re: Issue with sis and Leon3

2019-03-01 Thread Joel Sherrill
Thank you for being so responsive. I suspected a missing flush but had no idea where to look. I hopedyou would spot the missing line of code quickly and was right. :) --joel On Thu, Feb 28, 2019 at 1:01 PM Jiri Gaisler wrote: > I have found the problem, stdout is not flushed when the simulator

Re: Interest/Intent to port OpenSSH?

2019-03-01 Thread Joel Sherrill
On Fri, Mar 1, 2019 at 2:57 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Gedare, > > we evaluated porting of OpenSSH some time ago. Something to consider is > also Dropbear SSH: > > https://matt.ucc.asn.au/dropbear/dropbear.html > > We didn't spend much time with both pr

Re: [Build Error] : powerpc/beatnik

2019-03-01 Thread Joel Sherrill
On Fri, Mar 1, 2019 at 6:31 AM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Hi, > > I'm getting this build error in beatnik > > === > /home/lunatic/development/rtems/5/lib/gcc/powerpc-rtems5/7.4.0/../../../../powerpc-rtems5/bin/ld: > ../../cpukit/librtemscpu.a(rtl-mdreloc-powe

[Build Error] : powerpc/beatnik

2019-03-01 Thread Vijay Kumar Banerjee
Hi, I'm getting this build error in beatnik === /home/lunatic/development/rtems/5/lib/gcc/powerpc-rtems5/7.4.0/../../../../powerpc-rtems5/bin/ld: ../../cpukit/librtemscpu.a(rtl-mdreloc-powerpc.o): in function `get_sdata_libdl_size': /home/lunatic/development/rtems/kernel/beatnik/powerpc-r

Re: [PATCH] Update Doxyfile to Doxygen 1.8.14

2019-03-01 Thread Sebastian Huber
On 01/03/2019 02:10, Chris Johns wrote: What happens if you do not have doxygen 1.8.14? Our server, sync.rtems.org, is on 1.8.13. I updated the patch to use 1.8.15 and tested 1.8.13 and 1.8.14. I don't find any issues. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-8217

Re: Doxygen @return vs. @retval

2019-03-01 Thread Sebastian Huber
On 28/02/2019 17:06, Joel Sherrill wrote: On Thu, Feb 28, 2019 at 9:03 AM Sebastian Huber > wrote: Hello, we agreed to use @retval instead of @return: https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practic

Re: Interest/Intent to port OpenSSH?

2019-03-01 Thread Sebastian Huber
Hello Gedare, we evaluated porting of OpenSSH some time ago. Something to consider is also Dropbear SSH: https://matt.ucc.asn.au/dropbear/dropbear.html We didn't spend much time with both programs, but it seems to be complex. We ended up with web sockets via HTTPS. -- Sebastian Huber, embe

[PATCH] c-user: Mention atomic operations API

2019-03-01 Thread Sebastian Huber
--- c-user/symmetric_multiprocessing_services.rst | 8 1 file changed, 8 insertions(+) diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst index ab5e1be..e04adb3 100644 --- a/c-user/symmetric_multiprocessing_services.rst +++ b/c-use

Re: powerpc/mpc5643l_dpu: psxconfig01 too large

2019-03-01 Thread Sebastian Huber
On 01/03/2019 00:10, Joel Sherrill wrote: On Thu, Feb 28, 2019, 5:03 PM Chris Johns > wrote: On 1/3/19 10:00 am, Joel Sherrill wrote: > On Thu, Feb 28, 2019, 4:50 PM Chris Johns mailto:chr...@rtems.org> > >