Re: [U-Boot] [PATCH V2 2/2] api: export LCD and video to external apps

2011-10-18 Thread Che-liang Chiou
Hi Anatolij, On Tue, Oct 18, 2011 at 3:17 PM, Anatolij Gustschin wrote: > Hi, > > On Tue, 18 Oct 2011 14:12:59 +0800 > Che-liang Chiou wrote: > ... >> > Many boards defining CONFIG_LCD also define CONFIG_LCD_LOGO. >> > Enabling CONFIG_API for such board configurations will break >> > compiling,

Re: [U-Boot] [PATCH V2 2/2] api: export LCD and video to external apps

2011-10-18 Thread Anatolij Gustschin
Hi, On Tue, 18 Oct 2011 14:12:59 +0800 Che-liang Chiou wrote: ... > > Many boards defining CONFIG_LCD also define CONFIG_LCD_LOGO. > > Enabling CONFIG_API for such board configurations will break > > compiling, e.g.: > > > > $ ./MAKEALL TQM823L_LCD > > Configuring for TQM823L_LCD - Board: TQM823L

Re: [U-Boot] [PATCH V2 2/2] api: export LCD and video to external apps

2011-10-17 Thread Che-liang Chiou
Hi Anatolij, Thanks for testing this patch. Please see below. On Tue, Oct 18, 2011 at 5:13 AM, Anatolij Gustschin wrote: > Hi, > > thanks for the patch and style fixes! I've some comments on it. > Please see below. > > On Fri,  7 Oct 2011 16:28:12 +0800 > Che-Liang Chiou wrote: > >> This patch

Re: [U-Boot] [PATCH V2 2/2] api: export LCD and video to external apps

2011-10-17 Thread Anatolij Gustschin
Hi, thanks for the patch and style fixes! I've some comments on it. Please see below. On Fri, 7 Oct 2011 16:28:12 +0800 Che-Liang Chiou wrote: > This patch exports LCD and video information and bitmap-rendering > functions to external apps. > > This patch is tested on a Seaboard, which does n

[U-Boot] [PATCH V2 2/2] api: export LCD and video to external apps

2011-10-07 Thread Che-Liang Chiou
This patch exports LCD and video information and bitmap-rendering functions to external apps. This patch is tested on a Seaboard, which does not have a video output. So I only tested LCD code paths. NOTE: The Seaboard LCD driver is not yet upstreamed; the test was done in a local downstream repo.