Re: [PATCH 08/10] VT : Port to RTEMS

2019-07-27 Thread Vijay Kumar Banerjee
On Sat, Jul 27, 2019 at 7:26 PM Christian Mauderer wrote: > I'm still not entirely convinced what VT does. I tried to remove it (had > to remove the vt_fb_attach() / _detach() from fbd.c too) and it still > works. So why do you need VT? > > I removed the VT commit and the app was not able to

Re: [PATCH] Add framebuffer in BBB

2019-07-27 Thread Vijay Kumar Banerjee
On Sat, Jul 27, 2019 at 7:37 PM Christian Mauderer wrote: > On 26/07/2019 13:41, Christian Mauderer wrote: > > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > >> Hello everyone! > >> > >> I'm excited to post the following patchset. With this patchset > >> I have the framebuffer working in BBB

Re: [PATCH] Add framebuffer in BBB

2019-07-27 Thread Christian Mauderer
On 26/07/2019 13:41, Christian Mauderer wrote: > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: >> Hello everyone! >> >> I'm excited to post the following patchset. With this patchset >> I have the framebuffer working in BBB and have tested it with a >> BBB revC with HDMI connected Screen. >>

Re: [PATCH 10/10] TI Pinmux : Port to RTEMS

2019-07-27 Thread Christian Mauderer
Does this initialize only the pins for drivers that are registered in libbsd or all pins? I think you had an extended boot log where you might could see it. If it is all pins, this might interfere with RTEMS drivers that are not libbsd based. In that case we need some kind of solution (not sure

Re: [PATCH 06/10] fbd : Port to RTEMS

2019-07-27 Thread Christian Mauderer
On 27/07/2019 15:15, Christian Mauderer wrote: > On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: >> --- >> freebsd/sys/dev/fb/fbd.c | 3 ++ >> libbsd.py | 4 +++ >> rtemsbsd/include/bsp/nexus-devices.h | 3 ++ >>

Re: [PATCH 06/10] fbd : Port to RTEMS

2019-07-27 Thread Christian Mauderer
On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > --- > freebsd/sys/dev/fb/fbd.c | 3 ++ > libbsd.py | 4 +++ > rtemsbsd/include/bsp/nexus-devices.h | 3 ++ > .../machine/rtems-bsd-kernel-namespace.h | 35

Re: [PATCH 05/10] fbd : Import from FreeBSD

2019-07-27 Thread Christian Mauderer
On 26/07/2019 13:22, Vijay Kumar Banerjee wrote: > --- > freebsd/sys/dev/fb/fb.c | 762 ++ > freebsd/sys/dev/fb/fbd.c | 372 +++ > freebsd/sys/dev/vt/colors/vt_termcolors.h | 63 ++ > freebsd/sys/dev/vt/hw/fb/vt_fb.h | 54

Re: [PATCH] Add framebuffer in BBB

2019-07-27 Thread Christian Mauderer
On 27/07/2019 02:52, Chris Johns wrote: > On 26/7/19 9:41 pm, Christian Mauderer wrote: >> I hadn't had a look at most patches yet and most likely that will need a >> bit of time. It's a lot of stuff. Most likely the bigger patches won't >> reach the mailing list so maybe adding a link to a branch

Re: GSoC PRU: AM35xx Clock driver

2019-07-27 Thread Christian Mauderer
On 24/07/2019 16:53, Nils Hölscher wrote: > Hi, > > @Vijay Kumar Banerjee   thanks for the > dtb file. > I build my file from FreeBSD master. > > Prcm attaches now but still after the pruss driver...: > " > nexus0: > ofwbus0: on nexus0 > simplebus0: on ofwbus0

Re: [PATCH v2] user/exe : Add Device Tree section

2019-07-27 Thread Christian Mauderer
Hello Vijay, sorry for the long delay between posting and review. It was a busy week. Would that replace part of the documentation you did in the beagle BSP? In that case it might could be good to remove it from there and put up a reference. @all: Could one of our native English speakers please

Re: [PATCH v5] Add mmap

2019-07-27 Thread Christian Mauderer
Pushed. Especially now that you have a display working with it, I'm OK with that patch. On 18/07/2019 10:56, Vijay Kumar Banerjee wrote: > --- > freebsd/sys/kern/kern_conf.c | 8 +++ > freebsd/sys/sys/conf.h | 2 +- > rtemsbsd/include/machine/vm.h | 2 ++ >

Re: [PATCH] user/bsps : Fix formatting and typo in arm/beagle

2019-07-27 Thread Christian Mauderer
Pushed. On 22/07/2019 06:12, Vijay Kumar Banerjee wrote: > --- > user/bsps/arm/beagle.rst | 55 +++- > 1 file changed, 37 insertions(+), 18 deletions(-) > > diff --git a/user/bsps/arm/beagle.rst b/user/bsps/arm/beagle.rst > index 84bfe2d..eb4ecfb 100644 > ---