Re: [PATCH 0/6] simple framebuffer driver with RPi support

2013-10-25 Thread Sascha Hauer
On Fri, Oct 25, 2013 at 09:56:51AM +0200, Andre Heider wrote: > On Thu, Oct 24, 2013 at 10:23:40PM +0200, Andre Heider wrote: > > This set adds a common simple framebuffer driver for platforms which choose > > to support it. RPi support is part of this set. > > > > The driver serves two functions:

Re: [PATCH 0/6] simple framebuffer driver with RPi support

2013-10-25 Thread Andre Heider
On Thu, Oct 24, 2013 at 10:23:40PM +0200, Andre Heider wrote: > This set adds a common simple framebuffer driver for platforms which choose > to support it. RPi support is part of this set. > > The driver serves two functions: > * a framebuffer driver for barebox > * pass an active framebuffer con

[PATCH 0/6] simple framebuffer driver with RPi support

2013-10-24 Thread Andre Heider
This set adds a common simple framebuffer driver for platforms which choose to support it. RPi support is part of this set. The driver serves two functions: * a framebuffer driver for barebox * pass an active framebuffer configuration to a loaded kernel For the latter to work the loaded kernel ha