Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-06 Thread Hans de Goede
Hi, On 08/06/2014 09:24 AM, Koen Kooi wrote: > > Op 5 aug. 2014, om 23:37 heeft Michal Suchanek het > volgende geschreven: > >> On 5 August 2014 23:03, Maxime Ripard >> wrote: >>> On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: On Mon, Aug 04, 2014 at 10:39:13AM +0200, Ha

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-06 Thread Koen Kooi
Op 5 aug. 2014, om 23:37 heeft Michal Suchanek het volgende geschreven: > On 5 August 2014 23:03, Maxime Ripard > wrote: >> On Mon, Aug 04, 2014 at 05:05:00PM +0200, Luc Verhaegen wrote: >>> On Mon, Aug 04, 2014 at 10:39:13AM +0200, Hans de Goede wrote: Hi Luc, First of all ma

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-04 Thread Maxime Ripard
On Sun, Aug 03, 2014 at 10:36:43PM +0200, Luc Verhaegen wrote: > On Sun, Aug 03, 2014 at 09:39:23PM +0200, Maxime Ripard wrote: > > On Sun, Aug 03, 2014 at 05:51:49PM +0200, Luc Verhaegen wrote: > > > > > > One big open question mark with the dt solution is... What is this > > > memory that we re

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-03 Thread Luc Verhaegen
On Sun, Aug 03, 2014 at 09:39:23PM +0200, Maxime Ripard wrote: > On Sun, Aug 03, 2014 at 05:51:49PM +0200, Luc Verhaegen wrote: > > > > One big open question mark with the dt solution is... What is this > > memory that we reserved compatible with? At which point can this > > memory be added to t

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-03 Thread Maxime Ripard
On Sun, Aug 03, 2014 at 05:51:49PM +0200, Luc Verhaegen wrote: > On Sun, Aug 03, 2014 at 02:18:13PM +0200, Maxime Ripard wrote: > > Hi, > > > > Thanks for working on this > > > > On Sat, Aug 02, 2014 at 04:06:09PM +0200, Luc Verhaegen wrote: > > > +#define CONFIG_SYS_MEM_TOP_HIDE ((CONFIG_SUNXI_F

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-03 Thread Luc Verhaegen
On Sun, Aug 03, 2014 at 02:18:13PM +0200, Maxime Ripard wrote: > Hi, > > Thanks for working on this > > On Sat, Aug 02, 2014 at 04:06:09PM +0200, Luc Verhaegen wrote: > > +#define CONFIG_SYS_MEM_TOP_HIDE ((CONFIG_SUNXI_FB_SIZE + 0xFFF) & ~0xFFF) > > I'm not too fond of this approach. I'd rather

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-03 Thread Maxime Ripard
Hi, Thanks for working on this On Sat, Aug 02, 2014 at 04:06:09PM +0200, Luc Verhaegen wrote: > +#define CONFIG_SYS_MEM_TOP_HIDE ((CONFIG_SUNXI_FB_SIZE + 0xFFF) & ~0xFFF) I'm not too fond of this approach. I'd rather see this code generates a reserved-memory node in the DT, as described here: ht

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
On Sat, Aug 02, 2014 at 08:07:57PM +0300, Siarhei Siamashka wrote: > > OK, nevermind. Just noticed that your patch re-send went to the > mainline u-boot mailing list. > > Thanks! Oh, EDT. Since most u-boot people are in .de and .cz i naturally assumed CET :) And yes, i managed to fix up the me

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Siarhei Siamashka
On Sat, 2 Aug 2014 19:34:17 +0300 Siarhei Siamashka wrote: > On Sat, 2 Aug 2014 17:28:45 +0200 > Luc Verhaegen wrote: > > > On Sat, Aug 02, 2014 at 06:03:40PM +0300, Siarhei Siamashka wrote: > > > On Sat, 2 Aug 2014 16:06:09 +0200 > > > > > > By the way, the merge window for u-boot v2014.10 is

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Siarhei Siamashka
On Sat, 2 Aug 2014 17:28:45 +0200 Luc Verhaegen wrote: > On Sat, Aug 02, 2014 at 06:03:40PM +0300, Siarhei Siamashka wrote: > > On Sat, 2 Aug 2014 16:06:09 +0200 > > Luc Verhaegen wrote: > > > > > This adds a fixed mode hdmi driver (lcd to be added in future) for the > > > sunxi platform. Curr

[linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top of the RAM. Simplefb support is available for kernels that know how to use it. Signed-off-by: Luc Verhaegen --- arch/arm/include/asm/arch-sunxi/sunxi_di

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
On Sat, Aug 02, 2014 at 06:03:40PM +0300, Siarhei Siamashka wrote: > On Sat, 2 Aug 2014 16:06:09 +0200 > Luc Verhaegen wrote: > > > This adds a fixed mode hdmi driver (lcd to be added in future) for the > > sunxi platform. Current config is such that 8MB is shaved off at the top > > of the RAM.

Re: [linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Siarhei Siamashka
On Sat, 2 Aug 2014 16:06:09 +0200 Luc Verhaegen wrote: > This adds a fixed mode hdmi driver (lcd to be added in future) for the > sunxi platform. Current config is such that 8MB is shaved off at the top > of the RAM. Simplefb support is available for kernels that know how to > use it. > > Signe

[linux-sunxi] [PATCH] video: add cfb console driver for sunxi

2014-08-02 Thread Luc Verhaegen
This adds a fixed mode hdmi driver (lcd to be added in future) for the sunxi platform. Current config is such that 8MB is shaved off at the top of the RAM. Simplefb support is available for kernels that know how to use it. Signed-off-by: Luc Verhaegen --- arch/arm/include/asm/arch-sunxi/sunxi_di