[PATCH] fenv aarch64 support

2020-06-05 Thread Eshan dhawan
The implementation files are taken forn FreeBSD. All the Auto-Generated files have been removed. The Patch is tested against RSB but there is no BSP for aarch64 so running testsuite is not possible. Signed-off-by: Eshan dhawan --- newlib/libc/machine/aarch64/machine/fenv-fp.h | 156

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-05 Thread Gedare Bloom
Is this the same error Heinz said he got every other time? Try it twice, see what happens... On Fri, Jun 5, 2020 at 5:31 PM Mritunjay Sharma wrote: > > > Thank you so much Heinz for such a detailed response. > It really helped me a lot. > > As advised by you and Heinz, I changed the source to >

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-05 Thread Mritunjay Sharma
Thank you so much Heinz for such a detailed response. It really helped me a lot. As advised by you and Heinz, I changed the source to https://github.com/mritunjaysharma394/ptpd/archive/master.zip with suggested changes. However, I have encountered few bugs again related to autoreconf. It looks

Re: LVGL applications with mouse

2020-06-05 Thread Christian Mauderer
Hello Vijay, On 04/06/2020 21:36, Vijay Kumar Banerjee wrote: > Hi! > > I had been looking for an opportunity to do this for a long time and I'm > excited to post that LVGL apps on RTEMS can now use input devices > through the evdev interface! Sounds like a nice feature. > > I prepared some

Re: Setting up the TTBR0 and TTBR1 register for thread stack protection in ARMv7-A MMU

2020-06-05 Thread Utkarsh Rai
On Fri, Jun 5, 2020 at 6:19 PM Hesham Almatary wrote: > Hello Utkarsh, > > TTBR1 is there primarily for UNIX-like kernels to be re-mapped at very > high addresses and user space can use TTBR0. In the case of RTEMS, we > don't have that user vs kernel separation. Furthermore, using TTBR1 > won't

Re: Setting up the TTBR0 and TTBR1 register for thread stack protection in ARMv7-A MMU

2020-06-05 Thread Gedare Bloom
On Fri, Jun 5, 2020 at 6:49 AM Hesham Almatary wrote: > > Hello Utkarsh, > > TTBR1 is there primarily for UNIX-like kernels to be re-mapped at very > high addresses and user space can use TTBR0. In the case of RTEMS, we > don't have that user vs kernel separation. Furthermore, using TTBR1 > won't

Re: Setting up the TTBR0 and TTBR1 register for thread stack protection in ARMv7-A MMU

2020-06-05 Thread Hesham Almatary
Hello Utkarsh, TTBR1 is there primarily for UNIX-like kernels to be re-mapped at very high addresses and user space can use TTBR0. In the case of RTEMS, we don't have that user vs kernel separation. Furthermore, using TTBR1 won't allow us to do 1:1 fixed mappings. Could you give more details why

Re: [PATCH rtems-littlevgl 4/4] lv_drv_conf: Enable USE_BSD_EVDEV option

2020-06-05 Thread Vijay Kumar Banerjee
On Fri, Jun 5, 2020 at 4:42 PM Christian Mauderer wrote: > > On 05/06/2020 12:29, Vijay Kumar Banerjee wrote: > > On Fri, Jun 5, 2020 at 1:59 PM Christian Mauderer > > wrote: > >> > >> Hello Vijay, > >> > >> On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: > >>> --- > >>> lv_drv_conf.h | 6

Re: [PATCH rtems-littlevgl 1/4] update lv_drivers submodule url

2020-06-05 Thread Vijay Kumar Banerjee
On Fri, Jun 5, 2020 at 4:44 PM Christian Mauderer wrote: > > On 05/06/2020 12:13, Vijay Kumar Banerjee wrote: > > On Fri, Jun 5, 2020 at 2:00 PM Christian Mauderer > > wrote: > >> > >> > >> On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: > >>> --- > >>> .gitmodules | 2 +- > >>> 1 file

Re: [PATCH rtems-littlevgl 1/4] update lv_drivers submodule url

2020-06-05 Thread Christian Mauderer
On 05/06/2020 12:13, Vijay Kumar Banerjee wrote: > On Fri, Jun 5, 2020 at 2:00 PM Christian Mauderer > wrote: >> >> >> On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: >>> --- >>> .gitmodules | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/.gitmodules b/.gitmodules

Re: [PATCH rtems-littlevgl 4/4] lv_drv_conf: Enable USE_BSD_EVDEV option

2020-06-05 Thread Christian Mauderer
On 05/06/2020 12:29, Vijay Kumar Banerjee wrote: > On Fri, Jun 5, 2020 at 1:59 PM Christian Mauderer > wrote: >> >> Hello Vijay, >> >> On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: >>> --- >>> lv_drv_conf.h | 6 +- >>> 1 file changed, 5 insertions(+), 1 deletion(-) >>> >>> diff --git

Re: [PATCH rtems-littlevgl 4/4] lv_drv_conf: Enable USE_BSD_EVDEV option

2020-06-05 Thread Vijay Kumar Banerjee
On Fri, Jun 5, 2020 at 1:59 PM Christian Mauderer wrote: > > Hello Vijay, > > On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: > > --- > > lv_drv_conf.h | 6 +- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/lv_drv_conf.h b/lv_drv_conf.h > > index 697ceaf..e8d2c40

Re: [PATCH rtems-littlevgl 1/4] update lv_drivers submodule url

2020-06-05 Thread Vijay Kumar Banerjee
On Fri, Jun 5, 2020 at 2:00 PM Christian Mauderer wrote: > > > On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: > > --- > > .gitmodules | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.gitmodules b/.gitmodules > > index 5bf0006..69d2d5c 100644 > > --- a/.gitmodules

Re: [PATCH rtems-littlevgl 1/4] update lv_drivers submodule url

2020-06-05 Thread Christian Mauderer
On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: > --- > .gitmodules | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.gitmodules b/.gitmodules > index 5bf0006..69d2d5c 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -1,6 +1,6 @@ > [submodule "lv_drivers"] >

Re: [PATCH rtems-littlevgl 4/4] lv_drv_conf: Enable USE_BSD_EVDEV option

2020-06-05 Thread Christian Mauderer
Hello Vijay, On 04/06/2020 20:44, Vijay Kumar Banerjee wrote: > --- > lv_drv_conf.h | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/lv_drv_conf.h b/lv_drv_conf.h > index 697ceaf..e8d2c40 100644 > --- a/lv_drv_conf.h > +++ b/lv_drv_conf.h > @@ -322,7 +322,11 @@ > #

RE: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-05 Thread Jan.Sommer
Hello, We came across the PPSi library for PTP support some time ago: https://ohwr.org/project/ppsi In their documentation its says they started with ptpd and then made an overhaul of the source code. They also claim portability as one of their goals. We haven't had time to look at it closer

Re: [PATCH rtems-libbsd] libbsd.py: Install the evdev header files

2020-06-05 Thread Vijay Kumar Banerjee
On Fri, Jun 5, 2020 at 9:34 AM Sebastian Huber wrote: > > Ok. > Thanks. Pushed to master. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel