Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Chris Johns
On 13/3/19 1:41 am, Gedare Bloom wrote: > Bringing the framebuffer codebase into libbsd from FreeBSD, and then > demonstrating it on a target (e.g., BBB), would make a solid GSoC. +1 Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/ma

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Gedare Bloom
On Tue, Mar 12, 2019 at 6:59 AM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Am 12.03.19 um 11:35 schrieb Vijay Kumar Banerjee: > > > > > > > > On Tue, 12 Mar 2019 at 15:27, Christian Mauderer > > > > wrote: > > > > Am 12.0

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Christian Mauderer
Am 12.03.19 um 11:35 schrieb Vijay Kumar Banerjee: > > > > On Tue, 12 Mar 2019 at 15:27, Christian Mauderer > > wrote: > > Am 12.03.19 um 10:52 schrieb Vijay Kumar Banerjee: > > > > > > On Mon, 11 Mar 2019 at 19:21, Gedare Bloom

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Vijay Kumar Banerjee
On Tue, 12 Mar 2019 at 15:27, Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Am 12.03.19 um 10:52 schrieb Vijay Kumar Banerjee: > > > > > > On Mon, 11 Mar 2019 at 19:21, Gedare Bloom > > wrote: > > > > > > > > On Sun, Mar 10, 2019 at 7:31 PM Joel

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Christian Mauderer
Am 12.03.19 um 10:52 schrieb Vijay Kumar Banerjee: > > > On Mon, 11 Mar 2019 at 19:21, Gedare Bloom > wrote: > > > > On Sun, Mar 10, 2019 at 7:31 PM Joel Sherrill > wrote: > > The MINIX license is BSD with advertising clause as

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Vijay Kumar Banerjee
On Mon, 11 Mar 2019 at 19:21, Gedare Bloom wrote: > > > On Sun, Mar 10, 2019 at 7:31 PM Joel Sherrill wrote: > >> The MINIX license is BSD with advertising clause as I read it. That is >> less preferable to a 2-paragraph BSD license that you are likely to find in >> Freebase. Try there. >> >> Th

Re: Beagleboard BSP Framebuffer

2019-03-11 Thread Gedare Bloom
On Sun, Mar 10, 2019 at 7:31 PM Joel Sherrill wrote: > The MINIX license is BSD with advertising clause as I read it. That is > less preferable to a 2-paragraph BSD license that you are likely to find in > Freebase. Try there. > > The license is fine if you find nothing else. I assume Joel meant

Re: Beagleboard BSP Framebuffer

2019-03-10 Thread Joel Sherrill
The MINIX license is BSD with advertising clause as I read it. That is less preferable to a 2-paragraph BSD license that you are likely to find in Freebase. Try there. It is usable in RTEMS though. We just try to avoid pushing the advertising requirement On Sun, Mar 10, 2019, 12:47 PM Vijay Kum

Re: Beagleboard BSP Framebuffer

2019-03-10 Thread Vijay Kumar Banerjee
On Fri, Mar 8, 2019, 12:35 AM Vijay Kumar Banerjee wrote: > Hi, > > I was reading up and trying to figure out the steps to achieve this > project. Here's > what I came up with : > > 1. BBB uses TD19988 HDMI Framer, so the first step is to get an HDMI > output, > read EDID info and set the videomo

Re: Beagleboard BSP Framebuffer

2019-03-07 Thread Vijay Kumar Banerjee
Hi, I was reading up and trying to figure out the steps to achieve this project. Here's what I came up with : 1. BBB uses TD19988 HDMI Framer, so the first step is to get an HDMI output, read EDID info and set the videomode according to the info. After some searching, I found a driver in minix th

Re: Beagleboard BSP Framebuffer

2019-03-04 Thread Christian Mauderer
Am 04.03.19 um 22:56 schrieb Vijay Kumar Banerjee: > > > > > On Sat, 2 Mar 2019 at 21:51, Joel Sherrill > wrote: > > > > On Sat, Mar 2, 2019, 4:55 AM Vijay Kumar Banerjee > mailto:vijaykumar9...@gmail.com>> wrote: > > Hello, > > I was explori

Re: Beagleboard BSP Framebuffer

2019-03-04 Thread Vijay Kumar Banerjee
On Sat, 2 Mar 2019 at 21:51, Joel Sherrill wrote: > > > On Sat, Mar 2, 2019, 4:55 AM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> Hello, >> >> I was exploring beagle BSP related open projects that can possibly become >> a GSoC >> project. After an offlist discussion with Christi

Re: Beagleboard BSP Framebuffer

2019-03-02 Thread Joel Sherrill
On Sat, Mar 2, 2019, 4:55 AM Vijay Kumar Banerjee wrote: > Hello, > > I was exploring beagle BSP related open projects that can possibly become > a GSoC > project. After an offlist discussion with Christian, he mentioned that > adding > the framebuffer driver for the BSP can be a very good projec

Beagleboard BSP Framebuffer

2019-03-02 Thread Vijay Kumar Banerjee
Hello, I was exploring beagle BSP related open projects that can possibly become a GSoC project. After an offlist discussion with Christian, he mentioned that adding the framebuffer driver for the BSP can be a very good project. It would be great if any of the mentors want to mentor the project t