Re: libbsd master and 5-freebsd-12 build failure

2019-03-28 Thread Sebastian Huber
Yes, sorry. I managed to enable an obscure FreeBSD kernel option which breaks the IPv6 support: https://lists.freebsd.org/pipermail/freebsd-hackers/2019-March/054379.html -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 F

Re: Stm32l4 contribution

2019-03-28 Thread Chris Johns
On 29/3/19 8:10 am, Ярослав Лещинский wrote: > Today I added some patches related to stm32l4 board support. Fantastic. > As it was the first > time when I’m dealing with a contribution here in RTEMS, could you please > check: > does this patches existed at all? I sent them via git email, so I’m

libbsd master and 5-freebsd-12 build failure

2019-03-28 Thread Chris Johns
Hi, I am seeing the following build failure on master and the R12 branch with this configure command line: ./waf distclean configure --prefix=/opt/work/rtems/5 --rtems-tools=/opt/work/si/rtems/5 --rtems=/opt/work/rtems/5 --rtems-bsps=arm/xilinx_zynq_zc706 /opt/work/si/rtems/5/lib/gcc/arm-rtems5

Stm32l4 contribution

2019-03-28 Thread Ярослав Лещинский
Hello, Today I added some patches related to stm32l4 board support. As it was the first time when I’m dealing with a contribution here in RTEMS, could you please check: does this patches existed at all? I sent them via git email, so I’m not sure that I made all correct. Thanks. -- -- Kind regard

Re: libbsd: Add openssl tool

2019-03-28 Thread Chris Johns
On 28/3/19 5:05 pm, Christian Mauderer wrote: > Am 27.03.19 um 20:40 schrieb Chris Johns: >> I see OpenSSL 3.0.0 and later has an Apache V2 license so I assume the code >> is >> covered by this license. I could not see a LICENSES file in the top of our >> source tree that lists the licenses. Shoul

Re: [PATCH] Fully disabled seemingly unsupported zynq_uart_set_attributes handler

2019-03-28 Thread Chris Johns
On 28/3/19 5:40 pm, Sebastian Huber wrote: > On 27/03/2019 20:26, Chris Johns wrote: >> On 28/3/19 5:28 am, Joel Sherrill wrote: >>> On Wed, Mar 27, 2019 at 1:10 AM Sebastian Huber >>> >> > >>> wrote: >>> On 26/03/2019 15:17, Lou Woods wrote: >>>

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-28 Thread Ravindra Kumar Meena
Hi Gedare I am aware of that. I am waiting for Sebastian to review my proposal. Besides that, I am trying to find out the mechanism for Phase 1 and 2 as mentioned in my GSoC proposal. Thanks On Thu, Mar 28, 2019 at 7:25 PM Gedare Bloom wrote: > Hi Ravindra, > > Please note that you can (and sh

Re: Project Track Page: Drafted proposal for Basic Support for Trace Compass

2019-03-28 Thread Gedare Bloom
Hi Ravindra, Please note that you can (and should) continue to improve your proposal throughout the application period. This is an important time to fine-tune your ideas and lay out your plans for the summer. Gedare On Wed, Mar 27, 2019 at 8:28 AM Ravindra Kumar Meena wrote: > > Hi Sebastian, >

Re: RTEMS on ARMv8

2019-03-28 Thread Sebastian Huber
Hello Jeff, On 27/03/2019 19:11, Jeff Kubascik wrote: Hello, I am interested in porting RTEMS to run as a Xen guest on our distro for the Xilinx Zynq UltraScale+ MPSoC. The MPSoC has an ARM Cortex-A53 processor, which is based on the ARMv8 architecture. I have noticed that RTEMS already runs o

Re: libbsd: Add openssl tool

2019-03-28 Thread Sebastian Huber
On 27/03/2019 20:40, Chris Johns wrote: I'll commit the patches and backport them to the 5-freebsd-12 branch. What is this branch? I could not find anything in the top level CONTRIBUTING.md doc. Is it documented? I added a "Branches" section to the README.md: https://github.com/RTEMS/rtems-li