<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/cfb_console.c, branch v2013.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/cfb_console.c?h=v2013.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/cfb_console.c?h=v2013.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-03-21T09:55:24Z</updated>
<entry>
<title>video: Fix splash screen alignment</title>
<updated>2013-03-21T09:55:24Z</updated>
<author>
<name>Matthias Weisser</name>
<email>weisserm@arcor.de</email>
</author>
<published>2013-02-15T03:35:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=acf3baad23586bcaf9af608b8c31949ab54e8338'/>
<id>urn:sha1:acf3baad23586bcaf9af608b8c31949ab54e8338</id>
<content type='text'>
commit d484b52 "video: Skip bitmaps which do not fit into the screen in
cfb_console" breaks splash screen alignment which is passed in as magic
(BMP_ALIGN_CENTER) x/y coordinates. Moving the check after the alignment block
fixes this.

Signed-off-by: Matthias Weisser &lt;weisserm@arcor.de&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Check for valid FB pointer before clearing</title>
<updated>2012-12-06T22:30:44Z</updated>
<author>
<name>Duncan Laurie</name>
<email>dlaurie@chromium.org</email>
</author>
<published>2012-11-03T11:41:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ae63057446b8bb45c37a6ea4e5db162ba4f25c78'/>
<id>urn:sha1:ae63057446b8bb45c37a6ea4e5db162ba4f25c78</id>
<content type='text'>
This command will start erasing at memory address zero
if there is not a valid framebuffer address that was found
during video_init().

This is a common case with Chrome OS devices in normal mode
when we do not execute the video option rom in coreboot.

Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Skip bitmaps which do not fit into the screen in cfb_console</title>
<updated>2012-11-06T23:57:27Z</updated>
<author>
<name>Vadim Bendebury</name>
<email>vbendeb@chromium.org</email>
</author>
<published>2012-09-28T15:11:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d484b52e6fcb28dc011ce45718294496c6ea83d0'/>
<id>urn:sha1:d484b52e6fcb28dc011ce45718294496c6ea83d0</id>
<content type='text'>
The cfb console driver is trying to prevent bitmaps to spill over the
screen, but the calculations assume that at least part of the bitmap
fits into the screen area. In reality there could be bitmap elements
which are completely out of the screen area, they just need to be
discarded.

Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Implement additional video API functions in cfb_console</title>
<updated>2012-11-06T23:48:44Z</updated>
<author>
<name>Stefan Reinauer</name>
<email>reinauer@chromium.org</email>
</author>
<published>2012-09-28T15:11:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c20ee073a61f32cd34bd76ec88797ab20f62c313'/>
<id>urn:sha1:c20ee073a61f32cd34bd76ec88797ab20f62c313</id>
<content type='text'>
Implement the new video API functions to provide access to screen size,
etc.

Signed-off-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>cfb_console: Add support for some ANSI terminal escape codes</title>
<updated>2012-10-30T22:28:06Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2012-10-19T13:30:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=33a35bbbe09a9b63b46e86a97d5dfbdae5481401'/>
<id>urn:sha1:33a35bbbe09a9b63b46e86a97d5dfbdae5481401</id>
<content type='text'>
Add optional support for some ANSI escape sequences to the
cfb_console driver. Define CONFIG_CFB_CONSOLE_ANSI to enable
cursor moving, color reverting and clearing the cfb console
via ANSI escape codes.

Signed-off-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: cfb_console: add function to plot the logo area black</title>
<updated>2012-10-01T17:02:13Z</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2012-09-13T22:29:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b7d3a0e80b32a7b64282ff91ff660c0e52e2be0'/>
<id>urn:sha1:4b7d3a0e80b32a7b64282ff91ff660c0e52e2be0</id>
<content type='text'>
Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
CC: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Tom Rini &lt;trini@ti.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>video: cfb_console: logo can be positioned via the splashpos variable</title>
<updated>2012-10-01T17:02:13Z</updated>
<author>
<name>Bastian Ruppert</name>
<email>Bastian.Ruppert@Sewerin.de</email>
</author>
<published>2012-09-13T22:29:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e681f9ad8dd18aa15319ae4951b8eeaeb70da16'/>
<id>urn:sha1:1e681f9ad8dd18aa15319ae4951b8eeaeb70da16</id>
<content type='text'>
Extend the driver for placing the video/bmp logo as specified
by "splashpos" environment variable.

Signed-off-by: Bastian Ruppert &lt;Bastian.Ruppert@Sewerin.de&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>video: Rename CONFIG_VIDEO_MX5</title>
<updated>2012-07-10T09:35:38Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-05-31T07:23:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=695af9abc660c674966f02b0ecc85f5524a7aede'/>
<id>urn:sha1:695af9abc660c674966f02b0ecc85f5524a7aede</id>
<content type='text'>
Rename CONFIG_VIDEO_MX5 as this driver can also be used on mx6.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>video: cfb_console: flush dcache for frame buffer in DRAM</title>
<updated>2012-06-05T09:15:36Z</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2012-06-05T07:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bfd4be803bbb7d122c2e3aaf6eaf987efa8d69da'/>
<id>urn:sha1:bfd4be803bbb7d122c2e3aaf6eaf987efa8d69da</id>
<content type='text'>
Data cache flushing is required for frame buffer in RAM to fix the
distorted console text output. Currently this text distortion is
observed with cfb on beagleboard and N900 when running with data
cache enabled.

Reported-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Tested-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>cfb_console: Ignore bell character</title>
<updated>2012-06-05T07:24:10Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2012-04-28T07:26:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=24fe06cc6f9ec3b6f5367a267818d90dd6e68870'/>
<id>urn:sha1:24fe06cc6f9ec3b6f5367a267818d90dd6e68870</id>
<content type='text'>
Signed-off-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
</content>
</entry>
</feed>
