Re: [U-Boot] [PATCH v2] [driver][cfb] Make the software cursor non-destructive

2011-11-30 Thread Anatolij Gustschin
Hi, On Wed, 30 Nov 2011 04:55:52 -0500 Gabe Black wrote: > On Wed, Nov 9, 2011 at 5:31 PM, Mike Frysinger wrote: > > > i don't know the video code all that well, but i don't see anything wrong > > with > > this patch ... > > > > Acked-by: Mike Frysinger > > -mike > > > > Bump. This patch is

Re: [U-Boot] [PATCH v2] [driver][cfb] Make the software cursor non-destructive

2011-11-30 Thread Gabe Black
On Wed, Nov 9, 2011 at 5:31 PM, Mike Frysinger wrote: > i don't know the video code all that well, but i don't see anything wrong > with > this patch ... > > Acked-by: Mike Frysinger > -mike > Bump. ___ U-Boot mailing list U-Boot@lists.denx.de http://

Re: [U-Boot] [PATCH v2] [driver][cfb] Make the software cursor non-destructive

2011-11-09 Thread Mike Frysinger
i don't know the video code all that well, but i don't see anything wrong with this patch ... Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists

[U-Boot] [PATCH v2] [driver][cfb] Make the software cursor non-destructive

2011-11-08 Thread Gabe Black
When printing the string "\r\n" to the framebuffer console, the first character of the current line was being replaced with a space. The "boot" prompt would become the "oot" prompt. This change makes the cursor non-destructive so that no matter where it goes on its way to where it's supposed to be,