From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 19 Sep 2010 01:08:09 +0200 Subject: [U-Boot] [PATCH v2] video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB In-Reply-To: <1284850597-25777-1-git-send-email-agust@denx.de> References: <1282600680-28803-1-git-send-email-timur@freescale.com> <1284850597-25777-1-git-send-email-agust@denx.de> Message-ID: <20100919010809.399558bf@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 19 Sep 2010 00:56:37 +0200 Anatolij Gustschin wrote: > From: Timur Tabi > > Add support for 4bpp bitmaps, currently only for GDF_32BIT_X888RGB > frame buffer format. > > Signed-off-by: Timur Tabi > Signed-off-by: Anatolij Gustschin > --- > Hi Timur, > > I slighlty modified original patch, the result is this v2. > Hope this is okay. > > Anatolij > > v2: > - slightly changed commit message > - fixed too long lines (> 80) > - added info output about unsupported frame buffer formats > > drivers/video/cfb_console.c | 38 +++++++++++++++++++++++++++++++++++++- > 1 files changed, 37 insertions(+), 1 deletions(-) Applied to u-boot-video/next, thanks! Best regards, Anatolij